
.topnav {
  overflow: hidden;
  background-color: black;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}


.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px; 
  font-weight: bold;   
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.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;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #8298b0;
  color: white;
}

.dropdown-content a:hover {
  background-color: #8298b0;
  color: black;
}

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

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


.banner {
  width: 100%;
  display: block;
}

.banner > .banner-image {
  width: 100%;
  display: block;
}

body {
  padding: 0;
  margin-left: 10%;
  margin-right: 10%;
  background-color: black;
  box-sizing: border-box;
}

h1, h2, h3, h4{
  color: white;  
  text-align: center;
}

ol, li {
  color: white;
  font-size: 20px;
}

p {
  color: white;
  font-size: 20px;
}

h1, p, ol, form {
  margin-right: 10%;
  margin-left: 10%;
}

form > label {
  color: white;
  font-size: 18px;
}

form {
  vertical-align: left; 
}

table {
  margin-left: auto;
  margin-right: auto;
  border: 3px solid white;
  border-collapse: collapse;
  width: 80%;
}

td {
  color: white;
  font-size: 18px;
}

th {
  font-size: 20px;
  color: white;
  background-color: #8298b0;
}

th, td {
  border: 1px solid white;
  padding: 14px 16px;
}

tr:nth-child(odd) {
  background-color: rgba(239, 241, 245, 0.2);
}



/* Slideshow container */
.slideshow-container, .intdetail, .premium {
  max-width: 768px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  font-family: "Sans-serif", Verdana;
  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 {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

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

@keyframes fade {
  from {opacity: .4}; 
  to {opacity: 1};
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.forms {
  border-radius: 5px;
  background-color: #8298b0;
  padding: 20px;
}

input[type=text], input[type=tel], input[type=datetime-local], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid black;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #f2f2f2;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #686d73;
}

a.hyperlink:link, a.hyperlink:visited {
  background-color: #8298b0;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

a.hyperlink:hover, a.hyperlink:active {
  background-color: #f2f2f2;
}

.center-link {
  text-align: center;
}

.contact {
  text-align: center;
}

.contact > p {
  color: #8298b0;
  font-weight: bold;
}

#localCoordinates {
  color: white;
}

#div1 {
  text-align: center;
  float: left;
  width: 120px;
  height: 120px;
  margin: 10px;
  padding: 10px;
  border: 2px solid white;
}
#div2 {
  text-align: center;
  float: right;
  width: 120px;
  height: 120px;
  margin: 10px;
  padding: 10px;
  border: 2px solid white;
}

.privacyUpdated {
  text-align: center;
}

#privacyContact > li {
  list-style-type: none;
  text-align: center;
}