body {
  font-family: "sofia-pro",sans-serif;
  color: #333644;
 }

 .hiddenText{
	position: absolute;
	top: -9999em;
	left: -9999em;
}

header{
	/*background: url(../img/header.png) no-repeat;*/
	background-position: center 50px;
    /*background-size: contain;*/
    /*height: 90vh;*/
    margin: 0 auto 0 auto;
    max-width: 880px;
    /*display: none;*/
}

.headerimg{
	margin-top: 40px;
	width: 100%;
	max-width: 880px;
	display: none;
}

.homeimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.headerName{
	display: none;
}

h1, h2{
	margin: 0;
}

.navMenu{
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0px 10px 0px 0px;
	margin:  0 auto;
	color: #333644;
	font-weight: 300;
	text-align: right;
	position: fixed;
	width: 100%;
	background: white;
	top: 0;
	z-index: 99;
	height: 50px;
}

#logo{
	margin-right: auto;
	/*flex-grow: 3;*/
}



.navMenu li{
	display: inline-block;
	/*width: 24%;*/
	margin: .75% 1% 1% 1%;
	text-align: center;
	font-size: 1.25em;
	position: relative;

}

.navMenu li:last-child{
	margin-right: 30px;
}

a{
	text-decoration: none;
	color: #333644;
}

a:visited{
	color: #333644;
}

.underline{
	background: black;
	/*margin: 0 auto;*/
	position: absolute;
	overflow: visible;
	height: 3px;
	width: 100%;
	opacity: 0;
	/*top: 0;*/
	left:0%;
}

#activeUnderline{
	background: #00B8A9;
	/*width: 101%;*/
	/*opacity: 1;*/
}

#aboutUnderline{
	background: #F6416C;
}

#contactUnderline{
	background: #FFDE7D;
}


section{
	text-align: center;
}

#scroll{
	width: 10vw;
	max-width: 55px;
	margin: 20px auto;
	display: block;
}

.projectbanner{
	width: 70%;
	margin: 30px auto;
	display: block;
	max-width: 890px;
	position: relative;
	text-align: center;
}

.projectbanner img{
	width: 100%;
}

#fontbanner{
	border: lightgrey dotted thin;
}

.activebanner h3, h4{
	width: 100%;
	font-weight: 200;
	margin: 0 auto;
}

.activebanner h3{
	font-size: 2.75em;
}

.activebanner h4{
	font-size: 1.25em;
}



.activebanner{
	background: black;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
}

footer{
	margin-top: 60px;
	text-align: center;
}

footer img{
	max-width: 160px;
}

footer ul{
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

footer li{
	display: inline-block;
	margin: 0px 5px;
	font-weight: 300;
	color: #cccccc;
}

#footermenu li{
	margin: 0px 10px;
	font-size: 1em;
}

#footermenu a{
	font-weight: 300;
	color: #cccccc;
}

#footermenu a:hover{
	font-weight: 300;
	color: #6b6b6b;
}
footer ul img{
	display: inline-block;
	max-width: 24px;
}

footer span{
	color: #cccccc;
	font-weight: 100;
	font-size: 1em;
	margin-bottom: 5px;
}

#footerimglinks{
	margin: 0;
}

#logoimg{
	max-width: 35px;
	width: 65%;
	z-index: 1000;
	margin: 10px 0 0 0px;

}

#profileimg{
	max-width: 350px;
	margin-right: 3%;
	align-self: center;
	width: 47%;
}

#aboutSection{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#aboutSection h1{
	width: 100%;
	font-weight: 300;
	font-size: 3em;
	color: #333644;
	

}

#aboutText{
	width: 50%;
	max-width: 400px;
	text-align: right;
}

#aboutSection h2{
	width: 100%;
	font-weight: 300;
	font-size: 1.75em;
}

#aboutSection p{
	width: 100%;
	font-weight: 100;
	font-size: 1.25em;
}

.initstate{
	opacity: 1;
	
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

.homelogo{
	/*display: none;*/
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	    -ms-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 694px) {
	body{
		margin:0;
	}
	
	.activebanner{
		font-size: 2vw;
	}
	#logoimg{
		width: 5vw;
	}
	#logo{
		display: none;
	}
	.navMenu{
		justify-content: center;
	}
	.navMenu li{
		margin:1% 2% 2% 2%;
	}

	section{
		margin-top: 50px;
	}
	header{
		position: fixed;
		background: white;
		margin-bottom: 10px;
		z-index: 10000;
		/*margin-top: 30px;*/
		top: 50px;
		margin-left: 1%;
		margin-right: 1%;
		text-align:center;   
	}

	#headerimg{
		margin-top: 0;
		margin: 0 auto;
		display: block;
		
	}

	#scroll{
		margin-top: 2%;
	}


}

@media only screen and (max-width: 715px) {
	.headerimg{
		display: block;
	}
	section{
		margin: 0 6%;
	}
	header{
		padding-bottom: 3%;
	}
	#profileimg{
		width: 100%;
		margin:0;
	}
	#aboutText{
		width: 100%;
		text-align: left;
	}
	#aboutText h1, h2{
		text-align: center;
	}
	.navMenu li:last-child {
    margin-right: 8px;

	}

	.headerName{
	display: none;
	/*visibility: visible;*/
	opacity: 0;
	margin: 0 auto;
	width: 38%;
  	/*transform: scale(0);*/
  	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  	/*animation: anim .3s ease-in-out;*/
}

.headerimg{
	/*display: none;*/
	width: 95%;
	/*visibility: hidden;*/
	/*opacity: 0;*/
	/*transform: scale(0);*/
  	/*transition: transform .3s ease-in-out, opacity .3s ease-in-out;*/

}

.active{
	display: block;
	/*transform: scale(1);*/
	opacity: 1;
	animation: anim 1s ease-in-out;
}

.inactive{
	display: none;
	/*transform: scale(0);*/
	opacity: 0;
	animation: hideanim .3s ease-in-out;
}

@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    /*transform: scale(0);*/
  }
  100% {
    opacity: 1;
    /*transform: scale(1);*/
  }
}

@keyframes hideanim {
  0% {
    display: block;
    opacity: 1;
    transform: scale(1);
  }
  99% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    display: none;
    
  }
}
}


















