body {
	background-color: #FFF;
	min-height: 100vh;
}

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

a {
	color: #49505C;
}

.container {
	width: 1200px;
}

.logo-text {
	display: inline-block;
	text-align: left;
	line-height: 1.1;
}

.logo-line1 {
	font-size: 40px;
	/* larger top line */
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
}

.logo-line2 {
	font-size: 18px;
	/* smaller bottom line */
	font-weight: 500;
	color: #2F3A56;
	margin-top: 2px;
	/* small spacing */
}

.header-wrapper {
	background-color: white;
	border-bottom: 4px solid #C8A75B;
	position: relative;
}

.header {
	width: 100%;
}

.header__top {
	background-color: #2F3A56;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
	color: #fff;
	padding: 9px 0;
	font-size: 13px;
}

.header__top i {
	margin-right: 5px;
	opacity: 0.5;
}

.header__top .container {
	display: flex;
}

.header__top .container>div {
	margin-right: 15px;
}

.header__top a {
	color: #d9d9d9;
}

.header>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	padding: 30px 0;
	width: 300px;
}

.header nav {
	display: flex;
	justify-content: flex-end;
}

.header nav a {
	font-size: 18px;
	margin: 0 15px;
	color: #000;
	line-height: 30px;
	font-weight: 500;
	border-bottom: 3px solid transparent;
}

.header nav a:last-child {
	margin-right: 0;
}

.header nav a:hover {
	text-decoration: none;
	color: #C8A75B;
}

.main {
	padding-top: 2rem;
}

.sidebar {
	margin-right: 2rem;
}

body.page-upload .sidebar,
.copyright {
	display: none;
}

.footer {
	background-color: #333;
	width: 100%;
	padding: 20px 10px;
	color: #fff;
}

.footer>div {
	justify-content: space-between;
}

.footer a {
	color: #fff;
}

.footer nav {
	display: flex;
}

.footer nav a {
	margin-right: 20px;
}

.page-products .navbar__menu,
.page-upload .navbar__menu {
	visibility: hidden;
}