@import url('https://fonts.googleapis.com/css?family=Dosis:400,600&subset=latin-ext');

body { 
	background-color: #fff;
	color: #1c1c1c;
	font-family: 'Dosis', sans-serif;
	margin: 0;
	padding: 0;
}

footer {
	background-color: white;
	display: -webkit-box;  
  display: -ms-flexbox;  
  display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 0;
	width: 100%;
}



.row {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.container {
	margin: 20px;
	position: relative;
	text-align: center;
}

.first-section {
  background-color: #172844;
}

#second-section, .boxes {

	display: flex;
	font-size: 25px;
	text-align: center;
}

.box{
	margin: auto;
	color: white;
}

#second-section {
	margin: 70px 150px;	
}

.second-section figure {       
  flex: 1;   
	margin: 0;
	padding: 0;
}

.second-section figure img {
	width: 100%;
}

.second-section .button-box {
	flex: 2;
	margin-right: 30px;
}

.second-section p {
	text-align: justify;
}

.third-section {
	background-color: #172844;
}

.third-section h1 {
	width: 100%;
	color: white;
}

#slider { 
	overflow: hidden; 
}

#slider figure img {
  float: left; 
  width: 20%; 
}

#slider figure { 
  font-size: 0;
  left: 0;
  margin: 0;
  position: relative;
  text-align: left;
  width: 500%;
}

footer .map {
	-webkit-box-flex: 1;  
  -webkit-flex: 1;   
  -ms-flex: 1; 
	flex: 1;
	margin: 20px;
}

footer #contact {
	color: black;
	-webkit-box-flex: 1;  
  -webkit-flex: 1;   
  -ms-flex: 1; 
	flex: 1;
	margin: 20px 50px;
}

footer #contact p {
	text-align: center;
}

footer #contact span {
	display: block;
	
}

.copyrights {
	display: block;
	font-size: 13px;
	margin-top: 50px;
}

/* ----------- Media screen ----------- */
@media screen and (max-width: 2200px) {	
	header:hover {
		left: 70%;
	}
}

@media screen and (max-width: 1350px) {	
	header:hover {
		left: 60%;
	}
}

@media screen and (max-width: 1100px) {	
	header:hover {
		left: 50%;
	}

	#second-section {
		margin: 20px 80px;
	}	
}

@media screen and (max-width: 900px) {	
	header:hover {
		left: 40%;
	}

	#second-section {
		margin: 20px;
	}

	#second-section img {
		margin-top: 30%;
		width: 90%;
	}
}

@media screen and (max-width: 700px) {
	header {
		top: 0;
	}
	header:hover {
		left: 0;
		transition: 200ms;
	}

	#second-section img {
		margin: 10px;
	}

	.second-section .button-box {
		margin: 0;
	}

	footer #contact {
		margin: 20px;
	} 

	footer,
	#second-section,
	
}

@media screen and (max-width: 500px) {	
	header {
		width: 1000px;
		overflow: hidden;
	}
	header:hover {
		left: -96px;
	}
}
@media screen and (max-width: 480px) {	
	header:hover {
		width: 100%;
		left: 0;
	}
}

