﻿/* On screens that are 1366px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 425px) {
    div.mobile-screens a {
        display: block;
        float: none;
        width: 100%;
        font-size: small;
        font-weight: 400;
        height:40px;
        width:360px;
    }
    div.mulgova-center {
        margin: 0 auto;
        width: 100%;
    }
    div.mulgova-height {
        max-height: 1000px !important;
    }
}

@media screen and (max-width: 1025px) {
    div.mobile-screens a {
        display: block;
        float: none;
        width: 100%;
        font-size: small;
        font-weight: 400;
        height: 40px;
        width: 360px;
    }

    div.mulgova-center {
        margin: 0 auto;
        width: 100%;
    }

    div.mulgova-height {
        max-height: 400px !important;
    }
}

@media screen and (max-width: 1366px) {
    div.mobile-screens a {
        display: block;
        float: none;
        width: 100%;
        font-size: small;
        font-weight: 400;
        height: 40px;
        width: 360px;
    }

    div.mulgova-center {
        margin: 0 auto;
        width: 100%;
    }

    div.mulgova-height {
        max-height: 400px !important;
    }
}

@media screen and (min-width: 1367px) {
    div.mulgova-center {
        margin: 0 auto;
        width: 50%;
    }
    div.mulgova-height {
        max-height: 325px !important;
    }
}


