@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(nav.css);

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

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

a {
    color: #CC0000;
}

.main {
    margin-top: 30px;
}

.container {
    width: 1080px;
}

.main h1 {
    font-family: 'Play';
    font-size: 36px;
    color: #c90f02;
}

.header {
    width: 100%!important;
    background-color: #E00700;
}

.header__top {
    height: 35px;
    background-color: #B00D1A;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-family: "Arimo", sans-serif;
    font-weight: 600;
}

.header__top .container {
    text-align: right;
}

.header__main {
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper {
    height: 40px;
    background-color: #D92611;
    border-bottom: 10px solid #AC1600;
}

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