.section-title{
    font-size: 40px;
}

#nav{
    position: fixed;
}

    #nav > .nav-nav{
        position: absolute;
        top: 24px;
        right: 0;
    }

/* about */
#about {
    padding-bottom: 150px;
}

/* studios */
#studios > .container { width: 100%; max-width: 100%; }

    #studios > .container > .row:not(:last-child){
        border-bottom: none;
    }

        #studios .studio-wrapper {
            margin: 50px 15px;   
            height: 285px;
        }  
        
            #studios .studio-wrapper .studio-text{
                max-height: 222px; /*  studio-wrapper (375px) - studio-wrapper > h2 (63px) */
                overflow: auto;
            }

        #studios .studio-image-slider{
            min-height: 1px;
        }

/* staff */
.featherlight.staff-featherlight .featherlight-content {
    width: 70%;
}

/* contacts header */
#contacts-header{
    padding: 150px 0 175px;
}
    
  #contacts-header .section-title{
    font-size: 75px;
    margin-bottom: 0;
  }

/* contacts map */
#contacts-map #gmap_canvas{
    height: 500px;
}

/* contacts form */
#contacts-form .contact-form-input:not(:first-child){
    padding-left: 5px;
}

#contacts-form .contact-form-input:not(:last-child){
    margin-bottom: 0;
    padding-right: 5px;
}

/* footer */
#footer{
    padding: 50px 0 0;
}

    #footer .footer-socials > a{
        font-size: 50px;
    }  
