@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Mitr:wght@600&display=swap');

body {
	font-family: "Questrial", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #3c3c3b;
	margin: 0;
}

h2,
h3,
h4 {
	font-family: "Mitr", serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 1.9rem;
	margin: 0px 0px;
	line-height: 1.9rem;
}

.header-text h2 {
	font-size: 2.1rem;
}

.cards h2 {
	margin: 10px 10px;
}

h3 {
	color: #e94e1b;
	font-size: 1.9rem;
	margin: 8px 0px;
}

h4 {
	color: #e94e1b;
	font-size: 1.5rem;
	margin: 8px 0px;
}

.green-line-header {
	border-top: 25px solid #333e29;
	border-bottom: 8px solid #a3ac86;
	margin-bottom: 25px;
}

a,
a:link,
a:visited {
	color: #a3ac86;
}

a:hover,
a:focus,
a:active {
	color: #ffffff;
}

.header {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	max-width: 1200px;
	margin: auto;

}

.logo {
	grid-area: 1 / 1 / 2 / 2;
	padding: 20px;
}

.header-text {
	grid-area: 1 / 2 / 2 / 3;
	padding: 20px;
}

.map {
	grid-area: 1 / 3 / 2 / 4;
}

.map img {
	width: 100%;
}

.header a {
	color: #3c3c3b;
}

.header h3 a {
	color: #e94e1b;
	text-decoration: none;
}

.container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	color: #ffffff;
	max-width: 1160px;
	margin: auto;
	background-image: url('img/background.jpg');
	background-size: cover;
	padding: 20px;
	border-radius: 14px;
}

.col1 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 20px;
}

.col2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 20px;
}

.col3 {
	grid-area: 1 / 3 / 2 / 4;
	padding: 20px;
}

.cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px;
	color: #ffffff;
	max-width: 1200px;
	margin: auto;
}

.col4 {
	grid-area: 2 / 1 / 3 / 2;
	background: hsla(87, 13%, 30%, 1);
	background: linear-gradient(90deg, hsla(87, 13%, 30%, 1) 0%, hsla(85, 16%, 56%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(87, 13%, 30%, 1) 0%, hsla(85, 16%, 56%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(87, 13%, 30%, 1) 0%, hsla(85, 16%, 56%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4E5743", endColorstr="#91A07C", GradientType=1);
	padding: 20px;
	border-radius: 14px;
}

.col5 {
	grid-area: 2 / 2 / 3 / 3;
	background: hsla(86, 15%, 18%, 1);
	background: linear-gradient(90deg, hsla(86, 15%, 18%, 1) 0%, hsla(86, 17%, 33%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(86, 15%, 18%, 1) 0%, hsla(86, 17%, 33%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(86, 15%, 18%, 1) 0%, hsla(86, 17%, 33%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2F3527", endColorstr="#566246", GradientType=1);
	padding: 20px;
	border-radius: 14px;
}

.col6 {
	grid-area: 2 / 3 / 3 / 4;
	background: hsla(98, 14%, 11%, 1);
	background: linear-gradient(90deg, hsla(98, 14%, 11%, 1) 0%, hsla(103, 13%, 21%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(98, s 14%, 11%, 1) 0%, hsla(103, 13%, 21%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(98, 14%, 11%, 1) 0%, hsla(103, 13%, 21%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1C2119", endColorstr="#333D2F", GradientType=1);
	padding: 20px;
	border-radius: 14px;
}

.footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 0px;
	color: #ffffff;
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
	background-image: url('img/background.jpg');
	background-size: cover;
	border-radius: 14px;
}

.footer-col1 {
	grid-area: 1 / 1 / 5 / 2;
	padding: 20px;
}

.footer-col2 {
	grid-area: 1 / 2 / 5 / 3;
	padding: 20px;
}

.footer-col3 {
	grid-area: 1 / 3 / 5 / 4;
	padding: 20px;
}

.footer a {
	color: #e94e1b;
	text-decoration: none;
}

img.dbs {
	width: 40%;
	vertical-align: -10px;
}

.well {
	font-family: "Mitr", serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	background-color: #404933;
	border-radius: 10px;
	padding: 6px 10px;
	display: inline-block;
	width: 53%;
	margin-top: 20px;
	line-height: 18px;
	height: 37px;
}

.well span.topline {
	font-size: 1.1rem;
}

.social {
	vertical-align: top;
}

.footer-logo {
	width: 232px;
}

.green-line-footer {
	border-top: 8px solid #a3ac86;
	border-bottom: 25px solid #333e29;
	margin-top: 35px;
}

@media screen and (max-width: 1200px) {
	.mobile-margin {
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 856px) {

	.header,
	.container,
	.cards,
	.footer {
		grid-template-columns: 1fr;
	}

	/* Reset grid-area for all children */
	.header>div,
	.container>div,
	.cards>div,
	.footer>div {
		grid-area: unset;
	}

	.logo {
		text-align: center;
	}

	.logo img {
		max-width: 360px;
	}

	.map {
		margin-bottom: 40px;
	}

	.container {
		margin-bottom: 40px;
	}

	.well {
		display: block;
	}

	.footer .footer-col3 img {
		vertical-align: top;
	}

	.footer-logo {
		width: 200px;
		margin-left: 40px;
		margin-top: 10px;
	}


	@media screen and (max-width: 414px) {
		h4 {
			font-size: 1.1rem;
		}
	}