.banner {
  background-color: #00638D;
  color: white;
  font-size: 24px;
  font-weight: 300;
  font-family: "Lato",sans-serif;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  display: block;
}

.banner a {
  color: white;
}

.banner a:hover {
  color: #BBB;
}

.banner .button {
  border: none;
  border-radius: 8px;
  background-image: none;
}

.banner .button:hover {
  opacity: 0.85;
}

.banner .button:focus {
  outline: 0;
}

.banner .banner-header a:hover {
  color: #444;
  text-decoration: none;
}

.banner .vcenter-table-cell {
  float: none;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.banner .logo {
  width: 100px;
  height: 100px;
  margin: 25px auto 15px auto;
  overflow: hidden;
  display: block;
}

.banner .split {
  margin: 0px;
}

.banner .links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.banner .links li {
  font-size: 20px;
}

@media all and (max-width: 1129px) {
  .banner .links li {
    font-size: 16px;
  }
}

.banner .links li.sub-item {
  font-size: 16px;
}

.banner .links li.sub-item a {
  padding: 2px 27px;
}

@media all and (max-width: 1129px) {
  .banner .links li.sub-item {
    font-size: 14px;
  }
}

.banner .links a {
  display: block;
  padding: 5px 5px 5px 20px;
  color: white;
}

.banner .links a:hover {
  color: #444;
  text-decoration: none;
  background-color: transparent;
}

.banner .menu-button {
  box-shadow: none;
  border-bottom: none;
  display: block;
  margin: 0 auto;
  float: none;
  background-image: none;
  margin-bottom: -1px;
  border-radius: 8px 8px 0px 0px;
}

.banner .menu-button:focus {
  border: 0;
}

.banner #weston-image {
  border-radius: 50%;
  background-image: image-url("westonganger_2020.jpg");
  background-size: cover;
  width: 125px;
  height: 125px;
  margin: 0px auto 0px auto;
  border: 2px solid #fff;
}

.banner .contact-me {
  border: none;
  border-radius: 5px;
  padding: 5px 30px;
  margin: 25px auto;
  display: block;
}

.banner .contact-me:hover {
  opacity: 0.85;
}

.banner .contact-me:focus {
  outline: 0;
}

.banner .site-title {
  color: white;
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}

@media all and (max-width: 1297px) {
  .banner .site-title {
    font-size: 30px;
  }
}

@media all and (max-width: 1129px) {
  .banner .site-title {
    font-size: 25px;
  }
}

@media all and (max-width: 985px) {
  .banner .site-title {
    line-height: 23px;
  }
}

@media all and (max-width: 767px) {
  .banner .site-title {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .banner .menu-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner {
    display: none;
    width: 300px;
  }
}

@media (max-height: 750px) {
  .banner #weston-image {
    width: 100px;
    height: 100px;
  }
}
