﻿.container {
    background-image: none !important;
}

nav .container {
    background-image: none !important;
    width: 100%;
    margin: 0 135px;
}

header {
    background-color: #FFF;
    padding: 30px 0 30px 0;
    border-bottom: solid 1px #97979733;
}

header .container img {
    max-width: 200px;
}

header img {
    width: 200px;
}

@media screen and (max-width: 767px) {
    nav .container {
        margin: 0 !important;
    }
}
