@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Hegarty&display=swap');

.content_center {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.content_left {
	float: left;
	width: 100%;
}

.home_div {
	float: left;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 80px;
}

.margin_top_0 {
	margin-top: 0;
}

.content_left > a > img{
	max-width: 250px;
	max-height: 100px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* footer */
footer {
    width: 100%;
    background-color: var(--blue);
    padding-top: 50px;
    padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
    float: left;
}

.footer_container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
    font-family: "Noto Sans", sans-serif;
}

.footer_container a {
	color: white;
	font-size: 17px;	
}

.footer_container h3 {
	text-align: left;
	color: white;
	font-size: 22px;
	margin-bottom: 30px;
    font-family: "BBH Sans Hegarty", sans-serif;
    letter-spacing: 2px;
}

.footer_div_1 {
	float: left;
	width: 33.3%;
}

.footer_address{
	line-height: 1.2;
}

.footer_address:hover{
	text-decoration: underline;
}

.footer_div_1 i {
	font-size: 15px;
}

.footer_div_1 img {
	width: 50%;
}

.footer_div_2 {
	float: left;
	width: 33.3%;
}

.footer_div_3 {
	float: left;
	width: 33.3%;
}

.footer_div_2 a {
	text-decoration: none;
}

.footer_div_3 > div > p {
	float: left;
	width: 100%;
	line-height: 1.2;
	font-size: 15px;
}

.footer_div_3 .list_left {
	float: left;
	width: 120px;
	color: white;
}

.list_right {
	float: left;
	padding-top: 2px;
}

.list_left{
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 7px;
	font-size: 17px;
}

.white_line {
	float: left;
	width: 100%;
	height: 2px;
	background-color: white;
}

.sitemap{
    display: flex;
    justify-content: start;
    flex-direction: column;
}

.sitemap_links{
    font-weight: 500;
    font-size: 110%;
	margin-bottom: 7px;
	line-height: 1.2;
	font-weight: bold;
}

.sitemap_links:hover{
    text-decoration: underline;
}

.footer_contact_link{
    font-weight: 500;
    font-size: 15px;
	line-height: 1.2;
}

.footer_contact_link:hover{
    text-decoration: underline;
}

/* Copyright */
.footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding-bottom: 10px;
	padding-top: 10px;
    background: var(--blue);
    color: var(--whitegrey-background);
    font-family: "Noto Sans", sans-serif;
    float: left;
}

.footer-credits > a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 986px) {	
    .footer_container{
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

	.home_div {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.white_block {
		margin-top: 70px;
	}
	
	.hours_list {
		width: 100%;
		font-size: 18px;
	}
	
	.social_button {
		padding: 4px 0 4px 0;
	}
	
	.google_maps {
		height: 300px;
	}
	
	.footer_div_1 {
		width: 100%;
		margin-bottom: 60px;
	}
	.footer_div_1 img {
		width: 60%;
	}
	
	.footer_div_2 {
		width: 40%;
	}
	.footer_div_3 {
		width: 60%;
	}
}

@media only screen and (max-width: 646px) {
	.white_block {
		margin-top: 60px;
	}
	
	.white_block_picture {
		width: 100%;
		height: 200px;
	}
	
	.white_block_content {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.white_block_content .product_description {
		float: left;
		width: 100%;
		padding-bottom: 0;
		padding-right: 20px;
	}
	
	.white_block_content .content_left {
		margin-top: 50px;
	}

	.footer_div_1 img {
		width: 70%;
	}
	.footer_div_2 {
		width: 100%;
		margin-bottom: 60px;
	}
	.footer_div_3 {
		width: 100%;
	}
	
	.footer_container h3{
		font-size: 22px;
	}
	
	footer {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 390px) {
	.footer_div_1 img {
		width: 70%;
	}
	.header_logo img {
		width: 120px;
	}
	.header_contact {
		width: 200px;
		font-size: 12px;
		margin-top: 30px;
	}
	.header_contact .header_center {
		font-size: 12px;
	}
}