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


#main-nav ul{
	margin-top:6px;
	
}

#main-nav li{
	font-size:1.7em;
}

#main-nav a:hover{
	color:#FFFFFF;
}

.intro-second{
	font-size:3.8em;
}

.project {
  	padding-top:20px;
  	max-height: 100px;
  	position:relative;
}

.project-title{
	font-size:2.12em;
}

.project-subtitle{
	font-size:1.7em;
	color:#c3c1bc;
	margin-top:60px;
	padding-right:25%;
	position:relative;
}

.visit-link{
	display:block;
	right: 0;
	top:0;
	padding:12px 10px 10px;
	background-color:#f6584a;
	position:absolute;
	margin-top:4px;
}


.project-text {
    font-size: 1.7em;
    margin: 0px auto;
    width: 70%;
    text-align: center;
}

.project-title a:hover{
	color: #00FFFF;
}

.project-text p {
    border-bottom: 2px solid #514F46;
    border-top: 2px solid #514F46;
    margin: auto;
    padding: 15px 20px;
    max-width: 850px;
}

.circle-section{
	border-radius: 50%;
	height:160px;
	width:160px;
	position:absolute;
	top:15px;
	right:5%;
	border:1px solid #6D6B63;
	background-color:#514F46;	
}

.circle-jedunn{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/jedunn_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-mb{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/mb_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-revolver{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/revolver_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-ifc{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/ifc_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-vigon{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/vigon_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-cma{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/cma_circle.png');
	background-size:150px 150px;
	margin:auto;
}

.circle-phm{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/phm_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-penn{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/penn_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-logos{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/logos_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-ethiopia{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/ethiopia_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-FRA{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/FRA_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-overland{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/overland_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-teenie{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/teenie_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}

.circle-postcards{
	border-radius: 50%;
	height:150px;
	width:150px;
	background-image:url('images/postcards_circle.jpg');
	background-size:150px 150px;
	margin:auto;
}


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

.about-text{
	font-size:1.9em;
	padding-top:35px;
}

.copyright-text{
	margin-top: 50px;
	font-size:1.2em;
}