body{
	font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #888;
}
header {
	overflow: hidden;
	position: fixed;
	top: 0px;
	z-index: 999999999;
	width: 100%;
	transition: .5s ease;
}
section h2{
	line-height: 20px;
    margin: 0;
    font-size: 42px;
    font-weight: 300;
    padding-top: 100px;
    font-family: 'Roboto', sans-serif;
    color: #444;
}
canvas{
position:absolute;
top:0px;
z-index:0;
}
.logo{
	float: left;
}
.logo img {
	width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
}
header nav {
	float: right;
}
header nav button{
	display: none;
}
header nav ul {
	font-family: 'Open Sans', sans-serif;
	list-style: none;
    font-size: 12px;
    padding-top: 25px;
}
header nav li {
	float: left;
    padding-right: 30px;
}
header nav li  a {
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
}
header nav li  a:hover{
	color: #83af9d;
	text-decoration: none;
}
h1{
	font-size: 62px;
    color: #ffffff;
    font-weight: 300;
    padding-top: 220px;
    font-family: 'Roboto', sans-serif;
}
#intro .container{
    z-index: 1;
    position: relative;
}
#intro .container p{
	color: #ffffff;
	text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 60px;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
}
#intro .container button{
	border: 2px solid #ffffff;
    width: 140px;
    height: 40px;
    color: white;
    background: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0 8px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
	z-index:1;
}
#intro .container a{
	color: white;
	text-decoration: none;
}
#intro .container button:hover{
	background-color: #83af9d;
	border-color: #83af9d;
}
#intro .container a button:focus{
	outline:none;
}
#intro{
	background-image: url(images/bg.jpg);
	background-size: 100%;
	min-height: 100vh;
}
#about>div{
	position: relative;
	min-height: 738px;
}
#about hr{
	margin-left: 0px;
    display: block;
    width: 10%;
    border-top: 2px solid #990000;
    padding-bottom: 80px;
}
#about h3{
	font-size: 24px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #444;
    margin-bottom: 10px;
}
#about p{
    text-align: justify;
	font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    padding-top: 20px;
}
#about img{
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#about button{
	border: 0;
    width: 140px;
    height: 40px;
    color: #f6f6f6;
    background: #555;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin:20px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    margin-bottom: 50px;
}
#about button:hover{
	background:#484747;
}
#about a button:focus{
	outline:none;
}
#wwd{
	background-color: #efefef;
	padding-bottom: 50px;
}
#wwd hr{
	margin-left: 0px;
    display: block;
    width: 4%;
    border-top: 2px solid #990000;
    padding-bottom: 80px;
}
#wwd i{
	font-size: 30px;
    border: 2px solid;
    color: #990000;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
    height: 70px;
    display: block;
    margin:auto;
    text-align: center;
    padding-top: 18px;
}
#wwd h3{
	margin-top: 0px;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #444;
	font-size: 20px;
}
#wwd p{
    text-align: justify;
	line-height: 26px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #888;
}
#wwd .container>div{
	margin-bottom: 60px;
}
#portfolio {
    display: none;
}
#portfolio hr{
	margin-left: 0px;
    display: block;
    width: 4%;
    border-top: 2px solid #990000;
    padding-bottom: 80px;
}
#portfolio .container>div{
	margin-bottom: 30px;
	cursor: pointer;
}
#portfolio img{
	transition: .5s ease;
}
.overlay{
	background: black;
	position: relative;
}
.middle{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}
.middle h4{
	position: relative;
	transition: .5s ease;
	top:15px;
	margin-top: 50px;
}
#portfolio .container>div:hover .middle h4{
	top: 0;
}
#portfolio .container>div:hover .middle{
	opacity: 1;
}
#portfolio{
	padding-bottom: 180px;	
}
#pop-up{
	display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    overflow: scroll;
}
#pop-up h5{
	text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding-top: 90px;
    font-family: 'Roboto', sans-serif;
    color: #444;
    margin-bottom: 15px;
}
#pop-up h5 + p{
	text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #888;
}
#pop-up img{
	width: 700px;
    display: block;
    margin: auto;
    margin-top: 25px;
}
#pop-up img + p{
	text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #888;
    padding-top: 40px;
    padding-bottom: 20px;
}
#pop-up ul{
	text-align: center;
}
#pop-up ul li{
	list-style: none;
    display: inline-block;
    padding-right: 40px;
}
#pop-up span{
	font-weight: 600;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #888;
}
#pop-up button{
	color: #777;
    background-color: transparent;
    border: 2px solid #ddd;
    border-radius: 0;
    padding: 5px 10px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}
#pop-up button i{
	padding-right: 3px;
}
#pop-up button:hover{
	color: #fff;
    background-color: #759d8d;
    border: 2px solid #759d8d
}
#pop-up button:focus{
	outline:none;
}
#pop-up .container>div{
	display: none;
}
#contact h2{
	color: rgba(255,255,255,0.8);
}
#contact{
	background-image: url(images/contact.jpg);
    background-size: 100%;
    margin-top: -60px;
    min-height: 100vh;
}
#contact hr{
	margin-left: 0px;
    display: block;
    width: 4%;
    border-top: 2px solid #990000;
    padding-bottom: 80px;
}
#contact h6{
	padding-bottom: 30px;
	font-size: 21px;
	color: rgba(255,255,255,0.8);
}
#contact span{
	display: block;
	color: rgba(255,255,255,0.8);
}
#contact i{
    padding: 16px 23px 25px 0px;
    font-size: 25px;
    width: 45px;
    color: rgba(255,255,255,0.8);
}
#contact form{
	margin-top: 20px;
}
#contact input{
	border-radius: 2px;
	border: 2px solid #ddd;
	box-shadow: none;
}
#contact textarea{
	height: 130px;
	border-radius: 2px;
	border: 2px solid #ddd;
}
#contact button{
	margin-top: 40px !important;
	float: left !important;
	border: 2px solid #ffffff;
    height: 40px;
    color: rgba(255,255,255,0.8);
    background: transparent;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin: 0 8px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
}
#contact input:focus{
	border-color: #555 !important; 
    outline: 0;
    box-shadow: none;
}
#contact textarea:focus{
	border-color: #555; 
    outline: 0;
    box-shadow: none;
}
#contact button:hover{
    background-color: #759d8d;
    border: 2px solid #759d8d;
    box-shadow: none;
}
#contact button:focus{
	outline: none;
	/*outline-offset: none !important;*/
}
.redborder{
border:solid;
border-color:red !important;
}
.modal-open .modal {
    z-index: 9999999999999;
}
@media only screen and (max-width: 1024px){
	#intro{
		min-height: 50vh;
	}
	#contact{
		min-height: 50vh;
	}
}
@media only screen and (max-width: 768px){
	#wwd i{
		width: 60px;
		height: 60px;
		padding-top: 14px; 
	}
}
@media only screen and (max-width: 480px){
	#about>div:last-child {
		display:none;
	}
	header{
		position: relative;
		background-color: #101010;
	}
	header nav{   
	    text-align: center;
    	width: 100%;
    	float: right;
    } 
    header nav button{
    	display: block;
    	position: relative;
    	left: 100%;
    	margin-left: -50px;
    	margin-top: -30px;
    	background: transparent;
    	border: 1px solid white;
    	font-size: 20px;
    }
    header nav button:focus{
    	outline: none;
    }
    header nav ul{
    	display: none;
    	background-color: #444;
    	padding-bottom: 10px;
	    padding-top: 10px;
	    margin-top: 10px;
    }
    header nav li{
    	float: none;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 414px){
	#intro{
		background-image: none;
		background-color: #101010
	}
	#intro .container button{
		margin-bottom: 10px;
	}
	#wwd h3{
		text-align: center;
		padding-top: 10px;
	}
	#wwd p{
		text-align: center;
	}
	#contact{
		background-image: none;
		background-color: #101010 !important;
	}
	#pop-up .container>div img{
		max-width: 100%;
	}
	#contact button{
		margin-bottom: 10px;
	}
}

