.grid-container {
    display: grid;
    position: relative;
}

.container {
    width: 100%;
}

.nav-bar-1 {
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: navy;
    grid-row: 1;
}

.nav-bar-left {
    float: left;
}

.nav-bar-right {
    float: right;
}

.nav-bar-li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    cursor: pointer;
    margin-right: 30px;
}

.nav-bar-li-e {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    cursor: pointer;
    margin-right: 30px;
}

.nav-bar-li-e:hover {
    background-color: goldenrod;
    color: navy;
    padding: 0 10px;
    transition: 0.3s;
}

.nav-bar-li-e-admin {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 14px;
    color: white;
    cursor: pointer;
    font-weight: 500;
    margin-right: 30px;
    display: none;
}

.nav-bar-li-e-admin:hover {
    background-color: goldenrod;
    color: navy;
    padding: 0 10px;
    transition: 0.3s;
}

.nav-bar-2-right-li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    cursor: pointer;
    margin-right: 60px;
    font-weight: bold;
    margin-top: 5%;
}

.nav-bar-2-right-li:hover {
    color: navy;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.nav-bar-li-without-margin {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.nav-bar-li-without-margin-admin {
    list-style-type: none;
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    cursor: pointer;
    display: none;
}

.nav-bar-1-icons {
    width: 20px;
    height: 12px;
}

.nav-bar-1-icon-admin {
    width: 25px;
    height: 15px;
}

.nav-bar-2-icons {
    width: 30px;
    height: 20px;
}

.nav-bar-2 {
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    grid-row: 2;
}

.img-icon {
    width: 140px;
    height: 140px;
}

.nav-bar-2-p-1 {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 18px;
    margin: auto;
}

.nav-bar-2-p-2 {
    font-family: 'Montserrat';
    font-size: 12px;
    color: gray;
    margin: auto;
    font-style: italic;
}

.image-container {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    grid-row: 3;
    background-image: url("photo-3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 650px;
}

.p-homepage {
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 28px;
    margin: auto;
    text-align: center;
    margin-top: 4%;
}

.button-homepage-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-homepage-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.button-homepage-big-about {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 19%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-homepage-big-about:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.p-homepage-small {
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: 550;
    margin-top: 10%;
   
}

.p-homepage-small-2 {
    color: white;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: auto;
    text-align: center;
    font-weight: 550;
    margin-top: 3%;
    
}

.before-third-row-element {
    grid-row: 4;
    width: 100%;
    margin-top: 2%;
}

.before-third-navbar {
    width: 50%;
    background-color: navy;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.before-third-navbar:hover {
    width: 100%;
    transition: 0.3s;
    background-color: mediumblue;
}

.before-third-navbar-right {
    width: 50%;
    background-color: navy;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    float: left;
    cursor: default;
}

.before-third-navbar-right:hover {
    width: 100%;
    transition: 0.3s;
    background-color: mediumblue;
}

.third-row-element {
    grid-row: 5;
    width: 100%;
    margin-top: 2%;
}

.row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.row::after {
    display: table;
    clear: both;
    content: "";
}

.col-5 {
    width: 20%;
}

.col-4 {
    width: 25%;
}

.third-row-element-box {
    width: 80%;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    margin: auto;
    padding: 5% 0 0 0;
    cursor: pointer;

}

.third-row-element-box-img {
    width: 130px;
    height: 130px;
    display: block;
    margin: auto;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.third-row-element-box-img:hover {
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.third-row-element-p {
    color: black;
    font-family: 'Montserrat';
    font-size: 18px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.before-third-p {
    color: white;
    font-family: 'Montserrat';
    font-size: 18px;
    margin: auto;
    text-align: center;
    padding: 10px;
}

.fourth-row-element {
    grid-row: 6;
    width: 100%;
    margin-top: 2%;
}

.gray-navbar {
    width: 50%;
    background-color: gray;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    float: left;
    cursor: default;
}

.gray-navbar:hover {
    width: 100%;
    transition: 0.3s;
    color: darkgray;
}

.gray-navbar-60 {
    width: 60%;
    background-color: gray;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    float: left;
    cursor: default;
}

.gray-navbar-60:hover {
    width: 100%;
    transition: 0.3s;
    color: darkgray;
}

.fifth-row-element {
    grid-row: 7;
    width: 100%;
    margin-top: 2%;
}

.col-6 {
    width: 16.66%;
}

.button-homepage-more-p {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: gray;
    color: white;
    margin: auto;
    position: relative;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
}

.button-homepage-more-p:hover {
    padding: 5px 14px 5px 14px;
    background-color: darkgray;
}

.button-homepage-more-d {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: gray;
    color: white;
    margin: auto;
    position: relative;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
}

.button-homepage-more-d:hover {
    padding: 5px 14px 5px 14px;
    background-color: darkgray;
}

.sixth-row-element {
    grid-row: 8;
    width: 100%;
    margin-top: 7%;
    height: 100%;
}

.seventh-row-element {
    grid-row: 9;
    width: 100%;
    margin-top: 2%;
    height: 100%;
}

.count-container {
    margin: 0 auto;
    width: 40%;
    height: 100%;
}

.count-background {
    border-radius: 50%;
    border: 1px solid gray;
    background-color: navy;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.count-background:hover {
    border: 2px solid gray;
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
    background-color: mediumblue;
}

.count-p {
    color: white;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    padding: 10%;
}

.count-inscription-p {
    color: gray;
    font-family: 'Montserrat';
    font-size: 14px;
    text-align: center;
}

.login-signup-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50%;
    height: 50%;
    margin: auto;
    display: none;
    border: none;
    padding: 0px;
}

.login-signup-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.admin-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 30%;
    height: 40%;
    margin: auto;
    display: none;
    outline: 5px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.admin-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.dialog-close-container {
    width: 100%;
}

.dialog-close {
    float: right;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 5px 0 0;
}

.dialog-close:hover {
    color: navy;
}

.col-2 {
    width: 50%;
}

.col-2-ex {
    width: 50%;
    height: 100%;
}

.login-input-text[type=text] {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 4%;
}

.login-input-date[type=date] {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 4%;
}

.login-input-password[type=password] {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}

.label-login {
    font-family: 'Montserrat';
    font-size: 14px;
    text-align: center;
}

.login-text-container {
    width: 50%;
    margin: auto;
    margin-top: 4%;
}

.signup-text-container {
    width: 80%;
    margin: auto;
    margin-top: 2%;
}

.signup-date-container {
    width: 80%;
    margin: auto;
    margin-top: 2%;
}

.login-text-container-1 {
    width: 50%;
    margin: auto;
    margin-top: 8%;
}

.signup-text-container-1 {
    width: 80%;
    margin: auto;
    margin-top: 8%;
}

.login-btn-container {
    width: 50%;
    margin: auto;
    margin-top: 12%;
}

.btn-login {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-login:hover {
    background-color: mediumblue;
    padding: 5px 14px 5px 14px;
    transition: 0.3s;
}

.login-left-col-2 {
    width: 50%;
    background-color: navy;
    height: 100%;
}

.login-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.signup-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    height: 50%;
    margin: auto;
    display: none;
    border: none;
    padding: 0px;
    border-radius: 5px;
    border: 3px solid goldenrod;
}

.signup-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.signup-form-p {
    color: gray;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 20px;
    text-align: center;
}

.p-login-left-small {
    color: white;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: auto;
    text-align: center;
    margin-top: 4%;
}

.p-login-left-small-2 {
    color: white;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: auto;
    text-align: center;
    margin-top: 20%;
}

.li-login-left {
    color: navy;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-top: 2%;
}

.p-main-signup-left {
    color: white;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 16px;
    margin: auto;
    text-align: center;
    margin-top: 10%;
}

.normal-p {
    font-family: 'Montserrat';
    font-size: 16px;
}

.bold-p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}

.bold-p-caps {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.normal-li {
    font-family: 'Montserrat';
    font-size: 16px;
    margin-bottom: 1%;
}

.grid-10 {
    grid: 13;
    width: 100%;
    margin-top: 2%;

}

.grid-9 {
    grid: 11;
    width: 100%;
    margin-top: 2%;

}

.grid-8 {
    grid: 10;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.grid-11 {
    grid: 15;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.grid-12 {
    grid: 17;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.button-programs-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 37%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-programs-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.button-departments-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 21%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-departments-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.gallery-box {
    width: 100%;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.news-box {
    width: 100%;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.news-box-2 {
    width: 65%;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.gallery-box-img {
    width: 200px;
    height: 200px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    margin: 10px;
    cursor: pointer;
}

.news-box-img {
    width: 200px;
    height: 200px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    margin: 10px;
    cursor: pointer;
}

.news-box-img:hover {
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
}

.news-box-img-bot {
    width: 300px;
    height: 200px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    margin: 10px;
    cursor: pointer;
}

.news-box-img-bot:hover {
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
}

.news-box-img-acc {
    width: 200px;
    height: 200px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    margin: 10px;
    cursor: pointer;
}

.news-box-img-acc:hover {
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
}

.gallery-box-img:hover {
    box-shadow: 4px 8px 16px 4px rgba(0, 0, 0, 0.2);
}

.gallery-box-container {
    margin-left: 10px;
    height: 100%;
}

.news-container {
    margin: auto;
    width: 100%;
}

.button-gallery-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 35%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-gallery-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.button-news-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 26.5%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-news-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.button-contact-big {
    padding: 15px 25px 15px 25px;
    font-family: 'Montserrat';
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    font-weight: 500;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    display: none;
}

.button-contact-big:hover {
    background-color: mediumblue;
    padding: 20px 30px 20px 30px;
    font-family: 'Montserrat';
    font-size: 20px;
    transition: 0.3s;
}

.logged-off {
    display: block;
}

.logged-on {
    display: none;
}

.success-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    background-color: seagreen;
    color: white;
    width: 50%;
    text-align: center;
    margin: auto;
    display: none;
    outline: none;
    border: none;
}

.success-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.error-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 5px;
    background-color: red;
    color: white;
    width: 50%;
    text-align: center;
    margin: auto;
    display: none;
    outline: none;
    border: none;
}

.error-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.success-dialog-close {
    float: right;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 0 0 0;
}

.success-dialog-close:hover {
    color: antiquewhite;
}

.login-input-select {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
}

.btn-admin-functions-container {
    width: 90%;
    margin: auto;
    margin-top: 12%;
}

.btn-admin-functions {
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    width: 90%;
    padding: 12px 12px;
    margin-bottom: 20px;
}

.btn-admin-functions:hover {
    background-color: mediumblue;
    transform: 0.3s;
}

.btn-admin-functions-without-margin {
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
    width: 90%;
    padding: 12px 12px;
}

.btn-admin-functions-without-margin:hover {
    background-color: mediumblue;
    transform: 0.3s;
}

.profile-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 50%;
    height: 52%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.profile-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.profile-table {
    margin: auto;
}

.profile-logo {
    width: 120px;
    height: 120px;
    margin-right: 50px;
}

.profile-logo-flag {
    width: 150px;
    height: 100px;
    margin-left: 50px;
}

.profile-container {
    margin-top: 3%;
}

.registered-students-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 90%;
    height: 90%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.registered-students-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.pending-registration-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 90%;
    height: 90%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.pending-registration-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.col-3 {
    width: 33.33%;
    ;
}

.btn-search {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: navy;
    color: white;
    margin: auto;
    margin-left: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 6%;
}

.btn-search:hover {
    background-color: mediumblue;
    padding: 5px 14px 5px 14px;
    transition: 0.3s;
}

.search-input-text[type=text] {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 250px;
    margin-top: 3%;
    border-radius: 2px;
}

.search-input-select {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-left: 10px;
}

.data-grid-container {
    height: 80%;
    width: 100%;
    overflow: scroll;
    margin-top: 2%;
}

.data-table {
    width: 100%;
    border: 1px solid #ddd;
    overflow-y: scroll;
    overflow-x: scroll;
}

.grid-tr:nth-child(even) {
    background-color: #f2f2f2;
}

.grid-th {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
}

.grid-td {
    text-align: center;
    padding: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.header-p {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 24px;
    margin: auto;
    color: gray;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.grid-btn-approve {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: mediumseagreen;
    color: white;
    margin: auto;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.grid-btn-approve:hover {
    background-color: mediumspringgreen;
    transition: 0.3s;
}

.grid-btn-action {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: goldenrod;
    color: white;
    margin: auto;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.grid-btn-action:hover {
    background-color: gold;
    transition: 0.3s;
}

.grid-select {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid goldenrod;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    outline: 1px solid goldenrod;
}

.notification-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 98%;
    height: 80%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.notification-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.send-notification-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 77%;
    height: 62%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.send-notification-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.input-text-multiline[type=text] {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 80%;
    margin-top: 5%;
}

.multiline-container {
    text-align: center;
}

.container-with-top-margin {
    width: 100%;
    margin-top: 2%;
}

.btn-send-noti-container {
    width: 50%;
    margin: auto;
    margin-top: 6%;
}

.btn-send-noti {
    padding: 7px 12px 7px 12px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: seagreen;
    color: white;
    margin: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-send-noti:hover {
    background-color: mediumspringgreen;
    padding: 7px 16px 7px 16px;
    transition: 0.3s;
}

.catalog-dialog-ghana {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 80%;
    height: 85%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.catalog-dialog-ghana::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.catalog-dialog-botswana {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 80%;
    height: 80%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.catalog-dialog-botswana::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.catalog-dialog-others {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 80%;
    height: 85%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.catalog-dialog-others::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.header-container {
    width: 99%;
    background-color: navy;
    margin: auto;
    cursor: default;
    outline: 3px solid black;
    border: 2px solid white;
}

.header-container:hover {
    background-color: darkblue;
    width: 95%;
    transition: 0.3s;
}

.header-container-p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: white;
    margin: auto;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.catalog-box {
    box-shadow: 8px 16px 32px 8px rgba(0, 0, 0, 0.2);
    margin: auto;
    padding: 5% 0 0 0;
    background-color: navy;
    width: 70%;
    cursor: pointer;
}

.catalog-box:hover {
    background-color: mediumblue;
    width: 65%;
    transition: 0.3s;
}

.header-catalog-p {
    font-family: 'Montserrat';
    font-size: 18px;
    color: white;
    margin: auto;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.catalog-box-p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    padding: 10px;
}

.container-with-top-margin-reduced-width {
    width: 99%;
    margin: auto;
    margin-top: 2%;
}

.catalog-box-below {
    box-shadow: 8px 16px 32px 8px rgba(0, 0, 0, 0.2);
    margin: auto;
    padding: 5% 0 0 0;
    background-color: navy;
    width: 55%;
    cursor: pointer;
}

.catalog-box-below:hover {
    background-color: mediumblue;
    width: 50%;
    transition: 0.3s;
}

.header-container-p-small {
    font-family: 'Montserrat';
    font-size: 14px;
    color: white;
    margin: auto;
    text-align: center;
    padding: 10px;
}

.affiliation-prices-header-container {
    background-color: navy;
    margin: auto;
    width: 50%;
    cursor: pointer;
    border-radius: 5px;
}

.affiliation-prices-header-container:hover {
    background-color: mediumblue;
    width: 60%;
    transition: 0.3s;
}

.afiliation-container-p {
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    margin: auto;
    text-align: center;
    padding: 15px;
}

.catalog-country-select-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 20%;
    height: 20%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.catalog-country-select-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.country-catalog-select {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    margin: auto;
}

.multiline-container-with-margin-bottom {
    text-align: center;
    margin-bottom: 5%;

}

.catalog-normal-p {
    font-family: 'Montserrat';
    font-size: 16px;
    text-align: center;
    margin-top: 8%;
}

.btn-catalog-country-container {
    width: 50%;
    margin: auto;
    margin-top: 10%;
}

.proceed-payment-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 28%;
    height: 25%;
    margin: auto;
    display: none;
    outline: none;
    border: none;
    padding: 0px;
    border-radius: 5px;
}

.proceed-payment-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.purchases-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    width: 88%;
    height: 88%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
    transition: 0.3s;
}

.purchases-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.purchases-dialog-select {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    margin: auto;
    margin-left: 10px;
}

.red-p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.green-p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: green;
    font-weight: bold;
}

.green-p-big {
    font-family: 'Montserrat';
    font-size: 16px;
    color: green;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;

}

.payments-pending-approval-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    width: 88%;
    height: 88%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
    transition: 0.3s;
}

.payments-pending-approval-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-approve-payment-grid {
    padding: 7px 12px 7px 12px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: seagreen;
    color: white;
    margin: auto;
    outline: none;
    border: none;
    cursor: pointer;
}

.btn-approve-payment-grid:hover {
    background-color: mediumspringgreen;
}

.approved-payments-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 90%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
    transition: 0.3s;
}

.approved-payments-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.link-img-icon {
    width: 60px;
    height: 35px;
    cursor: pointer;
    border-radius: 3px;
}

.link-img-icon:hover {
    width: 65px;
    height: 40px;
    background-color: gold;
    padding: 3px;
    transition: 0.3s;
}

.link-container {
    width: 100%;
    margin-top: 2%;
    text-align: center;
}

.link-div {
    display: none;
}

.notification-dialog-select-programs {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    margin: auto;
    text-transform: uppercase;
}

.notification-dialog-select-departments {
    padding: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    box-sizing: border-box;
    border: 2px solid navy;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 200px;
    margin: auto;
    text-transform: uppercase;
}

.container-with-top-and-down-margin {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.container-with-margin-bottom {
    width: 100%;
    margin-bottom: 2%;
}

.notification-dialog-admin {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 98%;
    height: 90%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.notification-dialog-admin::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.btn-grid-notification {
    padding: 5px 10px 5px 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    background-color: firebrick;
    color: white;
    margin: auto;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

.btn-grid-notification:hover {
    background-color: red;
}

.courses-enrolled-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 70%;
    height: 70%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.courses-enrolled-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.messages-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 98%;
    height: 80%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.messages-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.send-message-dialog {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 60%;
    height: 50%;
    margin: auto;
    display: none;
    outline: 2px solid goldenrod;
    padding: 0px;
    border-radius: 5px;
}

.send-message-dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

.col-5-news {
    width: 20%;
}





/*##### Mobile Comapctibility #######*/
@media only screen and (max-width: 980px) {
    .nav-bar-element-disappear {
        display: none;
    }

    .nav-bar-li-e {
        list-style-type: none;
        display: inline-block;
        font-family: 'Montserrat';
        font-size: 16px;
        color: white;
        cursor: pointer;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .nav-bar-li-e:hover {
        background-color: goldenrod;
        color: navy;
        padding: 0 0px;
        transition: 0.3s;
    }

    .before-third-navbar {
        width: 100%;
        background-color: navy;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
        cursor: default;
    }

    .before-third-navbar-right {
        width: 100%;
        background-color: navy;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
        float: left;
        cursor: default;
    }

    .col-5 {
        width: 50%;
    }

    .col-6 {
        width: 50%;
    }

    .gray-navbar {
        width: 100%;
    }

    .gray-navbar-60 {
        width: 100%;
    }

    .news-box-2 {
        width: 100%;
    }

    .col-4 {
        width: 50%;
    }

    .col-2 {
        width: 100%;
    }

    .col-5-news {
        width: 50%;
    }

    .login-signup-dialog {
        width: 100%;
    }

    .p-main-signup-left {
        font-size: 15px;
    }

    .p-login-left-small {
        font-size: 12px;
    }

    .login-text-container {
        width: 90%;
    }

    .signup-dialog {
        width: 100%;
        height: 65%;
    }

    .success-dialog {
        width: 100%;
    }

    .error-dialog {
        width: 100%;
    }

    .col-3 {
        width: 100%;
    }

    .profile-dialog {
        width: 100%;
    }

    .login-signup-dialog {
        height: 40%;
    }

    .courses-enrolled-dialog {
        width: 100%;
    }

    .purchases-dialog {
        width: 100%;
    }
    .catalog-dialog-ghana{
        height: 100%;
    }
    .catalog-dialog-botswana{
        height: 100%;
    }
    .catalog-dialog-others{
        height: 100%;
    }
    .catalog-box{
        margin-bottom: 30px;
    }
    .catalog-box-below{
        margin-bottom: 30px;
        width: 70%;
    }
    .catalog-country-select-dialog{
        width: 60%;
        height: 20%;
    }
    .admin-dialog{
        width: 80%;
        height: 30%;
    }
    .pending-registration-dialog{
        width: 100%;
    }
    .registered-students-dialog{
        width: 100%;
    }
    .send-message-dialog {
        width: 90%;
        height: 30%;
    }
    .payments-pending-approval-dialog {
       width: 100%;
    }
    .approved-payments-dialog{
        width: 100%;
    }
    .normal-p {        
     font-size: 10px;
    }
    .bold-p{
        font-size: 10px;
    }
    .normal-li{
        font-size: 10px;
    }
    .before-third-p{
        font-size: 12px;
    }
    .proceed-payment-dialog{
        width: 70%;
        height: 20%;
    }




}