/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	margin: 10px;
	margin-bottom: 10px;
	line-height: normal;
	text-transform: uppercase;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
	margin: 0;
}
h3 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #999;
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
	padding-bottom: 3px;
}
h4 {
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #999;
}
p {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #34495e;
/*	text-align: left;*/
	padding-top: 20px;
	border-top: thin double #e0e0e0;
}
ul#supersized {
	margin: 0;
}
ul#supersized img {
	max-width: none;
}
/* Header */ 

#header {
	position: relative;
	height: 350px;
	padding-top: 225px;
	padding-bottom: 225px;
	background-color: rgba(0, 0, 0, 0.5);
}
#subheading {
	padding: 10px;
	width: 500px;
	background-color: rgba(63, 169, 245, 0.7);
	margin: 0 auto;
	text-transform: uppercase;
	line-height: normal;
}
/* Sections */
section.white {
	background-color: rgba(255, 255, 255, 1);
	padding: 60px 0 100px;
}
section.white h2, section.grey h2 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	color: #34495e;
	text-align: center;
	margin: 0 0 40px;
	font-weight: 400;
	text-transform: uppercase
}
section.grey {
	background: #ecf0f1;
	padding: 60px 0 100px;
}
section.empty {
	background-color: rgba(0, 0, 0, 0.5);
	height: 200px;
}
ul.portfolio {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 960px;
}
ul.portfolio li {
	float: left;
	width: 300px;
	height: 225px;
	padding-bottom: 25px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}
ul.portfolio a {
	display: block;
	width: 300px;
	height: 225px;
	filter: alpha(opacity=50);
	opacity: 0.70;
	transition: ease .75s all;
	-webkit-transition: ease .75s all;
	-moz-transition: ease .75s all;
	-o-transition: ease .75s all;
}
ul.portfolio a:hover {
	transition: ease .75s all;
	-webkit-transition: ease .75s all;
	-moz-transition: ease .75s all;
	-o-transition: ease .75s all;
	filter: alpha(opacity=100);
	opacity: 1;
}
ul.portfolio a:hover, ul.portfolio a:focus {
	text-decoration: none;
}
ul.portfolio a:hover h4 {
	filter: alpha(opacity=100);
	opacity: 1;
}
ul.portfolio h4 {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	background: rgba(0,0,0,0.60);
	margin: 0;
	position: relative;
	margin-top: -24px;
	filter: alpha(opacity=0);
	opacity: 0;
}
img#about {
	margin-bottom: 30px;
}
.img-circle {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
#contact-btn {
	margin-top: 40px;
}
.btn-custom {
	background-color: hsl(201, 100%, 39%) !important;
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#0081c6");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#0081c6));
	background-image: -moz-linear-gradient(top, #0087d1, #0081c6);
	background-image: -ms-linear-gradient(top, #0087d1, #0081c6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #0081c6));
	background-image: -webkit-linear-gradient(top, #0087d1, #0081c6);
	background-image: -o-linear-gradient(top, #0087d1, #0081c6);
	background-image: linear-gradient(#0087d1, #0081c6);
	border-color: #0081c6 #0081c6 hsl(201, 100%, 38.5%);
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.03);
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
	border: none;
	border-radius: 0;
}
footer {
	height: auto;
	background-color: #2C2E2D;
	padding: 20px 0px 10px 0px;
	text-align: center;
}
footer h4 {
	font-weight: 400;
	letter-spacing: 1px;
}

/*Media Queries*/
     @media (min-width: 650px) and (max-width: 980px) {
    ul.portfolio {
        width: 640px;
    }
    
    ul.portfolio li {
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;    
    }
    
}
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {
		
		
		}
     
    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) { 
	header, section, footer {
		margin:0 -20px;
	}
	section p {
		padding:0 40px;
	}
	h1 {
        font-size: 35px;
        letter-spacing: 4px;
    }
    
    h2 {
        font-size: 12px;
        letter-spacing: 3px;
    }
    
    #subheading {
        width: 350px;
    }
	
	 }
	 @media (min-width: 0px) and (max-width: 659px) {  
    
    ul.portfolio {
        width: 300px;
    }
    
    ul.portfolio li {
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.portfolio a {
	   filter: alpha(opacity=100); opacity: 1;
    }
   
    
}
     
    /* Landscape phones and down */
    @media (max-width: 480px) { 
	
	h1 {
        font-size: 25px;
        letter-spacing: 1px;
    }
    
    h2 {
        font-size: 11px;
        letter-spacing: 1px;
    }
    
    p {
        font-size: 12px;
		line-height:22px;
    }
    
    #subheading {
        width: 240px;
    }
    
    #header {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    

    img#about {
        width: 60%;
    }
    
	
	 }
