@charset"utf-8;
	
	html{font-size: 16px;
font-family: Arial, Helvetica, "sans-serif"}
footer {
}
img{max-width: 100%;}

.header{padding-top: 40px;
background-image: url("imgs/stripe.png");
	background-repeat: repeat-x;
}
.logo{
	text-align: center;
}
.nav ul{
	margin: 30px 0 0 0;
	padding: 0;
	list-style-type: none;
    display: flex;
	justify-content: center;
	gap:40px;
}
.hero{text-align: center;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-align: center;}
.hero.index{background-image: url("imgs/home-hero.jpg");
padding: 287px 0;
}
main h2{margin: 60px 0 20px;
	border-bottom: 2px solid #253958;
	padding: 0 0 5px 0;
	color: #253958;
font-size: 1.3rem}

.gotop{text-align: center;}
.copyright{
	margin-top: 20px;
	margin-bottom: 0;
	
	background-color:#253958;
	color: white;
	text-align: center;}

.logo-whale{text-align: center;}