@import url("/templates/global.css");

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

a {
    color: #00a651;
}

body {
    background-color: #fff;
}

.container {
    width: 1100px;
}

.header-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
}

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

.header__nav {
    font-size: 0;
}

.header__nav a {
    font-size: 14px;
    color: #304e69;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-left: 34px;
    transition: .4s ease all;
}

.header__nav a:hover {
    text-decoration: none;
    color: #9f9b1b;
}