
header{
    background: linear-gradient(to right,#69C0FF,#2D84C3 ) ;
    color: #ffffff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #2d84c3 3px solid;
}
header a{
    color:#ffffff;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 15px;
}

header ul{
    margin: 0;
    padding: 0;
}

header ul li{
    float: left;
    display: inline;
    padding: 0 15px 0 15px;
    
}
header #logo{
    float: left;
    top: auto;
     position: absolute;
}

header nav{
    float: right;
    list-style: none;
    margin-top: 10px;

}

  ul li {
    display: inline-block;
    margin-right: 3px;
}
ul li a {
    text-decoration: none;
    color: rgba(225,255,255,0.75) ;
    padding: 5px 0.2px;
    transition: 0.5% ease;
}

ul li a:hover{
    color:  rgba(255,255,255,1) ; 
}

ul li a.active{
    border-bottom: 2px solid cornflowerblue;
    color:aliceblue;
    
}

ul li a.SIGNIN{
    border: 1px solid #ffffff ;
    padding: 2px 20px;
    border-radius: 90px;
}

ul li a.SIGNIN:hover{
 background-color: #ffffff;
    color:cornflowerblue;
}

 body{
  background-color: linear-gradient(to right,#69C0FF,#2D84C3 );
     font-family: sans-serif, serif;
    font-size: 15px;
    line-height: 1.5;
padding: 0;
    margin: 0;
     
 }
   
table, td, th {
  border: 1px;
  text-align: center;
    font-family: "webfont";
}

table {
  border-collapse: collapse;
  width: 100%;
    color: #002442;
}

th, td {
  padding: 15px;
 border-bottom: 1px;
    
}

  tr:hover{
 background-color:#ffffff;
      transition: 20%;
 }
.table a{
    border: 1px solid #ffffff;
    padding: 6 10px;
    border-radius: 90px;
    background-color: #ffffff;
    text-decoration: none;
    color: cornflowerblue;
}

h3{
    color: #26567e;
    font-family:"oneday";
    font-size: 30px;
}

@font-face{
    
    font-family:"oneday";
    src: url("fonts/ONEDAY.ttf");
   
}
@font-face{
    font-family:"webfont";
    src:url("fonts/webfont.otf");
}
