

/*
Author: Bootstrapthemes
Author URI: http://www.xpeedstudio.com
*/

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
}

@media  (min-width: 768px) {
    #second {
        margin-bottom: 70px;
    }
    .pricing_item {
    height: 475px !important;
}
#pricing p {
        margin-top: 0px;
    }
}


@media (min-width: 991px) {
     nav h4 {
    margin-top: 10px;
}
#road {
    margin-top: -150px !important;
}
#hello {
    height: 870px;
}
#navbar-menu ul li {
    padding: 0 20px;
}
#active {
    font-size: 1.5em;
    text-shadow: 1px 1px 0px black;
}
#pict {
    margin-top: -470px;
}
}

@media (min-width: 1199px) {
    #about h2 {
    margin-top: -70px;
}
#road h1 {
    word-spacing: 20px;
    letter-spacing: 5px;
}
#hello {
    height: 950px;
}
}




/* Portrait tablets and small desktops */
@media (max-width: 991px) {

    .sm-text-center{
        text-align: center !important;
    }
    .sm-pull-none{
        float: none !important;
    }
    .sm-m-top-10{
        margin-top:10px;
    }
    .sm-m-top-20{
        margin-top:20px;
    }
    .sm-m-top-30{
        margin-top:30px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }

    #pict {
    margin-top: -470px;
}
    #active {
    font-size: 1.5em;
    text-shadow: 1px 1px 0px black;
}
#hello {
    height: 900px;
}
 nav h4 {
    margin-top: -3px;
}
#road {
    margin-top: -200px !important;
}
#btn {
    margin-bottom: 30px !important;
}
#about h2 {
    margin-top: -50px;
    font-size: 2em;
}
#video h1 {
    word-spacing: 10px;
    letter-spacing: 5px;
    font-size: 3em;
}

#pricing {
    padding-bottom: 0px;
}

#blog h6 {
    font-size: 2.3em;
}
#blog p {
    font-size: 1.2em;
}

}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size: 2rem;
    }
    p{
        font-size:100%;
        line-height: 2rem;
    }
    .xs-pull-none{
        float: none !important;
    }
    .xs-text-center{
        text-align: center !important;
    }
    .xs-m-top-10{
        margin-top:10px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    .main_testimonial .testimonial_slid .slick-arrow.nextprevright {
        top: -150px;
    }
    #video {
        margin-top: -30px;
    }
    #video h1 {
    word-spacing: 5px;
    letter-spacing: 2px;
    font-size: 2em;
    text-shadow: 2px 2px 0px black;
}
#testimonial {
    margin-top: 50px;
}
#testimonial p {
    font-size: 1em;
}
#testimonial h6 {
    font-size: 1.5em;
}
#testimonial h1 {
    font-size: 2em;
}
#pict h3 {
    margin-top: 0px !important;
}

#hello {
    height: 950px;
}
#hello h1 {
    font-size: 3.2em;
    line-height: 80px;
}
#hello h4 {
    font-size: 1.2em;
}
#blog h6 {
    font-size: 2.7em;
}
#blog p {
    font-size: 1.3em;
}

}




/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    .testimonial_slid .slick-arrow {
        display: none;
    }
    #hello {
    height: 980px !important;
}
#hello h1 {
    font-size: 2.5em;
}
#hello h3 {
    font-size: 1.5em;
}
#hello h4 {
    font-size: 1.2em;
}
#pricing {
    padding-top: 30px;
}
#pricing h2 {
    font-size: 1.5em;
}
#ino {
    margin-bottom: -50px;
}
#pricing p {
    font-size: 1.1em;
}
#blog {
    margin-top: -50px;
    margin-bottom: -40px;
}
#blog h6 {
    font-size: 1.7em;
    margin-top: -20px;
}
#blog p {
    font-size: 1em;
}
#impress h2 {
    font-size: 1.5em;
}
#impress h4 {
    font-size: 1.3em;
}
#impress h5 {
    font-size: 1.2em;
}
}





@media (max-width: 400px) {
   #hello {
        height: 1070px;
    }

}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }
    .btn.btnxs{
        padding:2.01rem 1.5rem;
    }
    #hello {
        height: 800px !important;
    }
    #hello h1,#hello h3 {
        text-shadow: 1px 1px 0px black;
    }
    #hello h1 {
       font-size: 1.8em;
       line-height: 50px;
}
#hello h3 {
    font-size: 1.2em;
}
#hello h4 {
    font-size: 1em;
}
    #pricing p {
        margin-top: 20px;
    }
    .pricing_price_border {
        margin-left: -12px;
    }

}



