/*MEDIA*/

@media (max-width: 768px) {
    body {
        max-width: 100%;
    }
    header {
        text-align: center;
    }
    header nav {
        padding-bottom: 1em;
    }
    header .logo {
        width: 100%
    }
    header .tel{
        font-size:300%;
    }
    header a.login {
        width:100%;
        border-radius: 0;
        height:30px;
        font-size: 125%;
        padding-top:2px;
    }
    section.package {
        margin-bottom: 1em;
        width:100%;
        min-height: 0
    }
    .service h3 {
        border-top: 1px solid #999;
        padding-top:10px;
    }
    #map {
        height: 300px
    }
    footer .col-md-3 {
        display: none;
    }
    footer .contact-info{
        display: block;
    }
    .addrBackground {
        background: transparent;
    }
    .address {
        background:#252628;
    }
    nav .dropdown-menu {
        text-align: center;
    }
    .fullpage {
        min-height: 0;
    }
    .domainsearch { margin-top:0; border-top: 1px solid #999;}
}
@media (min-width: 992px) and (max-width: 1200px){
    header .tel {
        font-size:290%;
    }
    header h3 {
        font-size:150%
    }

    section.package {
        font-size:95%;
        min-height: 0;
    }
    section .services{
        font-size:90%
    }
    section .services h3 {
        font-size:120%
    }
    section .services h2 {
        font-size:190%
    }
    footer p {
        font-size: 90%;
    }
    .fullpage {
        min-height: 0;
    }
}
