﻿
.customFooterLinks {
    font-size:1.125em;
    padding-top: 20px;
}

/*********Media Query Starts*********/
/*@media( max-width:399px){
    #mobileResp {
        display: block;
    }

    #laptopResp {
        display: none
    }

    #ipadResp {
        display: none;
    }
}
@media(min-width: 400px ) and (max-width:767px){
    #mobileResp {
        display: none;
    }

    #laptopResp {
        display: none
    }

    #ipadResp {
        display: block;
    }
}*/
@media (max-width: 767px) {
    .customNav{
        margin:0 !important;
    }
    #menuItems, #onlineServices, header .navbar-nav > li {
        width:100%;    margin: 0!important;
    }
    header .navbar {
        float: left;
    margin: 0;
    width: 100%;
    }
    .menuHeader {
    display:block;color:#000;
    float:left;
}
    header .navbar-header {
    width:100%;
    margin:0!important;
    border-radius:5px;
}
    header .navbar-nav > li > a {
        line-height: 50px;
    }
    #mainContainer {
        margin-top: 0!important;
    }
    .col-md-4 > div, .col-sm-4 > div {
        margin:2px 0;
    }
    .icons {
        display:none;
    }
    .infoNumbers {
             margin-top: 10px;
    }
    #map{
        height: 400px!important;
    }
    .infoDesc h3 {
        margin-bottom: 5px;
    }
    .briefInfo {
        font-size:75%;
    }
    .bottomLinks > div > div {
        padding:7px;
    }
    .bottomLinks img {
        height:18px!important
    }
    .logo {
        height:auto;
        text-align:center;    width: 100%;
    }
    .phone-number {
        width:100%;
    }
    #mainContainer{
        margin-top: 0px;
    }
    #mobileResp {
        display: block;
    }

    #laptopResp {
        display: none
    }

    #ipadResp {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .bottomLinks > div > div, .bottomLinks a {
    color: #fff;
    background-color: #790002;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
    .icons img{
        width: 25px;
    }
    .briefInfo {
        font-size:75%;
    }
    .infoNumbers {
        width: 27%;
    }
    .infoDesc {
        width: 73%;
    }
    .mapFilterHeading {
        padding:10px;
        font-size:medium;
    }
    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size:medium;
        font-weight:normal;
    }
    .tempImage img {
        width:25px
    }    
    .temp {
        font-size:small;
    }
    .logo {
        height:auto;
    }
    .phone-number {
        width:100%;
    }
    #mainContainer{
        margin-top: 0px;
    }
	  #getPrepared1 h3 {
        margin-top: 8px;
        padding:6% !important
    }
    #getPrepared h3 {
        margin-top: 8px;
    }
    #mobileResp {
        display: none;
    }

    #laptopResp {
        display: none
    }

    #ipadResp {
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mobileResp {
        display: none;
    }

    #laptopResp {
        display: none
    }

    #ipadResp {
        display: block;
    }
    .infoNumbers {
        width: 27%;
            font-size: 300%;
    }
    .infoDesc {
        width: 73%;
    }
    .bottomLinks {
        font-size: 150%;
    }
    
    #map{
        height: 500px!important;
    }
    #mainContainer{
        margin-top: 0px;
    }
    .phone-number {
        width:50%;
    }
    .bottomLinks > div > div, .bottomLinks a {
        font-size: 18px;
    }
    #getPrepared h3 {
        margin-top: 11px;
         font-size:16px
    }
     #getPrepared1 h3 {
        margin-top: 11px;
        font-size:16px
    }
     #tabOpenShelters {
   padding: 2.7%;
}
     #tabOpenShelters h3 {
    font-size:16px
}
}
@media (min-width: 1200px) {
    .bottomLinks {
        font-size: 150%;
    }
    #mobileResp {
        display: none;
    }

    #laptopResp {
        display: block;
    }

    #ipadResp {
        display: none;
    }
}

/*********Media Query Ends*********/