html{
  width: 100%;
  height: 100%;
}
body{
  background-color:rgb(3, 29, 64);
  
}

#socialMedia{
margin: 0 0 0 0px;
height: 50px;
  padding-top: 5px;
  background-color:rgb(3, 29, 64);
  text-align: right;
  border-radius: 8px;

}
#headerStatic{
 
  display:flex;
  background-color:rgb(3, 29, 64);
  border-radius: 8px;
height: 25%;
  width: 100%;

  
}


#menuBar{
  width: 100%;
margin-top: 30px;
 display: flex;

  

 
  
}
.dropdown .dropbtn {
  font-size: 100%;  
  border-radius: 8px;
  outline: none;
  color: white;

  height: 100%;
  border:solid rgb(0, 167, 225);
  background-color:rgb(3, 29, 64);
  font-family: Arial, Helvetica, sans-serif;
 


}



.dropdown-content {
  display: none;
  position: absolute;
  background-color:rgb(3, 29, 64);
  min-width: 25%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
   z-index: 1;
 
   



}

.dropdown-content a {
  float: none;
  
  color:white;
  font-size: 100%;
  text-decoration: none;
  display: block;
  text-align:center;
   height: 30px;
  font-family: Arial, Helvetica, sans-serif;

}

.dropdown-content a:hover {
  background-color:rgb(0, 167, 225);

}

.dropdown.dropdown:hover .dropdown-content {
  display: block;




}
.dropdown{

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 55%;
  text-align: center;
  
  
}
.table {
  border-collapse: collapse;
 
}

.table th,
.table td {
  
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.skInfoTable th,
.skInfoTable td{
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 
  color: white;
}
.dropbtn{
  color: white;
  background-color:rgb(3, 29, 64);
  border: none;
  border-bottom: solid 1px;
}
.myContent{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
p,ul{
  line-height: 1.6;
}
.rideInfoTable th,
.rideInfoTable td{
  text-align: left;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

   color:rgb(3, 29, 64);
}
.dropbtnride{
  color: rgb(3, 29, 64);
  background-color: white;
  border: none;
  border-bottom: solid 1px;
}





