@import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Open+Sans&display=swap');

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

a {
	color: #c52525;
}

.header__logo {
	font-family: "Crete Round", sans-serif;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px -1px 1px #000;
}

.header__logo:hover {
	text-decoration: none;
	color: #fff;
}

.header {
	height: 194px;
	padding-top: 25px;
	width: 940px;
}

.header-wrapper {
	background-image: url(main-bg-red.jpg);
}

.header-wrapper:before {
	display: block;
	content: "";
	background-image: url(wrapper-before.png);
	height: 50px;
	box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3);
}

.header-wrapper:after {
	display: block;
	content: "";
	background: url(wrapper-after.png) repeat-x left bottom;
	;
	height: 10px;
}

.header__nav {
	background-image: url(nav-bg.png);
	border-radius: 5px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
	margin-top: 25.5px;
}

.header__nav a {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
	height: 46px;
	padding: 14px 39.8px;
	line-height: 46px;
	border-right: 1px solid #5D5D5D;
}

.header__nav a:not(:first-child) {
	border-left: 1px solid #3E3E3E;
	margin-left: -3.5px;
}

.header__nav a:after {
	background-image: url(nav-sep.png);
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #8F3434;
	border-right: 1px solid #5D5D5D;
	overflow: hidden;
}

#header>nav>a:nth-child(1):hover {
	border-radius: 5px 0 0 5px;
}

body {
	background-image: url(body-bg.png);
}

.main {
	margin-top: 40px;
}