@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Roboto&display=swap');


.t-primary-bgcolor {
	background-color: #726A6A;
}

a {
	color: #BB3733;
}

body {
	background-color: #fff;
}

.container {
	width: 1200px;
}

.header-wrapper {
	border-top: 15px solid #726A6A;
	border-bottom: 2px solid #CFCFCF;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 1.5rem;
}

.header__logo img {
	max-height: 120px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 14px;
	color: #636363;
	padding: 10px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
}

.main {
	padding: 3rem 1.5rem;
}

.sidebar {
	margin-right: 3rem;
}

@media screen and (max-width: 1008px) {
	.header__nav a {
		padding: 8px;
	}
}