@media only screen and (min-width: 901px) {
    a:link {
        text-decoration:none;
    }
    body {
        font-family: 'Montserrat', sans-serif;
    }
    [class*="row"] {
        margin-right: 0;
        margin-left: 0;
    }

    #container_mobile{
        display: none;
    }

    /*navbar*/
    nav {
        background: #252d3d;
    }
    .navbar-nav > li{
        padding-left:80px;
        padding-right:80px;
    }
    #logo{
        margin-top: 5%
    }
    .col-8 {
        text-align: center
    }
    .img_nav {
        width: 20px;
        height: 20px
    }
    #img_nav_car {
        width: 30px;
        height: 20px
    }

    .title h1{
        margin-top: 3%;
    }
    .title hr{
        background: #ff9300;
    }
    #map iframe{
        width: 100%;
        height: 300px;
        margin-bottom: 3%;
    }

    .col-8 h2{
        text-align: left;
        margin-bottom: 30px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-group textarea{
        height: 150px;
    }
    .form-group span{
        font-size: 16px;
    }
    #help{
        text-align: left;
    }

    .col-4 h2{
        margin-bottom: 30px;
    }
    .col-4 h4{
        margin-bottom: 30px;
    }
    .col-4 img{
        height: 40px;width: auto
    }

    .page-footer{
        margin-top: 3%;
    }
    footer {
        background: #f1f2f1
    }
}
@media only screen and (max-width: 900px) {
    a:link {
        text-decoration:none;
    }
    body {
        font-family: 'Montserrat', sans-serif;
    }
    [class*="row"] {
        margin-right: 0;
        margin-left: 0;
    }

    #container_computer{
        display: none;
    }
    /*navbar*/
    nav {
        background: #252d3d;
    }
    #logo{
        width: 50px;
        height: 50px;
        margin-top: 5%
    }
    #col1,#col2,#col3{
        display: none;
    }

    .title h1{
        margin-top: 30px;
        font-size: 30px;
    }
    .title hr{
        background: #ff9300;
    }
    #map iframe{
        width: 100%;
        height: 150px;
        margin-bottom: 3%;
    }

    .form_contact h2{
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .form-group textarea{
        height: 150px;
    }
    .form-group span{
        font-size: 16px;
    }
    form button{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    #help-mobile{
        text-align: center;
    }

    .contact_details{
        text-align: center;
    }
    .contact_details h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .contact_details h4{
        text-decoration: underline;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .contact_details img{
        height: 40px;width: auto
    }

    .page-footer{
        margin-top: 3%;
    }
    footer {
        background: #f1f2f1
    }
    hr{
        display: none;
    }
}
@media only screen and (min-width: 901px) and (max-width: 1450px) {
    .navbar-nav > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
