/* 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: 16px;
	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: 16px;
	color: #34495e;
	text-align: left;
	padding-top: 10px;
}
ul#supersized {
	margin: 0;
	padding:0;
}
ul#supersized img {
	max-width: none;
}
/* Header */ 

#header {
	position: relative;
	height: auto;
	padding-top: 230px;
	padding-bottom: 230px;
	background-color: rgba(0, 0, 0, 0.5);
}
#subheading {
	padding: 10px;
	width: 620px;
	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;
}
.item {

	padding-bottom: 20px;

}
.container {
	padding-left:20px;
	padding-right:20px;
}
.portfolio {
	padding-left:10px;
	padding-right:10px;
}
.portfolio a {
	display: block;
	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;
}
.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;
}
.portfolio a:hover, .portfolio a:focus {
	text-decoration: none;
}
.portfolio a:hover h4 {
	filter: alpha(opacity=100);
	opacity: 1;
}
.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;
}
footer {
	height: auto;
	background-color: #2C2E2D;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
footer h4 {
	font-weight: 400;
	letter-spacing: 1px;
}

/*My CSS*/
#gotoTop {
	position:fixed;
	bottom:30px;
	margin-left:85%;
}
#gotoTop span {
    width:80px;
    height:80px;
    display:block;
    margin-bottom:15px;
    background:#eee url(images/gototop.png) no-repeat center center;
    border:1px solid #2998F1;
    border-radius:6px;
    -webkit-transition:1s;
    -moz-transition:1s;
    transition:1s;
}
#gotoTop a {
	width:80px;
	display:block;
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}
#gotoTop a:hover span {
	background-color:#337ab7;
}

/*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%;
    }
}