@charset"UTF-8";

/**
 * Filename:        bs-sm.css
 * Revision:        v3.0 => 2016.10
 * Organization:    ignitr => https://wildfirecms.com
 * Author:          Trevor Lettman / Space2Burn
*/


@media (max-width: 991px) {

    header #topbar a {
        margin-right: 0 !important;
    }

    .mobile-center {
        width: 100% !important;
        text-align: center !important;
    }

}


@media (min-width: 768px) and (max-width: 991px) {

    /*********************
     TAGS
    *********************/


    /*********************
     LAYOUT
    *********************/

  /*  header .col:nth-of-type(1),
    header .col:nth-of-type(2) {
        padding-top: 0;
        padding: 10px;
        height: auto;
        font-size: 1.1em;
        border-left: none;
        border-bottom: 1px solid #ACA7A7;
        background: #000;
    }

    header .col:nth-of-type(3) {
        padding-right: 0;
    }

    #glory {
        max-height: 650px !important;
    }*/

}

