@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600');
.header {
    background-color: #002749;
    padding: 40px 0px;
    font-family: 'Open Sans', sans-serif;
}

.header .logo img {
    height: 40px;
}

.header .col-md-6 {
    display: flex;
    align-items: center;
}

.header .icon {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
    margin-right: 10px;
}

.header .icon img {
    height: 50px;
}

.header .text {
    display: inline-block;
    color: white;
    width: calc(100% - 80px);
}

.header h2 {
    color: #d16e18;
    font-size: 15px;
    margin: 0;
}

.header p {
    font-size: 13px;
    margin: 0;
}

.navbar {
    padding: 15px 0px;
    font-family: 'Open Sans', sans-serif;
}

.navbar li {
    margin: 0px 20px;
}

.navbar .nav-item .nav-link {
    color: #002749;
    font-size: 15px;
    font-weight: 600;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link:focus {
    color: #d16e18;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.big-image {
    background: url(../img/bg1.jpg) center no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    align-items: center;
    color: #002749;
}

.big-image h2 {
    font-size: 70px;
    font-family: 'Open Sans', sans-serif;
}

.big-image h3 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
}

.big-image p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.btn-orange {
    background-color: #d16e18;
    color: white;
    border-radius: 50px;
    outline: none;
    padding: 15px 20px;
    border: solid #d16e18;
}

.btn-orange:hover {
    background: #ea842b;
    border: solid #ea842b;
    cursor: pointer;
    color: white;
}

.btn-white {
    background: none;
    border: solid white;
    color: white;
    border-radius: 50px;
    outline: none;
    padding: 15px 20px;
}

.btn-white:hover {
    background-color: #d16e18;
    color: white;
    border-color: #d16e18;
    cursor: pointer;
}

.blue {
    background-color: #002749;
    padding: 40px 0px;
    color: white;
}

.blue .icon {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    text-align: center;
    line-height: 112px;
    background: #fff;
    display: inline-block;
    margin-right: 50px;
}

.blue .text {
    width: 70%;
    display: inline-block;
}

.white-items {
    padding: 80px 0px;
}

.white-items .title {
    margin-bottom: 80px;
}

.white-items h1 {
    font-size: 30px;
    font-weight: 500;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    text-align: center;
}

.white-items p {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    z-index: 1;
    line-height: 1.5;
    text-align: center;
}

.white-items p:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #fff;
    content: ' ';
    z-index: 1;
    border: 2px solid #d16e18;
    border-radius: 50%;
}

.white-items p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #d16e18;
    content: ' ';
    z-index: 0;
}

.white-items h2 {
    font-size: 18px;
    font-weight: 300;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin-bottom: 50px;
}

.white-items h6 {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    line-height: 2;
}

.white-items .col-md-8 .col-md-4 {
    text-align: center;
    display: inline-block;
}

.white-items .col-md-8 .row:first-child {
    margin-bottom: 10px;
}

.white-items .change .one:hover > .icon {
    background: #d16e18;
}

.white-items .change .one:hover > .icon img {
    filter: brightness(100);
}

.white-items .change a:hover {
    text-decoration: none;
}

.white-items .change a:hover > .icon {
    background: #d16e18;
    cursor: pointer;
}

.white-items .change a:hover > .icon img {
    filter: brightness(100);
}

.white-items .one {
    display: inline-block;
}

.white-items .icon {
    width: 112px;
    height: 112px;
    border: 3px solid #eee;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.white-items img {
    width: 64px;
    height: 64px;
}

.white-items h6 {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    line-height: 2;
}

.white-items .col-md-4 .photo img {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    border: 8px solid #eee;
    border-radius: 25px;
}

.white-items .image img {
    width: 40%;
    height: auto;
    margin: 10px 0px;
    border: 8px solid #eee;
    border-radius: 100%;
}

.white-items .teachers h2 {
    margin: 40px 0px 10px 0px;
    font-size: 25px;
    color: #d16e18;
}

.white-items .contact .form-control {
    display: block;
    width: 100%;
    padding: 15px 25px;
    line-height: 1.25;
    color: black;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 25px;
    margin: 20px 0px;
}

.white-items .contact .form-message {
    display: block;
    width: 100%;
    padding: 15px 25px;
    line-height: 1.25;
    color: black;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
    border-radius: 25px;
    margin: 20px 0px;
    height: 250px;
    outline: none;
}

.white-items h6 {
    margin-bottom: 40px;
}

.white-items .contact h2 {
    margin: 10px;
}

.kids {
    width: 100%;
    overflow: hidden;
}

.kids img {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
}

.kindermusic {
    text-align: center;
    padding: 100px 0px;
    background: url(../img/bg2.jpg) center no-repeat;
    background-size: cover;
}

.kindermusic .title {
    margin-bottom: 80px;
}

.kindermusic h1 {
    font-size: 30px;
    font-weight: 500;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    text-align: center;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    z-index: 1;
}

.kindermusic h1:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: #fff;
    content: ' ';
    z-index: 1;
    border: 2px solid #d16e18;
    border-radius: 50%;
}

.kindermusic h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 2px;
    background: #d16e18;
    content: ' ';
    z-index: 0;
}

.kindermusic .icon {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    z-index: 1;
}

.kindermusic .icon:before {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    content: ' ';
    z-index: 1;
    background: #002749;
    border: 2px solid #002749;
    border-radius: 50%;
}

.kindermusic .classes {
    overflow: hidden;
    margin: 80px 0px;
}

.kindermusic .classes:last-child {
    overflow: hidden;
    margin-bottom: 0px;
}

.kindermusic .classes .icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 3px;
    background: #eee;
    content: ' ';
    z-index: 0;
}

.kindermusic .icon:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 3px;
    background: #eee;
    content: ' ';
    z-index: 0;
}

.kindermusic .icon-orange {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    z-index: 1;
}

.kindermusic .icon-orange:before {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    content: ' ';
    z-index: 1;
    background: #d16e18;
    border: 2px solid #d16e18;
    border-radius: 50%;
}

.kindermusic .icon-orange:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 3px;
    background: #eee;
    content: ' ';
    z-index: 0;
}

.kindermusic h3 {
    z-index: 1;
    color: #fff;
    position: relative;
    bottom: -40px;
}

.kindermusic h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #545454;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    margin-top: 50px;
}

.kindermusic .registration h2:hover {
    color: #d16e18;
}

.kindermusic .registration a:hover {
    text-decoration: none;
}

.kindermusic .registration h3 {
    z-index: 1;
    color: #fff;
    position: relative;
    bottom: -45px;
}

.kindermusic .registration img {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.grey {
    background-color: #f2f2f2;
    padding: 40px 0px;
    color: white;
}

.grey .icon {
    width: 112px;
    height: 112px;
    border-radius: 100%;
    text-align: center;
    line-height: 112px;
    background: #fff;
    display: inline-block;
    margin-right: 50px;
}

.grey .text {
    width: 70%;
    display: inline-block;
    color: #002749;
}

.footer {
    padding: 50px 0px;
}

.footer .social {
    display: inline-block;
}

.footer .social a {
    border: 3px solid #f2f2f2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 6px 0px 10px;
    text-decoration: none;
}

.footer i {
    font-size: 20px;
    float: left;
    color: #002749;
}

.footer a:hover i {
    color: #d16e18;
}

.footer p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    line-height: 2;
}

.kids-about {
    width: 100%;
    overflow: hidden;
}

.kids-about img {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.kids-about .two img {
    width: 50%;
}

.kids-about .col-md-6 {
    padding: 0;
}

.schedule {
    background: url(../img/bg3.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.schedule .overlay {
    background: rgba(0, 0, 0, 0.7);
    background-size: cover;
    padding: 80px 0px;
}

.schedule .col-md-3 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.schedule .col-md-3:last-child {
    border: none;
}

.schedule .col-md {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.schedule .col-md:last-child {
    border: none;
}

.schedule h2 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 20px;
}

.schedule h6 {
    font-size: 18px;
    font-weight: 600;
}


/* mobile */

@media (max-width:768px) {
    .header {
        padding: 20px 0px;
    }
    .navbar {
        min-height: 70px;
        position: relative;
    }
    .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .header .logo {
        margin: auto;
    }
    .header .icon {
        margin: 10px 10px 10px 0px;
    }
    .header .icon img {
        height: 40px;
    }
    .big-image {
        background: url(../img/bg1.jpg) center bottom no-repeat;
        background-size: cover;
        height: auto;
        padding: 40px 0px;
    }
    .big-image h2 {
        font-size: 24px;
        width: 50%;
        font-weight: bold;
    }
    .big-image h3 {
        font-size: 17px;
        width:40%;
    }
    .big-image p {
        width: 40%;
        font-size: 12px;
    }
    .btn-orange {
        padding: 10px 15px;
    }
    .btn-white {
        padding: 10px 15px;
    }
    .blue {
        text-align: center;
    }
    .blue .icon {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .blue .text {
        width: 100%;
    }
    .blue .text h2 {
        font-size: 25px;
    }
    .blue .text p {
        font-size: 15px;
    }
    .white-items {
        padding: 40px 0px;
        text-align: center;
    }
    .white-items .title {
        margin-bottom: 40px;
    }
    .white-items h1 {
        font-size: 25px;
        text-align: center!important;
    }
    .white-items p:after {
        height: 1.5px;
    }
    .white-items h2 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .white-items h6 {
        font-size: 14px;
        font-weight: 400;
        color: #545454;
        line-height: 2;
    }
    .white-items .btn-orange {
        margin-top: 20!important;
    }
    .white-items .about .col-md-8 {
        padding-top: 20px;
    }
    .white-items .one {
        display: inline-block;
        margin: 20px 0px;
    }
    .white-items .icon {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    .white-items img {
        width: 40px;
        height: 40px;
    }
    .white-items .col-md-4 .photo img {
        width: 100%;
        height: auto;
        margin: 10px 0px;
        border: 8px solid #eee;
        border-radius: 25px;
    }
    .white-items .image img {
        width: 40%;
        height: auto;
        margin: 10px 0px;
        border: 8px solid #eee;
        border-radius: 100%;
    }
    .white-items .teachers h2 {
        margin: 20px 0px 10px 0px;
        font-size: 20px;
    }
    .white-items .contact .form-control {
        display: block;
        width: 100%;
        padding: 15px 25px;
        line-height: 1.25;
        color: black;
        background-color: #f5f5f5;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border-radius: 25px;
        margin: 20px 0px;
    }
    .white-items .contact .form-message {
        display: block;
        width: 100%;
        padding: 15px 25px;
        line-height: 1.25;
        color: black;
        background-color: #f5f5f5;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border-radius: 5px;
        margin: 20px 0px;
        height: 250px;
        vertical-align: top!important;
    }
    .white-items .contact .icon {
        margin: 40px 0px 20px 0px;
    }
    .white-items .contact h2 {
        margin: 0px;
    }
    .white-items .contact .row {
        margin-top: 40px;
    }
    .white-items h6 {
        margin-bottom: 10px;
    }
    .kids img {
        width: calc(100% / 2);
    }
    .kids .kid:last-child {
        display: none;
    }
    .kindermusic {
        padding: 40px 0px;
    }
    .kindermusic .title {
        margin-bottom: 20px;
    }
    .kindermusic h1 {
        font-size: 25px;
    }
    .kindermusic h1:after {
        height: 1.5px;
    }
    .kindermusic .icon {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .kindermusic .icon-orange {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .kindermusic h2 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 60px;
    }
    .kindermusic h6 {
        font-size: 15px;
    }
    .kindermusic .classes {
        margin: 40px 0px;
    }
    .kindermusic .classes:last-child {
        margin-bottom: 10px;
    }
    .kindermusic .classes .icon:after {
        width: 200px;
    }
    .kindermusic .icon:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 200px;
        height: 3px;
        background: #eee;
        content: ' ';
        z-index: 0;
    }
    .kindermusic .registration h2:hover {
        color: #d16e18;
    }
    .kindermusic .registration a:hover {
        text-decoration: none;
    }
    .kindermusic .registration h3 {
        z-index: 1;
        color: #fff;
        position: relative;
        bottom: -45px;
    }
    .kindermusic .registration img {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }
    .grey .text h2 {
        font-size: 25px;
    }
    .grey .text p {
        font-size: 15px;
    }
    .grey {
        text-align: center;
    }
    .grey .icon {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .grey .text {
        width: 100%;
    }
    .footer {
        padding: 40px 0px;
        text-align: center;
    }
    .footer .social a {
        width: 50px;
        height: 50px;
    }
    .footer p {
        line-height: 1.5;
    }
    .schedule .col-md-3 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin: 15px 50px;
        border-right: none;
        padding-bottom: 15px;
    }
    .schedule .col-md-3:last-child {
        border: none;
    }
    .schedule .col-md {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        margin: 15px 70px;
        border-right: none;
        padding-bottom: 15px;
    }
    .schedule .col-md:last-child {
        border: none;
    }
    .schedule h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .schedule h6 {
        font-size: 15px;
    }
}