@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Jura');

body {
    background-color: #eaeded;
}

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

a {
    color: #aa1c2a;
}

.header-wrapper {
    background-color: #fff;
    border-top: 5px solid #aa1c2a;
    border-bottom: 15px solid #aa1c2a;
}

.header {
    padding: 20px 0;
}

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