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

#nav {
    top: 15px;
    left: 15px;
    right: 15px;
}

    #nav > a > .nav-logo {
        padding: 10px 15px;
    }

        #nav > a > .nav-logo > img {
            width: 135px;
        }

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

        #nav > .nav-nav > .nav-burger {
            height: 55px;
            width: 55px;
            padding: 19px 15px;
        }

            #nav > .nav-nav > .nav-burger > div {
                height: 2px;
            }
    
        #nav > .nav-nav > .nav-lang {
            margin-top: 20px;
        }
    
    #nav-container {
        padding: 20vh 35px;
    }

        #nav-container > ul > li > a {
            padding: 5px 15px 5px 5px;
        }

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

    #about > .container{
        background-color: transparent;
    }

        #about .about-image{
            min-height: 220px;
            border-left: 15px solid #151515;
            border-right: 15px solid #151515;
        }

        #about .about-text{
            padding: 50px 15px 25px;
            text-align: justify;
            background-color: #212121;
        }

/* studios */
#studios{
    border: 0 solid #151515;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-bottom: 25px;
  }

    #studios .section-title{
        text-align: center;
    }

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

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

        #studios .studio-brands, #studios .studio-text a{
            text-align: center
        }
    
        #studios .studio-text p{
            text-align: justify
        }

        #studios ul.studio-nav{
            text-align: center
        }
        
        #studios .studio-brands img {
            margin-bottom: 5px;
        }
    
        #studios .studio-brands img:not(:last-child) {
            margin-right: 5px;
        }

/* staff */
#staff{
    padding: 75px 0 100px;
}

    .staff-item:not(:last-child){
        margin-bottom: 25px;
    }

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

        .featherlight.staff-featherlight .featherlight-inner {
            padding: 65px 15px 25px;
        }

            .featherlight.staff-featherlight .featherlight-inner .staff-inner-image{
                display: none;
            } 

            .featherlight.staff-featherlight .featherlight-inner .staff-inner-title {
                text-align: center;
            }

            .featherlight.staff-featherlight .featherlight-inner .staff-inner-text {
                text-align: justify
            }

/* contacts header */
#contacts-header{
    padding: 50px 0 75px;
  }
  
    #contacts-header .section-title{
      font-size: 45px;
    }

/* contacts map */
#contacts-map{
    margin-top: -50px;
}
    
    #contacts-map #gmap_canvas{
        height: 250px;
    }

/* contacts */
#contacts{
    margin-bottom: 50px;
}
  
    .contacts-item{
      padding: 25px 0;
      text-align: center
    }
    
    .contacts-item:first-child{
      padding: 50px 0 25px;
    }
    
    .contacts-item:last-child{
      padding: 25px 0 50px;
    }
  
      .contacts-item-icon{
        position: relative;
        display: block;
        margin-bottom: 15px;
      }
  
      .contacts-item-text{
        padding-left: 0px;
      }

#contacts-form{
    margin-bottom: 100px;
}

    #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;
    }

        #contacts-form form textarea{
            height: 220px;
        }

        #contacts-form form input[type="submit"]{
            width: 100%;
        }   
    
/* footer */
#footer{
    padding: 25px 0 0;
}

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

            