html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #eaffff;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: darkgray;
  text-decoration: none;
  cursor: pointer;
}

hr {
  margin-top: 13px;
  margin-bottom: 13px;
}

.image_row {
  display: flex;
  justify-content: center;
}

.image_header {
  width: 100%;
}

.body_row {
  display: flex;
}

.logo {
  width: auto;
}

.text_col {
  display: flex;
  flex-wrap: wrap;
}

.contact_col {
  width: 40%;
  min-width: 220px;
}

.gap {
  width: 8%;
}

.nav_col {
  width: 40%;
  min-width: 220px;
}

.tagline {
  font-weight: bold;
}

.dotted {
  border: none;
  border-top: 1px dotted #000;
  height: 0;
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .text_col {
    width: 50%;
  }
  .logo_col {
    width: 50%;
  }
  .image_header {
    height: 300px;
  }
  .logo {
    width: 80%;
    height: auto;
    margin-top: 20px;
    margin-left: 10px;
  }
  .contact_col {
    padding-top: 25px;
    min-width: 200px;
  }
  .nav_col {
    padding-top: 34px;
    min-width: 200px;
  }
  .tagline {
    margin-top: 20px;
    margin-left: 10px;
  }
}

/* Small devices */
@media (min-width: 576px) and (max-width: 767.98px) {
  .text_col {
    width: 40%;
  }
  .logo_col {
    width: 60%;
  }
  .image_header {
    height: 350px;
  }
  .logo {
    width: 80%;
    height: auto;
    margin-top: 25px;
    margin-left: 10px;
  }
  .contact_col {
    padding-top: 35px;
  }
  .nav_col {
    padding-top: 44px;
  }
  .tagline {
    margin-top: 25px;
    margin-left: 10px;
  }
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 991.98px) {
  .text_col {
    width: 60%;
  }
  .logo_col {
    width: 40%;
  }
  .image_header {
    height: 400px;
  }
  .logo {
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-left: 20px;
  }
  .contact_col {
    padding-top: 32px;
  }
  .nav_col {
    padding-top: 49px;
  }
  .tagline {
    margin-top: 30px;
    margin-left: 20px;
  }
}

/* Large devices */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text_col {
    width: 50%;
  }
  .logo_col {
    width: 50%;
  }
  .image_header {
    height: 450px;
  }
  .logo {
    height: 100px;
    margin-top: 35px;
    margin-left: 30px;
  }
  .contact_col {
    padding-top: 35px;
  }
  .nav_col {
    padding-top: 54px;
  }
  .tagline {
    margin-top: 35px;
    margin-left: 30px;
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .text_col {
    width: 40%;
  }
  .logo_col {
    width: 60%;
  }
  .image_header {
    height: 500px;
  }
  .logo {
    height: 100px;
    margin-top: 40px;
    margin-left: 30px;
  }
  .contact_col {
    padding-top: 40px;
  }
  .nav_col {
    padding-top: 59px;
  }
  .tagline {
    margin-top: 40px;
    margin-left: 30px;
  }
}
