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

#nav > .nav-nav{
    top: 43px;
}

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

    #about .about-image {
        min-height: 460px;
    }

    #about .about-text{
        padding: 50px 0 35px;
    }

/* studios */
#studios{
    margin-bottom: 25px;
  }

    #studios > .container > .row:not(:last-child){
        border-bottom: 25px solid #151515;
    }

    #studios .studio-image-slider{
      min-height: 460px;
    }  
  
    #studios .studio-wrapper{
        margin: 35px 0 25px;
        height: auto;
        max-height: 325px;
    }  
    
        #studios .studio-wrapper .studio-text{
            max-height: 262px; /*  studio-wrapper (375px) - studio-wrapper > h2 (63px) */
            overflow: auto;
        }

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

/* contacts header */
#contacts-header {
    padding: 100px 0 125px;
}

    #contacts-header .section-title {
        font-size: 55px;
    }

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

/* contacts */
#contacts{
    margin-bottom: 50px;
}

    .contacts-item{
        text-align: center
    }

        .contacts-item-icon{
            margin-bottom: 15px;
        }

        .contacts-item-text {
            padding-left: 15px;
        }

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

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

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

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