/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 15, 2024, 10:38:35 PM
    Author     : NGhebremeskel
*/
.head {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.head header {

    width: 100%;
    display: inline-block;
    /*    margin-bottom: 20px;*/

}
.colomuns{
    display: flex;
    /*    border: 5px outset red;*/
    /*    border-bottom : 1px solid #cccccc;*/
    /*    background-color: rgba(218,218,218,255);*/
    background-color: #ffffff;
}
.imagecontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
    height: 137px; /* Adjust as needed */

}
.colomun1{
    flex: 1;
    text-align: left;
    /*    background-color: rgba(218,218,218,255);*/
    margin-left: 180px;
    padding: 10px;
    /*    border: 1px solid #000000;*/
}
.colomun1{
    flex: 1;
    text-align: left;
    margin: 0 10%;
    padding: 10px 0;
}

.headerlogo {
    display: flex;
    align-items: center;
}
.headerlogo .logo {
    font-weight: bold;
    color: #002F6C; /* Dark blue color */
    margin-right: 18px;
}
.headerlogo .star {
    color: #FFD100; /* Yellow color */
}
.text-box {
    display: block;
}
.text-box .text {
    color: #002F6C; /* Dark blue color */
    /*    border: 1px solid #000000;*/
    width: content-box;
    font-size: 18px;
    font-weight: bold;

}
.headerlogo .subtext {
    font-size: 14px;
    font-weight: bold;
}
.dropmenu-image{
    display: none;
}

.dropmenu-image img {
    height: auto;
    display: block; 
    margin-left:-20%;
    width:170%
}

.inactive-link {
    cursor: default;
}
.search-container {
    display: flex;
    /*    border: 1px outset red;*/
    position: relative;
    top: 20px; left: 300px;
    width: 320px;
    height: 43px;
    border-radius: 4px;
    overflow: hidden;
}
.search-bar {
    width: 310px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 10px 10px;
}

.search-bar input {
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 2px;
    font-size: 15px;
    color: black;
}

.search-bar button img {
    width: 13px;
}

.search-bar button {
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #66a3ff;
    cursor: pointer;
}


/* THE FOLLOWING WAS REMOVED - MICHAEL
.menu-bar
{
    
    margin: 3px;
    border-bottom : 1px solid #cccccc;
    border-top : 1px solid #cccccc;
}

.menu-bar ul
{
    display: inline-flex;
    list-style: none;
    margin-left: 120px;


}
    
.menu-bar ul li 
{
    width: fit-content;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    color: #333399;
    text-align: center;
    font-weight: bold; 
    border-bottom : 3px solid #ffffff;
}*/

/* THE FOLLOWING WAS ADDED - MICHAEL*/
.menu-bar
{
    width:100%;
    margin: 3px;
    border-bottom : 1px solid #cccccc;
    border-top : 1px solid #cccccc;
}

.menu-bar ul
{
    padding: 10px 0;
    display: inline-flex;
    list-style: none;
    margin: 0 10%;
}

.menu-bar ul li 
{
    width: fit-content;
    margin: 15px 40px 5px 0;
    color: #333399;
    text-align: center;
    font-weight: bold; 
    border-bottom : 3px solid #ffffff;
}
/* END OF CHANGES*/



.menu-bar ul li a img {
    width: 10px;
    margin-left: 8px;
    color: #333399;
}
.menu-bar ul li button {
    background: none; /* Remove background color */
    border: none; /* Remove border */
    padding: 0; /* Remove padding, optional based on your design */
    margin: 0; /* Remove margin, optional based on your design */
}

.menu-bar ul li a
{
    text-decoration: none;
    color: #002F6C;
}

.menu-bar ul li:hover
{

    border-bottom : 3px outset #3333cc;
}

.sub-menu1 {
    display: none;
    overflow: visible;
}

.sub-menu2 {
    display: none;
    overflow: visible;
}

.menu-bar ul li:hover .sub-menu1 {
    display: block;
    position: absolute;
    background: transparent;
    margin-left: -20px;
    z-index: 1000; 
}

.menu-bar ul li:hover .sub-menu1 ul 
{
    display: block;
    background-color: #EEE;
    margin:  0px;
    padding-left: 1px;
}
.menu-bar ul li:hover .sub-menu1 ul li {
    width: 150px;
    padding: 5px;
    border-bottom: 1px dotted #3333cc;
    border-radius: 0;
    text-align: left;
    /*       border: 1px outset red;*/
}

.menu-bar ul li:hover .sub-menu1 ul li:last-child {
    border-bottom: none;
}

.menu-bar ul li:hover .sub-menu2 {
    display: block;
    position: absolute;
    background: transparent;
    z-index: 1000; 
}

.menu-bar ul li:hover .sub-menu2 ul 
{
    display: block;
    background-color: #EEE;
    margin:  0px;
}
.menu-bar ul li:hover .sub-menu2 ul li {
    width: 150px;
    padding: 7px;
    border-bottom: 1px dotted #3333cc;
    border-radius: 0;
    text-align: left;
    /*           border: 1px outset red;*/
}

.sub-menu3 {
    display: none;
    overflow: visible;
}

.menu-bar ul li:hover .sub-menu3 {
    display: block;
    position: absolute;
    background: transparent;
    z-index: 1000;
    margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu3 ul 
{
    display: block;
    background-color: #EEE;
    margin:  0px;
}
.menu-bar ul li:hover .sub-menu3 ul li {
    width: 150px;
    padding: 7px;
    border-bottom: 1px dotted #3333cc;
    border-radius: 0;
    text-align: left;
    /*           border: 1px outset red;*/
}

.sub-menu4 {
    display: none;
    overflow: visible;
}

.menu-bar ul li:hover .sub-menu4 {
    display: block;
    position: absolute;
    background: transparent;
    z-index: 1000; 
}

.menu-bar ul li:hover .sub-menu4 ul 
{
    display: block;
    background-color: #EEE;
    margin:  0px;
    padding-left: 1px;
}
.menu-bar ul li:hover .sub-menu4 ul li {
    width: 150px;
    padding: 5px;
    border-bottom: 1px dotted #3333cc;
    border-radius: 0;
    text-align: left;
    /*       border: 1px outset red;*/
}

.menu-bar ul li:hover .sub-menu4 ul li:last-child {
    border-bottom: none;
}


.dropdown-content {
    margin: 3px;
    background: #ffffff;
    border-bottom : 1px solid #cccccc;
    border-top : 1px solid #cccccc;
}

.banner {
    display: block;
}

/*THE FOLLOWING WAS REMOVED

.official-banner {
display: flex;
padding: 4px 10px;
font-size: 12px;
background-color: #f5f5f0;
}*/

/* THE FOLOWING WAS ADDED - MICHAEL */
.official-banner {
    display: flex;
    padding: 4px 0px;
    font-size: 12px;
    background-color: #f5f5f0;

}
.official-banner img {
    margin-left: 10%; 
    padding-right: 5px;
    width: 15px; 
    height: 15px;
}
/*END of CHANGES */


.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    font-size: 11px;
    color: #002f6c;
    text-decoration: underline;

}
.dropdown button{
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.dropbtn {
    color: #000000;


}

.drop-image {
    display: none;
    position: relative;


}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/*.showbanner {display:block;margin-top: -65px; margin-left: 85px; }*/
.show {
    display:block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1px;
    background-color: #f5f5f0;
    width: 100%;
    z-index: 1; 
}

/* THE FOLLOWING WAS ADDED - MICHAEL*/
.contact-container{
    display:flex;
    margin-left: auto;
    margin-bottom: auto;
    text-wrap: nowrap;
    padding:10px;
}
.contact-container a {
    text-decoration: none;
    color: #333399;
}
.logo-image {
    height:110px;  
    width:248px;
}

@media (max-width:531px) {
    .logo-image {
        height:auto;  
        width:100%;
    }
    .colomun1 {
        margin: auto;
        width: 90%;
        padding: 10px;
    }
    .menu-bar ul {
        margin: auto;
        width: 100%;
    }
    .menu-bar ul li {
        margin: 5px 3vw 5px 0;
    }
    .menu-bar ul li a {
        font-size: 15px;
    }
    .menu-bar ul li a img {
        width:1.5vw;
        margin-left: 1vw;
    }
    .text-box .text {
        font-size: 3vw;
    }
    .headerlogo .subtext {
        font-size: 2vw;
    }

    .headerlogo .logo {
        width: 45%;
    }
    .contact-container a {
        font-size: 3vw;
    }
    .official-banner {
        margin: auto;
        width: 100%;
        padding: 4px 10px;
        font-size: 2.8vw;
    }
    .official-banner img {
        margin-left: 0; 
    }
    .official-banner button {
        font-size: 3vw;
    }

    .menu-bar ul li:hover .sub-menu1 {
        margin-left: -50px;
    }

    .menu-bar ul li:hover .sub-menu4 {
        margin-left: -10px;
    }

    .menu-bar ul li:hover .sub-menu1 ul 
    {
        display: block;
        background-color: #EEE;
        margin:  0px;
        padding-left: 1px;
    }
    .menu-bar ul li:hover .sub-menu1 ul li {
        width: 150px;
        padding: 5px;
        border-bottom: 1px dotted #3333cc;
        border-radius: 0;
        text-align: left;
        /*       border: 1px outset red;*/
    }

    .menu-bar ul li:hover .sub-menu3 {
        margin-left: 0px;
    }

}

@media (max-width:411px) {
    .logo-image {
        height:auto;  
        width:100%;
    }
    .colomun1 {
        margin: auto;
        width: 90%;
        padding: 10px;
    }
    .menu-bar ul {
        margin: auto;
        width: 100%;
    }
    .menu-bar ul li {
        margin: 5px 3vw 5px 0;
    }
    .menu-bar ul li a {
        font-size: 13px;
    }
    .menu-bar ul li a img {
        width:1.5vw;
        margin-left: 1vw;
    }
    .text-box .text {
        font-size: 3vw;
    }
    .headerlogo .subtext {
        font-size: 2vw;
    }
    .contact-container a {
        font-size: 3vw;
    }
    .official-banner {
        margin: auto;
        width: 100%;
        padding: 4px 10px;
        font-size: 2.8vw;
    }
    .official-banner img {
        margin-left: 0; 
    }
    .official-banner button {
        font-size: 3vw;
    }

}

@media (min-width: 1800px){
    a {
        font-size:1vw;
    }
}
/*END of CHANGES */
