body {
background-color: #d1e0eb;
font-size:10px;
font-weight: 600;
font-family:Arial,Helvetica,sans-serif
}

.topgreen {
 background-color: #76bf69; 
 height: 199px;
 width: 100%;
box-shadow: 1px 3px 5px #888888;
}

.bottomblue {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size:14px;
  background-color: #0c3c60;
  color: white;
  text-align: left;
}

.unitedlogo {
position: absolute;
top: 40px;
left: 10px;


}

.tableshow {
	margin:0 auto;
	    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 400px;
}

.tablefont {
font-family:lulo-clean-w01-one-bold,sans-serif;
color: white;
font-size: 18px;
letter-spacing: 4px;
margin: 10px;
}

.tablefont1 {
font-family:lulo-clean-w01-one-bold,sans-serif;
color: black;
font-size: 24px;
font-weight: 900;
letter-spacing: 4px;
margin: 10px;
}

.tablefont2 {
font-family:lulo-clean-w01-one-bold,sans-serif;
color: black;
font-size:14px;
font-weight: 100;
letter-spacing: 1px;
margin: 10px;
}

.tablefont3 {
font-family:lulo-clean-w01-one-bold,sans-serif;
color: black;
font-size:14px;
font-weight: 900;
letter-spacing: 1px;
margin: 10px;
}

.tablefonttop {
    display: inline-block;
font-family:lulo-clean-w01-one-bold,sans-serif;
color: #0c3c60;
font-size:22px;
font-weight: 700;

}


.tableshow {

width: 90%;
text-align: center;
	margin:0 auto;
}


/* Add a black background color to the top navigation */
.topnav {
float: right;
  background-color: #76bf69;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
display: inline-block;
  color: #0c3c60;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 23px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #4f8d89;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4f8d89;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.nosig {
display: inline-block;
}

table {
width: 100%;
  border-collapse: collapse;
}

.whitesquare {
display: inline-block;
  background-color: white; 
  width:33%;

  text-align: center;
}
.yellowsquare {
display: inline-block;
  background-color: #dec328; 
    width:33%;

  text-align: center;
}
.bluesquare {
display: inline-block;
  background-color: #8794a7;   
    width:33%;

  text-align: center;
}

.flex-container{
    width: 80%;
    min-height: 300px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */     
    display: flex; /* Standard syntax */

}
.flex-container .column{
    padding: 10px;
    background: white;
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
      text-align: center;
}
.flex-container .column.bg-alt{
    background: #dec328;
      text-align: center;
}

.flex-container .column.bg-alt2{
    background: #8794a7;
      text-align: center;
}


@media screen and (max-width: 600px) {
.topnav a {
display: inline-block;
  color: #0c3c60;
  padding: 15px 15px;
  text-decoration: none;
  font-size: 16px;
}

.flex-container{
    width: 100%;
  
    display: inline-block; /* Standard syntax */

}
.flex-container .column{
display: inline-block;
  background-color: white; 
  width:100%;

  text-align: center;
}
.flex-container .column.bg-alt{
display: inline-block;
  background-color: #dec328; 
    width:100%;

  text-align: center;
}

.flex-container .column.bg-alt2{
display: inline-block;
  background-color: #8794a7;   
    width:100%;

  text-align: center;   
}

}