@charset "UTF-8";
/* CSS Document */


#main-nav{
	padding-top:20px;
	height:50px;
	
}
	
#main-nav ul{
	margin-top:4px;
}

#main-nav li{
	font-size:2em;

}

#home{
	padding-top:40px;
	padding-right:15%;
	padding-bottom:150px;
}


#work{
	padding-top:51px;
	padding-bottom:95px;
}


#about{
	padding-top:51px;
	padding-bottom:20%;
	padding-right:20%;
}


.name{
	font-size:4em;
	margin-top:20px;
}

.name-intro-home{
	font-size:4em;
}

#home .intro-first{
	margin-top:34px;
	line-height:1.28;
}
	

.intro-first{
	font-size:3.7em;
	letter-spacing:3px;
	margin-top:34px;
	line-height:1.28; /*used to not exist*/
}

.intro-second{
	font-size:6em; /*used to be 5em, but then PC!*/
	letter-spacing:3px;
	margin-top:103px;
	margin-bottom:30px;
}

.intro-second img{
	height:3px;
	margin: 0 0 11px 4px;
}
	
.arrow-down{
	margin-left:3px;
	border-top: 20px solid #00FFFF;
	border-left: 24px solid rgba(255, 255, 255, 0); 
    border-right: 24px solid rgba(255, 255, 255, 0);
}

/*WORK SECTION*/


.work-top{
	padding-bottom:79px; /*used to be 80px*/
}

.project {
  padding-top: 35px;
  max-height: 137px;
}


.project-label{
	font-size:2.8em;
	
}

.project-label img{
	height:3px;
	margin: 0 0 8px 1px;
}

.project-title{
	font-size:2.8em;
	letter-spacing:3px;
	margin-bottom:41px;
	
}

.arrow-down-project{
	border-top: 20px solid #00FFFF;
	border-left: 24px solid rgba(255, 255, 255, 0); 
    border-right: 24px solid rgba(255, 255, 255, 0);
}

.project-subtitle{
	font-size:1.8em;
	margin-top:75px;
	padding-left:5%;
	padding-right:25%;
	position:relative;
	margin-bottom:40px;
}

.contribution{
	line-height:1.25;
}


.project-text {
    font-size: 1.8em;
	line-height:1.7;
	margin: 30px auto;

}

.project-text p {
    padding: 30px 20px;
}

.circle-section{
	height:232px;
	width:232px;
	
}

.circle-jedunn{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-mb{
	height:220px;
	width:220px;
	background-size:220px 220px;
}


.circle-revolver{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-ifc{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-vigon{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-cma{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-phm{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-penn{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-logos{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-ethiopia{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-FRA{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-overland{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-teenie{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.circle-postcards{
	height:220px;
	width:220px;
	background-size:220px 220px;
}

.main-image-container{
	max-width:1000px;
	margin:auto;
}
	

.main-image-container img{
	width:100%;
	display:block;

}

.small-image-container img{
	width:70%;
	display:block;
	margin:auto;
	
}

/*ABOUT SECTION*/

.about-text{
	font-size:2.4em;
	padding-top:70px;
}

.about-text p{
	margin-bottom:25px;
}

.copyright-text{
	margin-top: 145px;
	font-size:1.3em;
}