@media (max-width: 768px) {
	#cookie-popup .col-md-10 
	{
		margin-bottom: 20px;
	}
	.cookie-accept-button 
	{
		width: 100%;
	}
}

/* Mobile */
@media (max-width: 575px) {
	h1 {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	.logo {
		width: 70%;
		display: block;
		margin: 0px auto;
	}
	.navbar-nav .nav-item {
		width: 100% !important;
	}
	section:first-child {
		margin-top: 170px;
	}
	#about-owner-picture {
		width: 70%;
	}
	.certificate {
		margin-bottom: 24px;
	}
}