body {
  background-color: #fff;
  font-family: "Open sans",sans-serif;
  font-size: 25px;
  color: #000;
  margin: 5px;
  padding: 0px;
}

.header {
  text-align: center;
  padding-bottom: 3px;
}

.header-info {
  background-color: rgb(17, 92, 155);
  vertical-align: middle;
  font-family: "Open sans",sans-serif;
  font-style: italic;
  text-align: left;
  font-size: 13px;
  color: #fff;
  height: auto;
  padding-bottom: 3px;
}

.header-info-sub {
  background-color: rgb(17, 92, 155);
  vertical-align: middle;
  font-family: "Open sans",sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 13px;
  color: #fff;
  height: auto;
  padding-bottom: 3px;
  margin-botton: 3px;
}

.header-info-sub a, .header-info-sub a:link {
  text-decoration: none;
  color: #fff;
}

.header-info-sub img {
  filter: invert(100%);
  height: 10px;
  padding-top: 5px;
  padding-right: 10px;
}

.header-info-sub-space {
  padding-left: 30px;
  padding-right: 30px;
}

.header-info-right {
  float: right;
  padding-right: 25px;
}

.header-info img {
  filter: invert(100%);
  height: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 25px;
}

.header-info a, .header-info a:link {
  text-decoration: none;
  color: #fff;
}

.header-bar {
  width: 100%;
}

.header-logo-container {
  background-color: rgb(8, 41, 69);
  border: 1px solid rgba(0, 0, 0, .5);
  padding-bottom: 5px;
}

.header-logo {
  font-family: Times New Roman;
  font-size: 25px;
  font-weight: bold;
}

.header-logo a {
  text-decoration: none;
  color: rgba(255,255,255,1);
  text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.header-address {
  font-size: 10px;
  color: #fff;
}

.links {
  align-self: center;
  vertical-align: middle;
  text-align: center;
}

.links img {
  filter: invert(100%);
  height: 10px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 25px;
}

.menu {
  background-color: #fff;
  margin-top: 25px;
  width: 1fr;
  margin: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.menu-item-container {
  background-color: #e6ecff;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  font-size: 0.6em;
  display: block;
}

.menu-item {
  margin: 15px;
  padding: 10px;
  font-size: 16px;
  text-align: left;
}

.menu-item img {
  width: auto;
  height: 73px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.menu-item a {
  text-decoration: none;
  color: #000;
}

.menu-item a:hover {
  color: #003cff;
  font-weight: bold;
  text-shadow: #e0e0e0 1px 1px 0
}

.menu-item-container .button {
  align-self: center;
  vertical-align: middle;
  font-family: "Open sans",sans-serif;
  font-style: italic;
  font-size: 8px;
  width: 98%;
  padding: 5px;
  text-align: center;
  background-color: #0027b3;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.menu-item-container .button a {
  text-decoration: none;
  color: #fff;
}

.menu-item-container .button a:hover {
  font-weight: bold;
  letter-spacing: 0.5px;
}

.menu-item iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.table-align {
  margin-top: 25px;
  display: block;
  align-self: center;
  text-align: center;
}

.info-table {
  font-family: "Open sans",sans-serif;
  font-size: 15px;
  width: 75%;
  text-align: left;
}

.info-table tr:nth-child(even) {
  background-color: #e6ecff;
}

.info-table th {
  text-align: center;
  font-weight: bold;
  background-color: rgb(8, 41, 69);
  color: #fff;
  padding: 5px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.info-table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.info-table td[class="center"] {
  text-align: center !important;
  padding: 5px 10px 5px 10px;
}

.info-table td a {
  text-decoration: none;
  color: #000;
}

.info-table td a:hover {
  color: #003cff;
  font-weight: bold;
  text-shadow: #e0e0e0 1px 1px 0
}

.form-align {
  background-image: url("../img/envelopes.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  display: block;
  align-self: center;
  text-align: center;
}

.photo {
  width: 100%;
  height: auto;
}

.media {
  display: grid;
  grid-template-columns: none;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.media .images {
  display: block;
  align-self: center;
  text-align: center;
}

.media .images .photo {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  margin-bottom: 5px;
  width: 90%;
  height: auto;
}

.media .images .image-title {
  font-size: 15px;
}


.mail-form {
  width: 600px;
  padding: 10px;
  font-family: "Open sans",sans-serif;
  font-size: 25px;
  background-color: #e6ecff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.mail-title {
  display: inline-block;
  text-align: right;
  width: 150px;
  padding-right: 20px;
}

.mailform {
  margin-bottom: 10px;
  vertical-align: top;
  font-family: "Open sans",sans-serif;
  font-size: 15px;
  font-style: italic;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  padding: 10px;
  width: 400px;
}

.mail-button {
  padding: 10px;
  font-family: "Open sans",sans-serif;
  font-size: 25px;
  background-color: rgb(8, 41, 69);
  color: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.footer {
  background-color: rgb(17, 92, 155);
  color: #fff;
  margin-top: 35px;
  padding: 15px;
  text-align: center;
  font-style: italic;
  font-size: 13px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

/* __Media Queries______________________________ */
@media only screen and (min-width: 1150px) {
  body {
    font-size: 25px;
  }

  .header-logo {
    font-size: 45px;
  }

  .header-address {
    font-size: 15px;
  }

  .menu-item-container {
    font-size: 1.2em;
  }

  .menu-item-container .button {
    font-size: 10px;
  }

  .menu {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  }

  .photo {
    width: 50%;
    height: auto;
  }

  .media {
    max-width: 1200px;
    grid-template-columns: 1fr 1fr 1fr !important;

  }

  .media .images:nth-last-child(1):nth-child(odd) {
    grid-column: 2 / 2;
    display: block;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .media .images .photo {
    width: 99%;
    height: auto;
  }

  .media .images .image-title {
    font-size: 17px;
  }

}
