@charset"UTF-8";

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

@media (max-width: 1199px) {
    
    /*********************
     TABLET SHOW/HIDE
    *********************/

    .tablet-show {
        display: block;
    }
    .tablet-hide {
        display: none !important;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {

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


    /* BLUE BAR // TECO TURNS 50 */

    #blue-bar h2
    {
        font-size: 1.25em !important;
        line-height: 1.6em !important;
    }



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

    header .tel a
    {
        padding: 0 0 0 15px;
        border-left: 1px solid #878b8c;;
    }
    
    footer #associations
    {
        padding: 90px 0 0;
    }

    footer #associations a
    {
        margin: 25px;
    }

    footer #associations a img.responsimg
    {
        margin: 0;
    }

    footer #associations a.bbb
    {
        width: 15%;
    }

    footer #associations a.batc
    {
        width: 9%;
    }

    footer #associations a.nari
    {
        width: 7%;
    }

    footer #associations a.asid
    {
        width: 4.5%;
    }

    footer #associations a.aia
    {
        width: 23%;
    }

    footer img.logo
    {
        max-width: 140px;
    }



    /*********************
     HOMEPAGE SPECIFIC
    *********************/
    
    /* HERO */
    section#hp-parallax .parallax-window .content
    {
        top: 25%;
        left: 10%;
        /*padding: 25px;*/
    }


    /*********************
     CLASSES
    *********************/
    
    .btn
    {
        font-size: 1em;
    }

    /* Floater  */
    .floater
    {
        width: 50%;
    }

}

