body {
	background: #fcf1dd;
}
p {
	font: 400 1rem "Inter";
}
strong {
	font: inherit;
	display: inline;
}
section {
	max-width: 1024px;
}
div#main {
	padding: 2rem;
}
div#header {
	margin: 0 auto;
	margin-bottom: 2rem;
}
div#header img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
}
section#header h3 {
	width: fit-content;
	font: 600 2rem "Rubik";
	padding: 0.5rem;
	background: #85161d;
	color: white;
	margin: 0  auto;
}
section#promo {
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 10rem;	
}
div#promobox {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
div#promobox img {
	width: 100%;
	height: auto;
	border-radius: 0.3rem;
	border: 1px solid rgba(172, 22, 22,0.3);
}
section#promo div.boxtitle {
	margin-top: 0 !important;
}
section#subscribe {
	max-width: 1024px;
	padding: 4rem;
	margin: 0 auto;
}
section#subscribe a {
	display: block;
	width: fit-content;
	padding: 2rem 4rem;
	margin: 0 auto;
	background: #e11e28;
	color: white;
	font: 600 2rem "Montserrat";
	outline: 5px solid #e11e28;
	border: 5px solid #fcf1dd;
	text-align: center;
}
section#map {
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 10rem;	
}
div#mapbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
div#mapbox>img {
	width: 100%;
	height: auto;
	border-radius: 0.3rem;
	border: 1px solid rgba(172, 22, 22,0.3);
}
section#map div.boxtitle {
	margin-top: 0 !important;
}
/*section#header img {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: block;
	align-self: start;
}*/
section#header>div#hero {
	padding-top: 0;
	padding-left: 0;
	background: #f7dfaf;
	border: 2px solid #85161d;
}
/*section#header ul {
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 1rem;
	font: 500 1.2rem "Rubik";
	padding: 2rem;
}*/
section#header ul {
	list-style: none;
	display: flex;
	gap: 2rem;
	font: 500 1.5rem "Rubik";
	padding: 2rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#header li {
	width: 47%;
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: inherit;
}
section#header li p {
	font-size: inherit;
}
section#header li p>strong {
	font-weight: 600;
	color: rgba(133, 22, 29, 1);
	border-bottom: 3px solid rgba(133, 22, 29, 0.5);
}
section#header li:before {
	content: "\ead5";
	font-family: "Material Symbols Outlined";
	font-size: 2rem;
	color: #85161d;
}
div#contact {
	text-align: center;
	padding: 1rem;
}
div#contact a {
	color: rgba(133, 22, 29, 1);
	padding: 0.25rem;
	padding-right: 0.5rem;
	padding-left: 1.75rem;
	border-radius: 0.2rem;
	background: rgba(133, 22, 29, 0.2);
	font-weight: 600;
	display: inline-block;
	width: fit-content;
}
div#contact span.material-symbols-outlined {
	font-size: 1rem;
}
/*div#contact a {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem;
}*/
div#contact a.tel {

}
div#contact a.tel:before {
	content: "\e0b0";
	font-family: "Material Symbols Outlined";
	position: absolute;
	margin-left: -1.25rem;
}
div#contact a.ws {

}
div#contact a.ws:before {
	content: "\f232";
	font-family: "Font Awesome 6 Brands";
	position: absolute;
	margin-left: -1.25rem;
}
section.box {
	max-width: 1024px;
	margin: 1rem auto;
	border: 2px solid #e11e28;
	padding: 4rem 3rem;
	margin-bottom: 10rem;
}
section.box h1 {
	width: fit-content;
	padding: 2rem;
	font: 800 2rem "Rubik";
	background: #fcf1dd;
	margin: 0 auto;
	margin-top: -7rem;
	color: #e11e28;
	text-transform: uppercase;
}
div.boxtitle {
	width: fit-content;
	margin: 0 auto;
	margin-top: -10rem;
}
div.boxtitle img {
	width: 100%;
	height: 10rem;
	padding: 1rem;
	background: #fcf1dd;
}
div.books {
	display: flex;
	gap: 1.5rem;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1rem;
}
div.books img {
	width: 10rem;
	height: auto;
	border: 2px solid rgba(225, 30, 40, 0.5);
}
div.button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-bottom: -6rem;
}
div.button a {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: base;
	padding: 1rem;
	color: white;
	color: #85161d;
	color: #4a1412;
	background: #ff8c1a;
	font: 600 1.1rem "Inter";
	border: 2px solid #85161d;
}
div.button span {
	font-size: 1.2rem;
}
/* FOOTER RESET */
div#linkfooter {
	display: none;
}
div#subfooter p {
	font-size: 0.9rem;
	color: rgba(0,0,0,0.8);
}
div#subfooter img {
	width: 8rem;
	height: auto;
}
div#socialfooter {
	gap: 2rem;
	color: rgba(0,0,0,0.7);
	padding: 2rem;
}
@media screen and (max-width: 480px) {
	div#promobox {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 640px) {
	div.books {
		padding: 0;
		padding-bottom: 1rem;
	}
	div.books img {
		width: 6rem;
	}
	section#header {
		padding: 2rem 0;
	}
	section#header img {
		width: 70%;
		height: auto;
		margin-bottom: 2rem;
	}
	section.box {
		padding: 4rem 1rem;
	}
	div.boxtitle {
		margin-top: -7rem;
	}
	div.boxtitle img {
		height: 5rem;
		width: auto;
	}
	div#main {
		padding: 1rem;
	}
	section#header h3 {
		margin: 0 auto;
	}
	section#header ul {
		flex-flow: column;
		font-size: 1.2rem;
		gap: 1rem;
	}
	section#header li {
		width: 100%;
	}
	div.button {
		margin-bottom: -5.5rem;
	}
	div.button a {
		font-size: 0.8rem;
		padding: 0.5rem;
		gap: 0.5rem;
	}
	div#contact p {
		line-height: 2rem;
		text-align: left;
	}
	section#subscribe a {
		padding: 1rem 2rem;
		font: 600 1.2rem "Montserrat";
		outline: 5px solid #e11e28;
		border: 5px solid #fcf1dd;
	}
  div#mapbox {
  	grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 720px) {
	div#header {
		margin-bottom: 2rem;
	}
	section.box {
		margin-bottom: 4rem;
	}

}