html, body{
    background-position: -100px 1600px, calc(100% + 200px) 1000px;
}

.home-mb{
    margin-bottom: 100px;
}

div.top-menu{
    background-color: white;
}

div.top-menu div.top-menu-logo{
    width: 8em;
    height: 6em;
}

@media (max-width: 575.98px) {
    div.top-menu div.top-menu-logo {
        background-image: url("../design/ht-logo.svg");
        width: 8em;
        height: 6em;
    }
}

div.home-images-container{
    position: relative;
}

div.home-images{
    height: 600px;
    width: 100%;
    overflow: hidden;
}

div.home-images div{
    background-size: cover;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
}

div.home-images-shadow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
}

div.home-images-txt{
    position: absolute;
    left: 0;
    top: 95px;
    width: 1042px;
    height: 405px;
    background: transparent url("../design/home/head-txt-bg.png") no-repeat left center;
    line-height: 405px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 1em;
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    opacity: 0; /* Standard compliant browsers */
    -moz-opacity: 0; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0; /* WebKit browser e.g. Safari */
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

div.home-images-txt span{
    position: absolute;
    top: 0;
    left: 1em;
    opacity: 0; /* Standard compliant browsers */
    -moz-opacity: 0; /* Firefox and Mozilla browsers */
    -webkit-opacity: 0; /* WebKit browser e.g. Safari */
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

div.home-about-container div{
    height: 6em;
    text-align: center;
}

div.home-about-container img{
    max-width: 100%;
    max-height: 6em;
}

div.home-about-container div.home-about-left{
    border-top-right-radius: 6em;
    border-bottom-right-radius: 6em;
}

div.home-about-container div.home-about-right{
    border-top-left-radius: 6em;
    border-bottom-left-radius: 6em;
}

div.carousel-teacher-feedback{
    padding: 2em 0;
    height: 15em;
}

div.carousel-teacher-feedback div.carousel-inner{
    padding-left: 15%;
    padding-right: 15%;
    font-family: 'Montserrat', sans-serif;
}


@media (max-width: 1199.98px) {
    div.carousel-teacher-feedback{
        height: auto;
    }
}

@media (max-width: 991.98px) {
    div.home-images-txt{
        font-size: 3em;
        background-size: 80%;
    }
}

@media (max-width: 767.98px) {
    div.home-images-txt{
        font-size: 2.5em;
        background-size: 60%;
    }
}

@media (max-width: 575.98px) {
    div.home-about-container div.home-about-left, div.home-about-container div.home-about-right, div.home-about-container div.offset{
        height: 2em;
        margin: 1em 0;
    }
    div.home-images div{
        height: 120px;
    }
    div.home-images-txt{
        font-size: 1.5em;
        background-size: 40%;
    }
}
