@import url("/templates/global.css");

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

a {
	color: #D3BA87;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	border-top: 6px solid #000;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	position: relative;
	z-index: 5;
}

.main-wrapper::before {
	height: 2rem;
	background-color: #F5F5F5;
	content: "";
	display: block;
}

.header {
	padding: 2rem;
}

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

.main {
	padding: 2rem;
}

.sidebar {
	margin-right: 2rem;
}