*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{

    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serifl̥ō;
    background-color: #222;
    /* background-image: linear-gradient(to right, #4f4f4f, #999); */
    /* background-image: url(images/IMG_20210326_121206030.jpg); */
}




.logoImg{
    border: 10px outset red;
    margin: auto;
    height: 109px;
    width: 355px;
    border-radius: 3px;
    border-color: #000000;
}


.table-size{
    margin: auto;
}







a{
    text-decoration: none;
    color: #15116e;
}


.menu a:hover {
    
    color: #000000;
    
}
.menu a {
    text-decoration: none;
    color: #ff0000; 
     

}

.menu a :active {
    transform: scale(1.0);
    border-color: #ff0000;
    
    box-shadow: 0px 0px 10px 1px #ff0000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #ff0000;
    
    
}

/* container-menu-bar for (home, about us, contacts us, jobs & Career)  */
.click-here-button-underneath-box-size-on-mobile{
    height: 10px;
    width: 270px;
    margin-left: auto;
    text-align: center;
    border-radius: 1px;

    box-shadow: 0px 0px 4px 1.5px #ffffff;
    background-color: #ff4500;
    transition: all 60ms ease-in-out;
    padding: 13px 4px;
    backdrop-filter: 10px;
}




.click-here-button-underneath-box-size-on-desktop{
    height: 50px;
    width: 270px;
    /* margin-right: auto; */
    text-align: center;
    
    /* border-top-right-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
    box-shadow: 0px 0px 4px 1.5px #ffffff;
    background-color: #ff4500;
    transition: all 60ms ease-in-out;
    padding: 13px;
    
    backdrop-filter: 10px;
}



.menu{

    
    /* align-items: end; */
    display: flex;
    width: 100%;
    
    
    
}


ul.menu li{
    color: #ffffff;
    text-align: center;
    list-style: none;
    margin-left: 0px;
    font-size: 81%;
    padding: 4px 9px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 0px transparent;
    transition: all 200ms ease-in-out;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    transform: scale(1.0);
    border-color: #ff0000;
    border-radius: 0px;
    box-shadow: 2px 0px 8px 1px #000000;
    
}

ul.menu li:hover{
    transform: scale(1.0);
    border-color: #000000;
    border-radius: 0px;
    box-shadow: 0px 0px 4px 1.5px #000000;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
    /* border-radius: 15px; */
    
}





.container-website{

    height: 36px;
    width: 100%;
    background-color: #ff4500;
    /* background-image: -webkit-radial-gradient(circle, #000, #ff4500); */
    transition: all 100ms ease-in-out;
    /* color: #fff; */
    /* box-shadow: 1px 1px 7px 7px #fff; */
    /* padding: 13px 4px; */
    
    color: #ff0000;
    font-size: 150%;
    font-weight: 200;
    text-align: center;
    
}



