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

html,
html * {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
font-family: "transat-text", sans-serif;}

header {
	padding: 30px;
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 200px;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 5px;
}

/* Tablet View */

@media (min-width: 768px){
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
}

/* desktop View */

@media (min-width: 1024px){
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.style-img {
		display: block;
		align-content: center;
		width: 60%;
		margin-top: 20px;
	}
	.img1 {
			display: block;
		align-content: center;
		margin-top: 50px;

	}
}

.style-img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
	padding: 20px;
}

h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
		padding-top: 0px;
}

section {
	margin-top: 10px;
}

.style-nav li .active {
color: #D96941;
}

/* footer */

footer {
height: 10vh;
}

footer p {
text-align: center;
line-height: 10vh;
font-family: "transat-text", sans-serif;
font-weight: 400;
font-style: normal;
color: #ADADAD;
}


footer p a {
text-decoration: none;
color: white;
font-family: "transat-text", sans-serif;
font-weight: 400;
font-style: normal;

}

.copyright {
 font-size: 12px; 
}

/* End of FOOTER */
