/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #053359;
  font-family: serif; text-align: center; font-weight: bold;
}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 25px 150px;
  text-decoration: none; font-size: 20px;
}

/* The dropdown container */
.dropdown {
  float: right;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 25px 150px; font-weight: bold; font-size: 20px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #54637f; text-align: center;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Logo */
.logo {float: left; width: 300px; height: 150px; border-style: solid; border-color: #053359; }
.slogo, .slogo a:hover {font-size: 15px; color: white; text-align: right; background-color: #053359;}

.pflav { font-family: serif; background-color: #9fc5e8; color: white; width: 270px;}

.favlt { font-family: serif;}

.favli { font-family: serif;}

.favl { font-family: serif; color: #053359; text-decoration: overline; font-weight: bold; width: 270px;}

footer {background-color: #54637f; color: white; font-family: serif; font-size: 20px; text-align: center;}

.firstxt {font-family: serif; color: #053359;}

.button {float: left; width: 300px; height: 50px; background-color: #053359; color: white;}

.boldres {float: right; text-align: left;}

.boldrs {float: right; text-align: left; font-weight: bold; font-size: 25px;}

.listres {float: right; text-align: left;}

.thanks {text-align: right;}

.yes/no {float: right;}

.txt { font-family: serif; text-align: left;}

.listres { font-family: serif; text-align: left;}

.lateup {color: white; font-family: serif;}
.datatext {color: white; font-family: serif;}

.staff-deco{}

.bold {font-family: serif; color: white; font-weight: bold;}

.boldli {font-family: serif; color: white; font-weight: bold;}

.list {font-family: serif; color: white;}

.column {border-style: solid; border-width: thin; border-color: black;}

.first {float: right; padding-left: 10px; padding-right: 10px;}

.formstyle {width: 700px; float: left;}

.second { float: right; padding-left: 10px; padding-right: 10px;}

.third { float: left; padding-left: 10px; padding-right: 10px;}

.yesno {float: left; padding-left: 10px; padding-right: 10px;}

.submit {float: right;padding-left: 10px; padding-right: 10px;}

.whole {background-color: aqua; float: left; width: 600px;}

.paragraphs {font-family: serif;}

.listt {}

.img {float: left; background-color: #54637f; width: 800px; color: white; font-family: serif;}


/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */
.fa-facebook {
  background: #3B5998;
  color: white;
    
    }

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}
