body header.affix div.bottom-header .navbar-default .navbar-nav > li > a,
body header.affix-top div.bottom-header .navbar-default .navbar-nav > li > a {
    font-size: 12px
}

.nav {
    margin-bottom: 0;
}

li.dropdown {
    position: static;
}

li.dropdown ul.dropdown-menu {
    width: 100%;
    text-align: center;
    border: none;
}

.message-wrap.newsletter {
    background: #000000;
    color: #FFFFFF;
}

.message-wrap.newsletter .container .row svg {
    fill: #FFFFFF;
    float: left;
    width: 50%;
    height: auto;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.size-18 {
    font-size: 18px;
}

.height-170 {
    height: 170px;
}


@media screen and (max-width: 500px) {
    h2 {
        font-size: 10vw;
    }
}