#home_page {
	background: linear-gradient(rgba(0,0,0, .988), rgba(0,0,0, .1)), url("../img/bg2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#navbar .navbar-nav .nav-item {
	margin-left: 32px !important;
	font-size: 20px;
}

#contacts_group a {
	color: #ffffff;
	font-size: 24px;
	margin: 10px;
	transition: color .3s ease-in-out;
}

#contacts_group a:hover {
	color: violet;
}

#footer {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	text-align: center;
}

#footer p {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#content {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#content h1 {
	font-size: 60px;
	padding-bottom: 24px;
}

#content h2 {
	font-size: 40px;
	color: #ddd;
}