/*GLOBAL*/

*{
	box-sizing: border-box;
}

@font-face{
	font-family: Aleo-Regular;
	src: url('Fonts/Aleo-Regular.otf') format("opentype");
}

@font-face{
	font-family: Aleo-Bold;
	src: url('Fonts/Aleo-Bold.otf') format("opentype");
}

body{
	text-align: center; 
	background-color: #A9D0F5;
	font-family: Aleo-Regular; 
	margin: 0 auto;
	font-size: 20px;
}

.container{
	width: 85%;
	margin: 0 auto;
}

hr {
	height: 1px;
	border-width: 0;
	color: black;
	background-color: black; 
	margin: 40px auto;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

/*GLOBAL - FONT SIZES*/

h1{
	font-size: 2em;
}

h2{
	font-size: 1.5em;
}

h3{
	font-size: 1.17em;	
}

h4{
	font-size: 1em;
}

p{
	font-size: 1em;
}

li{
	font-size: 1em;
}

button{
	font-size: 1em;
}

/*RESPONSIVE LAYOUT*/

@media only screen and (max-width: XXX){
	body{
		/*add meta tag to every html page*/


	}


}

/*HEADER*/ 

li{
	display: inline-block;
	padding: 20px;
}

nav{
	background-color: black;
}

ul{
	margin: 0 auto; 
	padding: 0;
}

nav a{
	text-decoration: none;
	color: white;
}

h1{
	margin: 20px auto;
}

/*SIGNATURE*/

.signature{
	float: right;
	margin-right: 20px;
}

.signature img{
	float: left;
	height: 50px;
}

.signature h3{
	float: right;
	font-style: italic;
}

/*FOOTER*/

/*footer img{
	height: 50px;
}

footer ul{
	color: white;
	height: 65px; 
	background-color: black;
}*/

/*HOME*/

#home img{ 
	height: 400px;
	margin-bottom: 20px;
}

/*ABOUT*/

section{
	margin-bottom: 20px;
}

article{
	margin: 0 auto;
	text-align: left; 
	width: 65%; 
}

#nicole{
	width: 33%;
	float: right;
	margin: 0px 0px 0px 20px; 
}

#poles{
	width: 33%;  
	margin: 0px 20px 0px 0px; 
	float: left;
}

/*PROJECTS*/

#portfolio{
	width: 80%;
	margin: 0 auto 200px auto
}

#portfolio h2{
	font-family: Aleo-Bold;
}

#portfolio p{
	width: 100%;
	margin: 20px auto;
}

#portfolio a{
	display: block;
	margin: 20px auto;
	font-weight: bold; 
}

/*CAROUSEL STYLES*/

.project{
	margin: 0 auto;
	display: none;
	width: 60%;
}

.projectTitle{
	border-radius: 10px;
	margin: 20px auto;
	padding: 5px;
	display: block;
}

.previous, 
.next{
	border: none;
	float: left;
	font-size: 30px; 
	line-height: 500px;
	background-color: black;
	color: white;
	padding: 0 10px; 
	width: 10%;
}

#ecoCar .previous, 
#ecoCar .next{
	line-height: 300px;
}

.prev:focus,
.prev:active,
.next:focus,
.next:active{
	outline: none;
}

.slide{
	float: left;
	display: none;
	width: 80%; 
	height: 500px;
}

.slide img{
	width: 100%; 
	height: 500px;
	border: 20px solid black;
}

#ecoCar .slide img{
	height: 300px;
}

.slide.active{
	display: block;
	margin: 0 auto 250px auto;
}

.project.active{
	display: block;
}

/*PUBLICATIONS*/

#publications span{
	font-style: italic;
}

/*TRAVELS*/

#travels img{
	width: 80%;
}

#travels .item{
	float: left;
	width: 25%;
}

#travels .row{
}

/*CONTACT*/

#contact a{
	display: block;
	margin: 20px;
}

