@import url("https://use.typekit.net/gth6ewu.css");

html,
body {
	background-color: white;
	font-size: 15px;
	min-height: 100vh;
}

.t-primary-bgcolor {
	background-color: #281F19;
}

a {
	color: #ab2c2c;
}

.container {
	width: 1200px;
}

.header {
	width: 100%;
	background-color: #f4f0ef;
	font-family: "myriad-pro", sans-serif;
}

.header__top {
	background-color: #78010D;
}

.header__top__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
}

.socials {
	display: flex;
	align-items: center;
}

.socials a {
	margin-right: 45px;
}

.socials a svg {
	height: 20px;
	width: auto;
	color: #fff;
}

.socials a:hover svg {
	transform: scale(1.1);
}

.top__nav {
	font-size: 0;
}

.top__nav a {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-left: 30px;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 21px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	padding: 10px 0px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1.28px;
	text-transform: uppercase;
	margin-left: 48px;
	transition: color 0.2s ease-in-out;
}

.header__nav a:hover {
	color: #78010D;
}

.header__nav a:first-child {
	margin-left: 0;
}

.footer-wrapper {
	background-color: #281F19;
}

.footer {
	display: flex;
	justify-content: space-around;
}

.footer__address {
	padding: 25px;
	color: white;
	font-family: "myriad-pro", sans-serif;
	font-size: 15px;
}

.footer__address h3 {
	font-size: 19.2px;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.footer__address a {
	font-weight: bold;
	color: #D82E33;
	transition: color 0.2s ease-in-out;
}

.footer__address a:hover {
	text-decoration: none;
	color: #E15B60;
}

#promos .box .inner {
	padding: 18px;
}

.slideshow__links a {
	font-size: 14px;
}

@media screen and (max-width: 676px) {
	.footer {
		flex-direction: column;
	}
}