
header {
	height: 360px;
	background: url(img/Head.png) no-repeat;
	background-size: 100%;
	display: block;
}

.logo {
	margin-left: 50px;
	position: absolute;
	top: 40px;
	left: 50px;
}

.logo a {
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	text-decoration: none;
}
.logo a:hover {
	color: #ccc;
	transition: all 0.5s ease-out;
}
footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	height: 100px;
}

.logo-footer a {
	text-decoration: none;
	color: rgb(10, 82, 124);
	font-weight: 500;
}
.text-center span {
	display: block;
}
.section--title {
	text-align: center;
	margin: 20px 0;
}

.img-fluid {
	max-width: 600px;
	width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
	header {
		height: 110px;
	}
	
  }