
/* 
    Created on : Mar 27, 2024, 4:14:00 PM
    Author     : Saleh
*/

/*.menuElements {
    color: blue;
    font-weight: bold;
    float: left;
    padding: 14px 16px;
    background-color: #00FFFF;

    list-style-type: none;
    margin: 5px 5px 5px 5px;
    overflow: auto;
}*/

.font_body {
    font-family: Kanit;
    color: #EEEEEE;
    font-size: 14pt;
    /*line-height: 500%;*/
}

.menuElements{
    background-color: #32444c;
    color: #8DB0AF;
    padding: 16px 20px;
    margin: 5px 5px 5px 5px;
    text-align: center;
    text-decoration: none; /* underline*/
    display: inline-block;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    
}

a.menuElements:hover{
    color: #00ffff;
    text-shadow: 0px 0px 0px #00ffff, 0 0 20px #00ffff, 0 0 20px #00ffff;
    box-shadow: 0px 0px 15px #417287;
}

body{

    background-color: #2C2C2C


}



.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

footer {
  background-color: #333;
  color: white;
  padding: 10px 0;
  display: inline-block; /* Adjust the height automatically after inner elements. */
  width: 100%;

}

.footerColumn{
    float: left; /* Specify position in screen (parent element) */
    width: 20%;
    padding-left: 30px;
    padding-top: 0;
    
}


 