/* General Stuff */
html {
  scroll-behavior: smooth;
}

@font-face {
   font-family: bh93;
   src: url(fonts/BAUHS93.TTF);
}

* {
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

body { 
  margin: 0;
  background-color: #f4faff; /* For browsers that do not support gradients */
  background-image: repeating-linear-gradient(45deg,rgb(255,255,255,1),rgb(244,250,255) 10%);
  //background-image: linear-gradient(180deg,rgb(255,255,255,1),rgb(244,250,255));
}

/* Navbar */
.navbar {
  background-color: #00386b;
  top: 0;
  width: 100%;
  z-index: 2;
  position: static;
}

.navbar table{
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.navbar td {
  padding: 0;
}

.navbar a {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  transition: all .5s ease;
}

.navbar a:hover {
  background: #00427f;
}


.navbar a.attention {
  background-color: #6cf;
  color: black;
  font-weight: bold;
}

.navbar a.attention:hover {
  background-color: white;
  color: #00386b;
}

.navbar p {
  float: right;
  display: block;
  color: #6cf;
  text-align: center;
  padding: 14px 16px;
  margin: 0;
  text-decoration: none;
  font-size: 18px;
  font-style:italic;
}

/*
.logo a{
  float:left;
  padding: 0 16px 5px;
  margin: 0;
  font-family: bh93, "Times New Roman";
  font-size: 30px;
  text-decoration: underline;
  text-decoration-style: wavy;
}
*/

.logo a {
  float: left;
  margin: 0;
  padding: 0;
  height: 40px;
}

.logo img {
  height: 100%;
  margin: 0px;
  padding: 5px;
}

/* Slideshow */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: 0;
  margin-bottom: -4px;
}

.numbertext {
  background-color: rgba(0,0,0,0.5);
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/* Dropdowns */
.dropgroup {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: left;
  width: 33.33333%;
}

.dropbtn {
  background-color: #00386b;
  color: white;
  padding: 16px;
  font-size: 25px;
  border: none;
  width: 100%;
}

.dropdown-content {
  opacity: 0;
  display: none;
  height: 60px;
  position: absolute;
  background-color: rgba(221,221,221,0.9);
  width: 100%;
  bottom: 0px;
  z-index: 1;
  transition: all .5s ease;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content h3 {
  font-size: 25px;
  text-align: center;
  margin-top: 0px;
  color: #00386b;
}

.dropdown-content p {
  text-align: center;
  font-size: 18px;
  color: #2C3844;
}

//.dropdown-content a:hover{background-color: #ddd;}

.dropdown:hover .dropdown-content {display:block;opacity:1;height:250px;}

.dropdown:hover .dropbtn {color: #00386b;}

/* Side-by-side Pannels */
.box {
  //background-color: white;
  float: left;
  width: 50%;
  margin: 0;
  margin-bottom: -4px;
}

.box p.big {
  margin: auto;
  width:75%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.box p.small {
  padding-top: 0;
  margin: 10px 25px;
  text-align: justify;
  font-size: 18px;
}

.box ul {
  list-style-type: none;
  font-size: 18px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* The BIG BUTTON */
.bigbttn {
  display: block;
  width: 75%;
  margin: auto;
  color: black;
  background-color: #6cf;
  border: 1px solid white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 40px; 
  line-height: 25px;
  font-weight: bold;
  transition: 0.5s;
}

.bigbttn:hover {
  background-color: white;
  border: 1px solid #00386b;
  color: #00386b;
}

/* Divider */
.divider {
  display: block;
  background-color: #e8e8e8;
  text-align:center;
  padding: 18px;
  margin:0;
}

/* Promotions */
.promotions {
  width: 100%;
  text-align: center;
  padding: 18px;
}

.promotions table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.promotions th {
  font-size: 25px;
  width: 25%;
}

.promotions td {
  font-size: 15px;
}

.promotions img {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

/* Bottom Bar */
.bottombar {
  background-color: #00386b;
  color: white;
  font-style: italic;
  font-size: 13px;
  width: 100%;
  padding:15px 15px 20px
}

/* Form Buttons */
#formbttn {
  background-color: #00386b;
  color: white;
  border: none;
  outline: none;
  width: 60px;
  max-width:100%
  height: 30px;
  transition: 0.4s;
}

#formbttn.active {
  background-color: white;
  color: #00386b;
  border: 1px solid #00386b;
}

/* Contact Form */
#fcf-form {
    display:block;
}

/*
.fcf-body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #000
  border-radius: 0.25rem;
  max-width: 100%;
}
*/

.fcf-body {
  margin: 0;
  padding: 30px;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 16px;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 6px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  outline: none;
  transition: 0.4s;
}

.fcf-form-control:focus {
  border: 1px solid #000;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 8px;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  transition: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
  outline: 0;
}

.fcf-btn-primary {
  color: black;
  font-weight: bold;
  background-color: #6cf;
  border-color: none;
}

.fcf-btn-primary:hover {
  color: #00386b;
  background-color: #fff;
  border-color: #00386b;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
  color: #fff;
  background-color: #00386b;
  border-color: #00386b;
  
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
  padding: 8px 16px;
  font-size: 20px;
  line-height: 24px;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
  margin-top: 8px;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
  width: 100%;
}