body {
  margin: 0px;
  padding: 0px;
  font-family: "Barlow", sans-serif;
}

/* Navigation */

#navigation #footer {
  overflow: hidden;
}

#banner-top {
  background-color: #FFFFFF;
  height: 90px;
  display: flex;
  align-items: center;

  /* width: 81.12%;
  padding-left: 0px;
  padding-right: 0px; */
}

div#logo {
  float: left;
  width: 20%;
}

#logo a img {
  height: 40px;
  /* padding-left: 7.5em; */

  /* Added 3/3 */
  /* padding-left: 9.44%; */
}

nav#menu {
  float: right;
  display: inline-block;
  /* vertical-align: middle; */
  padding: 0px;
  margin: 0px;
  margin-top: -4px;
  /* padding-right: 7.5em; */
  font-size: 15px;
  text-align: right;
  width: 80%;
}

nav#menu ul {
  padding: 0px;
  /* padding-right: 35px; */
  margin: 0px;
  list-style: none;
  display: inline;
}

nav#menu ul li {
  padding: 0px;
  padding-left: 50px;
  margin: 0px;
  display: inline;
  /* vertical-align: middle; */
}

nav#menu ul li a {
  padding: 0px;
  padding-bottom: 4px;
  margin: 0px;
  width: auto;
  /* display: inline-block; */
  display: inline;
  /* color: #4D555B; */
  text-align: center;
  text-decoration: none;
  /* font-weight: 500; */
  /* letter-spacing: 1px; */

  font-family: 'Source Sans Pro Semibold';
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #4f5965;
}

nav#menu ul li a:hover {
  /* color: #2595BD;
  border-bottom: 2px solid #2595BD; */
  color: #0096d4;
  border-bottom: 2px solid #0096d4;
}

nav#menu ul li a.selected {
  /* color: #2595BD;
  border-bottom: 2px solid #2595BD; */
  color: #0096d4;
  border-bottom: 2px solid #0096d4;
}

#nav-gutter {
  width: 9.44%;
  height: 90px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #FFFFFF;
}

#nav-banner {
  background-color: #FFFFFF;
  height: 90px;
  display: flex;
  align-items: center;

  /* Changes made 2/28 */

  width: 81.12%;
  padding-left: 0px;
  padding-right: 0px;
}
/*
.overlay {
  display: none;
}

#myNav {
  display: none;
} */

/* Footer */

/* Changes made 2/28 */

#footer-banner {
  height: 150px;
  width: 100%;
  background-color: #043351;
}

#footer-gutter {
  width: 9.44%;
  height: 150px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #043351;
}

#banner-bottom {
  background-color: #043351;
  height: 150px;
  display: flex;
  align-items: center;

  /* Changes made 2/28 */

  width: 81.12%;
  padding-left: 0px;
  padding-right: 0px;
}

#footer-left {
  float: left;
  padding: 0px;
  margin: 0px;
  /* padding-left: 7.5em; */ /* Change made 2/28 */
  /* width: 80%; */
  width: 100%; /* Change made 2/28 */
  /* display: flex; */ /* Change made 3/2 */
  align-items: center;
}

#footer-left a{
  /* font-size: 15px; */
  /* color: white; */
  vertical-align: middle;
  text-decoration: none;
  padding-right: 75px;

  font-family: 'Source Sans Pro Regular';
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

#footer-right {
  float: right;
  padding: 0px;
  margin: 0px;
  /* padding-right: 7.5em; */
  display: flex;
  align-items: center;
}

#footer-right a{
  /* margin-right: 24px; */
  /* Change made 2/28 */
  margin-left: 24px;
}

/* #footer-left-link-item {
  padding-top: 7px;
} */

/* Temporary */

#temp-banner {
  background-color: #043351;
  height: 400px;
}

#temp-banner-2 {
  background-color: white;
  height: 400px;
}

#banner-top #myNav {
  display: none;
}

#banner-top #hamburger{
  display: none;
}


/* Tablet Optimization */

@media only screen and (max-width: 800px) {

  /* Changes made 2/28 */

  /* #footer-left {
    padding-left: 5em;
  } */

  #footer-left a {
    font-size: 14px;
    padding-right: 40px;
  }

  /* #footer-right {
    padding-right: 5em;
  } */
}

/* Tablet Optimization */
/* @media only screen and (min-width: 901px) and (max-width: 1024px) {
  div#logo {
    width: 35%;
  }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
  div#logo {
    width: 35%;
  }

  #logo a img {
    padding-left: 50px;
  }

  nav#menu {
    padding-right: 50px;
  }

  nav#menu ul li {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
  div#logo {
    width: 25%;
  }

  #logo a img {
    padding-left: 50px;
  }

  nav#menu {
    padding-right: 50px;
  }

  nav#menu ul li {
    padding-left: 30px;
  }
} */

/* Mobile Optimization */

/* Phone */

/* @media only screen and (max-width: 1025px) { */
@media only screen and (max-width: 1200px) {

  /* Navigation */
  html, body {
    overflow-x:hidden
  }

  /* #banner-top {
    background-color: #00324f;
  } */

  div#logo {
    /* width: 20%; */
    width: 90%;
  }

  #logo a img {
    height: 45px;
    /* padding-left: 1em; */
  }

  /* nav#menu {
    display: inline-block;
    padding-right: 1.5em;
    font-size: 15px;
    width: 90%;
  }

  nav#menu ul {
    padding-right: 0px;
  }

  nav#menu ul li {
    padding-left: 30px;
    display: inline;
  }

  nav#menu ul li a {
    display: inline-block;
    line-height: 2;
    padding-bottom: 0px;
  } */

  nav#menu {
    display: none;
  }

  /* div#navigation {
    width: 50%;
    margin-right: 0px;
    float: left;
  } */

  /* #mobile-navigation {
    display: block;
    width: 50%;
    float: right;
    height: 90px;
    padding-top: 25px;
  } */

  /* #banner-top #myNav {
    display: inline-flex;
  } */

  #banner-top #hamburger{
    display: block;
  }

  span#hamburger {
    float: right;
  }

  /* The Overlay (background) */
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(4,51,81);
    background-color: rgba(4,51,81, 0.975);
  }

  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 15%; /*  25% from the top */
    height: 80%;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    /* margin-top: 30px; 30px top margin to avoid conflict with the close button on smaller screens */
    overflow-y: auto;
    bottom: 5%;
  }

  /* The navigation links inside the overlay */
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    /* color: #818181; */
    color: #2595BD;
    /* color: #4D555B; */
    /* color: white; */
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
  }

  /* When you mouse over the navigation links, change their color */
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }

  /* Position the close button (top right corner) */
  .overlay .closebtn {
    position: absolute;
    /* top: 20px; */
    right: 45px;
    font-size: 60px;
    /* color: #2595BD; */
    /* color: grey; */
    color: white;
  }

  /* Footer */

  #footer-banner {
    height: 100px;
  }

  #banner-bottom {
    height: 100px;
    /* width: 90%; */ /* Change made 2/28 */
  }

  #footer-gutter {
    height: 100px;
    /* width: 5%; */ /* Change made 2/28 */
  }

  #footer-left {
    /* padding-left: 1em; */
    padding-left: 0em; /* Change made 2/29 */
    width: 85%;
    padding-right: 0px;
  }

  #footer-left img{
    height: 50px;
  }

  #footer-left a{
    font-size: 12px;
    padding-right: 10px;
  }

  #footer-right {
    /* padding-right: 1.5em; */
    padding-right: 0em; /* Change made 2/28 */
  }

  #footer-right a img{
    height: 25px;
  }

  /* Change made 2/28 */
  /* #footer-right a{
    margin-right: 12px;
  } */

  #owl-white-logo {
    height: 40px;
    width: 32px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 600px) {
  #footer-left a{
    padding-left: 30px;
  }

  #footer-right {
    padding-right: 30px;
  }

}

@media only screen and (max-width: 360px) {
  nav#menu ul li a {
    font-size: 12px;
  }

  #footer-left img{
    height: 40px;
  }
}

@media only screen and (max-width: 320px) {
  nav#menu ul li a {
    font-size: 10px;
  }

  nav#menu ul li {
    padding-left: 25px;
  }

  #footer-left img{
    height: 30px;
  }

  #footer-left a{
    font-size: 10px;
    padding-right: 8px;
  }
 }
}
