/* 
    Created on : Nov 1, 2021
    Author     : amots
*/

@font-face {
    font-family: 'Alef';
    src: url("Alef/Alef-Webfont/Alef-bold.eot");
    src: url("Alef/Alef-Webfont/Alef-bold.eot?#iefix") format("embedded-opentype"), url("Alef/Alef-Webfont/Alef-bold.woff") format("woff"), url("Alef/Alef-Webfont/Alef-bold.ttf") format("truetype"), url("Alef/Alef-Webfont/Alef-bold.svg#alefbold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alef';
    src: url("Alef/Alef-Webfont/Alef-regular.eot");
    src: url("Alef/Alef-Webfont/Alef-regular.eot?#iefix") format("embedded-opentype"), url("Alef/Alef-Webfont/Alef-regular.woff") format("woff"), url("Alef/Alef-Webfont/Alef-regular.ttf") format("truetype"), url("Alef/Alef-Webfont/Alef-regular.svg#alefregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Alef, Arial, sans-serif;
    font-size: 0.9rem;
}

.rtl {
    direction: rtl !important;
}

ul {
    list-style-position: inside;
    padding-left: 0;
}

.hidden {
    display: none;
}

#jumbotron {
    background-color: rgb(101, 158, 73);
    background-repeat: no-repeat;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 20px;
    margin-top: 22px !important;
    min-height: 60px !important;
    height: 80px;
    position: relative;
}

.main_text_container {
    position: relative;
}

.rtl .main_text {
    position: absolute;
    right: 15%;
    width: 75%;
}

.ltr .main_text {
    position: absolute;
    left: 15%;
    width: 75%;
}

.rtl .mynav {
    position: relative;
    right: 5%;
    width: 70%;
}

.ltr .mynav {
    position: relative;
    left: 30%;
    width: 65%;
}

.mynav .nav-link {
    color: blue;
    font-weight: bold;
}

.rtl .block-1 {
    position: relative;
    right: 15%;
    width: 60%;
}

.ltr .block-1 {
    position: relative;
    left: 20%;
    width: 75%;
}

.rtl .block-2 {
    position: relative;
    right: 15%;
    width: 75%;
}

.navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
     background-color: #f7f7f7;
}

.nav-link {
    padding: 0rem 0.5rem !important;
    color: rgb(132, 132, 136) !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: bold;
    /* color: rgba(0,0,0,.85);
    background-color: rgb(101, 158, 73, .55); */
}

.fest_title {
    height: 60px;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
}

.srulik {
    height: 230px;
    position: absolute;
    top: -27px;
    left: -35px;
}

.timetable {
    margin-right: 37px;
    width: 300px;
}

.registrationForm {
    margin-top: 30px;
    margin-right: 10%;
    width: 300px;
}

@media(min-width:576px) {
    .rtl .mynav {
        position: relative;
        right: 5%;
        width: 70%;
    }

    .ltr .mynav {
        position: relative;
        left: 20%;
        width: 70%;
    }

    /* body {
        background-color: wheat;
    } */
    .timetable {
        margin-right: 100px;
        width: 400px;
    }
}

.navbar-right {
    margin-right: 40px;
}

@media(min-width:768px) {

    /* body {
        background-color: rgb(168, 235, 172);
      } */
    #jumbotron {
        background-color: rgb(101, 158, 73);
        background-repeat: no-repeat;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 20px;
        margin-top: 22px !important;
        min-height: 60px !important;
        height: 110px;
        position: relative;
    }

    .fest_title {
        height: 90px;
        margin-top: 10px;
        position: absolute;
        top: 0px;
        right: 10px;
    }

    .srulik {
        height: 300px;
        position: absolute;
        top: -27px;
        left: 0px;
    }

    .navbar-right {
        margin-right: 60px;
    }

    .block-2 {
        position: relative;
        right: 15%;
        width: 55%;
    }
    .ltr .mynav {
        position: relative;
        left: 25%;
        width: 70%;
    }
    .lightgreen {
        background-color: #E0F2A0;
    }

    .timetable {
        margin-right: 180px;
        max-width: 500px;
    }

    .registrationForm {
        margin-top: 60px;
        margin-right: 10%;
        width: 600px;
    }
}

@media(min-width:992px) {
    /* body {
        background-color: lightblue;
      } */

    .navbar-right {
        margin-right: 90px;
    }

    .timetable {
        margin-right: 350px;
    }

    .registrationForm {
        margin-right: 10%;
        width: 700px;
    }
}

@media(min-width:1200px) {
    /* body {
    background-color: sandybrown;
  } */

    .navbar-right {
        margin-right: 100px;
    }

}

@media(min-width:1400px) {

    .navbar-right {
        margin-right: 130px;
    }
}