body{
    font-family: 'Open Sans', sans-serif;
}

:focus{
    outline: none;
    box-shadow: none;
}

.font-script{
    font-family: 'Bad Script', cursive;
}

i{
    color: #388E3C;
}


/* Navigation */
.navbar-default{
    background-color: rgba(255, 255, 255, 0.83);
    border-bottom: none;
}

.navbar-default .phone{
    margin-left: 40px;
    border-left: 1px solid #f0f0f0;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a{
    font-weight: 600;
    color: #000000;
}

.navbar-default .navbar-nav>li>a:hover{
    background-color: #f8f8f8;
    color: #1e1e1e;
}

.navbar-default .navbar-brand{
    font-weight: 800;
    font-size: 14px;
    color: #000000;
}

/* ---------------------- Section: Main ---------------------- */

#main{
    background: url("../img/bogacheva.jpg") no-repeat;
    min-height: 100vh;
    background-size: contain;
}

@media screen  and (max-width: 800px){
    #main{
        background-size: cover;
        background-position: center;
    }
}


#main-description{
    background: rgba(255, 255, 255, 0.7);
    margin-top: 15vh;
    box-shadow: 0 0 15px #cfcfcf;
    border-radius: 3px;
    padding: 15px;
    border: 1px solid #d6d6d6;
}

#main-description h2{
    margin: 20px 0;
    text-align: center;
}

#main-description h3{
    text-align: center;
    font-size: 16px;
}

#main-description h3 a{
    color: #388E3C;
}

#main-description h3 strong{
    color: #388E3C;
    font-size: 24px;
    display: inline-block;
}

#main-description h4{
    text-transform: uppercase;
    color: #388E3C;
    font-weight: 800;
    font-size: 14px;
}

#main-description h5{
    text-align: center;
}

#main-description ul{
    margin-top: 20px;
}

#main-description li{
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    margin: 10px 0;
    text-transform: uppercase;
}

/* ---------------------- Section: About ---------------------- */
#about{
    padding: 30px 0;
    background: #388E3C;
    box-shadow: 0 0 10px #000000;
    color: #ffffff;
    position: relative;
    z-index: 100;
}

#about h1{
    font-size: 28px;
    margin-bottom: 30px;
}

/* ---------------------- Section: Lessons ---------------------- */
#lessons{
    position: relative;
    z-index: -1;

}

#lessons .padding-0{
    padding: 0;
}

#lessons i{
    font-size: 50px;
}

#lessons .single-service{
    margin: 10px 0;
    padding: 10px 0;
    background: linear-gradient(to right, #ffffff, rgba(71, 179, 76, 0.49));
}

#lessons .single-service h4{
    margin: 0;
}

#lessons h3{
    font-weight: 600;
    color: #388E3C;
    margin-top: 50px;
}

#lessons h2{
    font-size: 24px;
    font-weight: 600;
    color: #388E3C;
}

#about-lesson{
    background: url("/img/background-2.jpg") no-repeat center fixed;
    background-size: cover;
}

#docs{
    background: url("/img/2-fon-dlya-sayta.png");
    border-left: 8px solid #388E3C;
    border-right: 8px solid #388E3C;
    padding: 20px 0;
    padding-bottom: 50px;
}

#docs .slick-box{
    background: #ffffff;
    padding: 30px 0;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 0 0 10px #d2d2d2;
}

#docs .row{
    margin-top: 20px;
}

#docs h1{
    font-size: 28px;
    font-weight: 600;
    color: #388E3C;
}


/* ----------------------------------------------------------------------------------------------------------------- */

#testimonial{
    background: url("/img/background-3.jpg") no-repeat center;
    background-size: cover;
    padding: 40px 0 60px;
}

#testimonial-slider-body{
    padding: 5px 20px;
}

#testimonial .arrow{
    position: absolute;
    z-index: 100;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    font-size: 24px;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#testimonial .arrow:focus{
    outline: none;
    text-decoration: none;
}

#testimonial .arrow:hover{
    color: #388E3C;
    text-decoration: none;
}

#testimonial .arrow-left{
    left: 0;
}

#testimonial .arrow-right{
    right: 0;
}

#testimonial h1{
    text-align: center;
    margin-bottom: 40px;

}

#testimonial .single{
    box-shadow: 0 0 10px #BBBBBB;
    padding: 20px 60px;
    margin: 10px 20px;
    background: #FFFFFF;
}

@media screen and (max-width: 548px) {
    #testimonial .single{
        margin: 0;
        padding: 10px 10px;
        box-shadow: none;
    }
}

#testimonial .single h3{
    color: #388E3C;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------------------------------------- */


#contacts{
    text-align: center;

    padding: 30px 0;
    background: #388E3C;
    box-shadow: 0 0 10px #000000;
    color: #ffffff;
}

#contacts h1{
    font-size: 20px;
}

#contacts h3{
    font-size: 28px;
    font-weight: 900;
}

#contacts h3 a{
    color: #FFFFFF;
}

#contacts strong{
    font-weight: 600;
}

.author p{
    margin: 10px 0;
    font-size: 14px;
}

.author a{
    color: #388E3C;
}
