

/*
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: 991px) {
    #company {
        padding-top: 80px;
    }
}

@media (min-width: 1023px) {
    .navbar-header p {
        background: #CD853F;
        padding: 0px 10px;
        border-radius: 5px;
    }
}

@media (min-width: 1199px) {
    #company {
        padding-top: 50px;
    }
}

@media (max-width: 1023px) {
    .navbar-brand {
        height: 80px;
        padding: 10px 15px;
    }
    .navbar-header p {
        color: #333;
    }
    .attr-nav a {
        margin-right: 220px;
    }

}

/* Portrait tablets and small desktops */
@media (max-width: 991px) {
    nav.navbar.bootsnav .navbar-brand{
        padding-top:30px;
    }
    nav.navbar.bootsnav .navbar-toggle{
        margin-top: 25px;
    }
    .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-40{
        margin-top:40px;
    }
    .sm-m-top-50{
        margin-top:50px;
    }
    .sm-m-top-60{
        margin-top:60px;
    }
    .sm-m-top-70{
        margin-top:70px;
    }
    .blog_fashion_right {
        margin-top: -50px;
        margin-bottom: 50px;
    }
    .fashion_praspect_inner {
        margin-left: 30px;
    }
    .attr-nav a {
        margin-right: 0px;
    }

}



/* Landscape phones and portrait tablets */
@media  (max-width: 768px) {
    h2{
        font-size:2rem;
    }
    p{
        font-size:90%;
        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-top-20{
        margin-top:20px;
    }
    .xs-m-top-30{
        margin-top:30px;
    }
    .xs-m-top-40{
        margin-top:40px;
    }
    .xs-m-top-50{
        margin-top:50px;
    }
    .xs-m-bottom-10{
        margin-bottom:10px;
    }
    .xs-m-bottom-20{
        margin-bottom:20px;
    }
    #hello h1 {
        font-size: 2.7em;
        margin-top: -70px;
    }
    #hello h3 {
        font-size: 1.7em;
    }
    #hello h5 {
        font-size: 2.2em;
    }
    #hello .btn,#hello h3,#hello h5 {
    margin-top: 30px;
    }
    #hello {
        height: 800px;
    }
    #hello .overlay {
         height: 800px;    
    }
    #company h3 {
        font-size: 1.7em;
    }
    #company h4 {
        font-size: 1.4em;
    }
    #company {
        margin-left: 10px;
        margin-right: 10px;
    }
    #footer {
        margin-left: 10px;
        margin-right: 10px;
    }
    #blog_fashion p {
        font-size: 1em;
    }
    
}


/* Landscape phones and smaller */
@media (max-width: 479px) {
    html {
        font-size: 85%;
    }
    #hello {
        height: 760px;
    }
    #hello .overlay {
         height: 760px;    
    }
    #hello h1 {
        font-size: 2em;
        margin-top: -120px;
    }
    #hello h3 {
        font-size: 1.4em;
    }
    #hello h5 {
        font-size: 1.7em;
    }
    #company h3 {
        font-size: 1.3em;
    }
    #company h4 {
        font-size: 1.1em;
    }
    #company p {
        font-size: 1em;
    }
    #company {
        padding-top: 50px;
        margin-bottom: -30px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #maps iframe {
        height: 250px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #blog_fashion {
       margin-top: 30px;
       margin-bottom: -50px;
    }
    .blog_fashion_right {
        margin-bottom: 30px;
    }

}

@media (max-width: 400px) {
    #hello h1 {
        font-size: 1.8em;
    }
    #hello h3 {
        font-size: 1.2em;
    }
    #hello {
        height: 740px;
    }
    #hello .overlay {
         height: 740px;    
    }

}

@media (max-width: 320px) {
    html {
        font-size: 60.5%;
    }
    #hello h1 {
        font-size: 1.6em;
        margin-top: -150px;
    }
    #hello h3 {
        font-size: 1em;
    }
    #hello {
        height: 680px;
    }
    #hello .overlay {
         height: 680px;    
    }
    #maps iframe {
        height: 220px;
    }
    #blog_fashion h6 {
        font-size: 1em;
    }

}



