﻿@media only screen and (min-width: 960px) and (max-width: 1220px) {
    div.header .col-2 {
        width: 68%;
    }
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
    div.header .col-2 {
        width: 59%;
    }

    div.header a.text {
        padding-top: 10px;
        height: 65px;
    }

    div.header .center .col hr {
        height: 65px;
        margin: 10px 0.4% 0 0.4%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
    div.header .col-2 {
        display: none;
    }

    div.header a.logo {
        margin-top: 5px;
        width: 120px;
        height: 40px;
    }

    div.header a.icon {
        width: 48px;
        height: 50px;
        margin: 0;
    }

        div.header a.icon#mobile {
            display: inline-block;
        }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    div.header .col-1 {
        min-width: 80px;
    }

    div.header .col-2 {
        display: none;
    }

    div.header a.logo {
        margin-top: 5px;
        width: 120px;
        height: 40px;
    }

    div.header a.icon {
        width: 48px;
        height: 50px;
        margin: 0;
    }

        div.header a.icon#mobile {
            display: inline-block;
        }
}
