/* 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;} 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1850px;
  position: relative;
  margin: auto;
    border-style: solid; border-color: black; border-width: thin;
}

/* Hide the images by default */
.mySlides { display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/* Bold */
.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;}

.staff-deco, .staff-deco:hover, .staff-deco:visited, .staff-deco:default, .staff-deco:any-link  {font-family: serif; color: white;}

/* paragraph */
.sidetxt {float: right;}
.col {
    float: left;
    width: 75%; border: none; background-color: none; padding-left: 10px;
    }
.ptextb{font-family: serif; color: black; font-size: 30px;}
.ptext{font-family: serif; color: black; font-size: 25px;}
.pbold {font-family: serif; color: black; font-weight: bold; font-size: 30px;}

/* Column */

.indexcol {float:left; width: 600px; height: 400px; color: white; padding-right: 40px; padding-left: 40px; font-family: fantasy;}

.indexcol:hover {text-decoration: none; color: white; font-family: serif;}
.indexcol:link {text-decoration: none; color: white; font-family: serif;}
.indexcol:checked {text-decoration: none; color: white; font-family: serif;}
.indexcol:active {text-decoration: none; color: white; font-family: serif;}
.indexcol:default {text-decoration: none; color: white; font-family: serif;}
.indexcol:visited {text-decoration: none; color: white; font-family: serif;}

.g {color: white; text-decoration: none; font-family: serif; background-color: #053359; width: 600px; text-align: center;}
.g:hover {text-decoration: none; color: white; font-family: serif; background-color: #053359;}
.g:link {text-decoration: none; color: white; font-family: serif; background-color: #053359;}
.g:checked {text-decoration: none; color: white; font-family: sans-serif; background-color: #053359;}


.imgs {width: 520px; height: 400px;}

.house {color: white; text-decoration: none; font-family: serif; background-color: #053359; text-align: center; margin: none; float: inherit ;}

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

 
