﻿.home {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #005DAA;
}

.language_item {
    cursor: default;
}

.event_body {
    padding-right: 0;
}

@media only screen and (max-width: 1000px) {
    .text-center {
        position: relative;
        top: 30px;
        padding-top: 0px;
    }

    .instructors_row {
        margin-top: 0px;
    }
}

.instructor_image_container {
    width: 170px;
    height: 170px;
    border: solid 5px #FFFFFF;
    border-radius: 00%;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: auto;
}

.instructor_image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 165px;
    height: 165px;
}

.instructors_row {
    margin-top: 30px;
}

.home>div {
    padding-top: 80px;
}

@media only screen and (max-width: 768px) {

    /*#pd1,*/
    /*#pd2,*/
    /*#pd3 {*/
    /*    height: 480px;*/
    /*}*/

    #btn_about,
    #btn_Join {
        font-size: 20px;
        padding: 5px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .u-section-1-2 .u-text-1 {
        font-size: 1rem;
    }

    #blockDesktop {
        display: none;
    }

    #blockMobile {
        display: block;
    }

}

/**/
@media only screen and (min-width: 992px) {
    img#imgEinDor {
        height: 200px;
        width: 100%;
        object-fit: contain;
    }
}

@media only screen and (min-width: 768px) {
    #blockDesktop {
        display: block;
    }

    #blockMobile {
        display: none;
    }

    #icn1,
    #icn2,
    #icn3 {
        display: none;
    }

    /*#pd1,*/
    /*#pd2,*/
    /*#pd3 {*/
    /*    height: 450px;*/
    /*}*/

    #btn_about,
    #btn_Join {
        margin: 0 auto;
    }

}



@media (min-width: 1200px) {

    .u-section-1-1 .u-container-layout-1 {
        padding: 40px;
    }
}

@media only screen and (min-width: 992px) {
    /*#btn_about {*/
    /*    padding-top: 50px;*/
    /*    bottom: 20px;*/
    /*}*/
}

@media only screen and (min-width: 768px) {
    #pd1 {
        height: 500px;
    }


}

@media only screen and (max-width: 768px) {
    #div2H {
        height: 530px;
    }
}

ol {
    color: black;

}

@media only screen and (min-width: 650px) and (max-width:768px) {
    #pd1 {
        left: 50px;
    }
}

@media only screen and (min-width: 500px) and (max-width:650px) {
    #pd1 {
        left: 30px;
    }
}

ul {
    padding: 0px;
}



@media only screen and (max-width: 500px) {
    #lgFRM {
        display: none;
    }

    #xsFRM {
        display: none;
    }

    #smFRM {
        display: block;
        left: 0;
    }

}

@media only screen and (min-width: 551px) {
    #xsFRM {
        display: none;
    }

    #smFRM {
        display: none;
    }

    #lgFRM {
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 320px) {
    #xsFRM {
        display: block;
    }

    #smFRM {
        display: none;
    }

    #lgFRM {
        display: none;
    }
}

.blog_top_image{
    margin-top:5%;
    margin-bottom:5%;
}
#newTitle{
    padding:3%;
}
#newTitle > a {
    color:black;
}