@import url("/templates/global.css");
body{
	background-color: #787878;
}

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

a {
	color: #c6a007;
}

.header__logo{
    padding: 12px 1.5rem 0 1.5rem;
}

.header-wrapper{
	background-color: white;
  	position: relative;
	height: 97px;
	z-index: 1;
}

.header {
	z-index: 1;
}

.main {
	border-top: 40px solid #272727;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
