@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #993300;
}

a {
	color: #993300;
}

body {
	background-color: #fff;
}

.header {
	width: 100%;
	background-color: #212121;
	padding: 25px;
}

.header__logo img {
	height: 110px;
}
