@charset "utf-8";

*{margin:0; padding:0;}

body{
	font-family:Raleway, Helvetica, "Century Gothic", Arial;
	font-size:18px;
	color:#fff;
	line-height:1.6;
	text-align:center;
	background-color:#1C2F53;
}

#wrapper{
	width:100%; 
	max-width:950px; 
	margin:0 auto; 
	border-left:5px solid white; 
	border-right:5px solid white;
}

p{padding-bottom:2%}
ul li{
	display:inline-block;
	list-style:none;}


h1 {font-family:Cinzel; font-size: 40px; font-weight:normal; color:#FFF; padding:2% 0; text-transform:uppercase;}
h2 {font-family:Cinzel; font-size: 30px; font-weight:normal; color:#FFF; padding:2% 0;}
h3 {font-family:Cinzel; font-size: 20px; font-weight:normal; color:#FFF; padding:2% 0;}


a:link, a:visited {font-family:Cinzel; font-size: 20px; font-weight:normal; color:#fff; text-decoration:underline;}
a:hover, a:active {text-decoration:none;}

nav a:link, nav a:visited, nav a:active{
	font-family:Raleway, Helvetica, "Century Gothic", Arial;
	font-size:18px;
	color:#fff;
	text-decoration: none;
}
nav a:hover{text-decoration:underline;}

nav{
	font-family:Raleway, Helvetica, "Century Gothic", Arial;
	font-size:18px;
	color:#fff;
	text-decoration: none;
}


	



	
.divider{height:5px; width:100%; background:#fff;}
.seperator{height:1px; width:100%; background:#fff; margin:25px auto;}

footer{background-color:#1C2F53; text-align:center; font-size:80%; border-top:5px solid white; padding:4%;}
header{background-size:100%; background-repeat:no-repeat; text-align:center; padding:4% 0 2%; position:relative;}
	.pattern{position:absolute; top:0; opacity: 0.06; z-index:-1;}
	.pattern img{width:100%; max-width:950px;}
	.blue{position:absolute; top:0; z-index:-2}
	.blue img{width:100%; max-width:950px;}

#logo {
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    padding-bottom: 5px;
}
#tagline {font-family:Cinzel; font-size:30px; padding-bottom:15px;}

#main{
	text-align:center;
	max-height: 468px;
    padding-top: 54%;
	position:relative;
	}
#mainIMG{
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#mainTEXT{position:absolute; top:8%; right:6%; padding:0  0 0 50%;  }
#mainTEXTfronting {
    background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
    left: 6%;
    margin-right: 55%;
    padding: 2%;
    position: absolute;
    top: 15%;
}

#mainTEXThandtied {
    background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
    margin-left: 57%;
    padding: 2%;
    position: absolute;
    right: 5%;
    top: 15%;
}


#content{
	background-color:#1C2F53;
	background-image:url(../img/bg-pattern-blue.gif);
	background-repeat:repeat;
	padding-bottom: 45px;
}
.paddingTEXT{padding:2% 10%;}

.hmubig{width:95%; max-width:730px;}

.hpROWleft{ position:relative; min-height:475px;}
.hpROWleft img{width:50%; position:absolute; left:0;} 
.hpROWleft div{margin-left:50%; padding:5%;}

.hpROWright{ position:relative; min-height:475px;}
.hpROWright img{width:50%; position:absolute; right:0;} 
.hpROWright div{margin-right:50%; padding:5%;}

#process{padding:4%;}
#process img{border:2px solid white;}
#process ul li {padding: 2%;}

.proROWleft{ position:relative; min-height:475px;}
.proROWleft img{width:50%; position:absolute; left:0;} 
.proROWleft div{margin-left:50%;padding: 10px 3%;}

.proROWright{ position:relative; min-height:475px;}
.proROWright img{width:50%; position:absolute; right:0;} 
.proROWright div{margin-right:50%; padding: 10px 3%;}

.portfolioUL img {border:3px solid white; margin:15px;}

	@media only screen and (min-width:10px) and (max-width:800px)

{
	#main {padding-top:0; max-height:none; border-bottom:5px solid white;}
	#mainIMG{position:static;}
	#mainTEXT{position:static; padding:4%;}
	#mainTEXTfronting {position:static; padding:4%;background: rgba(0, 0, 0, 0); margin:0; padding:4%;}
	#mainTEXThandtied {position:static; padding:4%;background: rgba(0, 0, 0, 0); margin:0; padding:4%;}

	.hpROWleft{min-height:none;}
	.hpROWleft img{width:100%; position:static; max-width:490px;} 
	.hpROWleft div{margin-left:0;}
	
	.hpROWright{min-height:none;}
	.hpROWright img{width:100%; position:static; max-width:490px;} 
	.hpROWright div{margin-right:0;}

}

	@media only screen and (min-width:10px) and (max-width:950px)

{
}
