.header, .links {
	height: 80px;
}

header img {
	height: 70px !important;
}

header a {
	font-size: 16px;
	color: rgb(17, 17, 17);
	text-decoration: none;
	font-weight: 400;
}

header a:hover, .active {
	color: #0bb3ce;
}

@media (min-width: 576px) {
	.background {
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #a8d0d0;
		box-shadow: 0 5px 5px 0 rgb(51 44 41 / 40%);
	}

	.background-home {
		background-image: url("../img/home.jpg");
	}

	.background-offer {
		background-image: url("../img/offer.jpg");
	}

	.background-about-us {
		background-image: url("../img/about-us.jpg");
	}

	.h-720 {
		height: 720px;
	}
}

.bg-dark2 {
	color: black;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.contact a {
	text-decoration: none;
}

.contact a:hover {
	text-decoration: underline;
}

.box {
	width: 280px;
	height: 280px;
	background: white;
	text-align: center;
	box-shadow: 5px 5px 20px 0 rgb(51 44 41 / 40%);
	border-radius: 5px;
	display: flex;
	align-items: center;
}

footer {
	box-shadow: 5px 5px 20px 5px rgb(51 44 41 / 40%);
	background: white;
}

footer a, .home a {
	color: white;
	text-decoration: none;
}

footer a:hover, .home a:hover {
	color: white;
	text-decoration: underline;
}

.bi {
	font-size: 35px;
	color: black
}

.bi span {
	font-size: 20px;
	padding-left: 5px;
}
