.container {
  background-color: #fff;
  border-radius: 10px;
}
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
  min-height: 42px;
}
.nav-row {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #1071ad;
  min-height: 60px;
}
.nav-link {
  color: #fff;
  font-weight: normal;
  font-size: 1em;
}
.nav-link:hover {
  color: #fff;
  border-bottom: 3px double #fec60c;
  text-decoration: none;
}
.width-image {
  margin: auto;
  width: 80%;
  height: 100%;
  display: block;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
}
.blue {
  font-weight: bold;
  color: #0b5b9f;
}
.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer {
  padding: 30px;
  color: #fff;
  margin-top: 15px;
  height: 80px;
  width: 100%;
  background-image: url("../images/footer-background.jpg");
  background-size: 100% 100%;
}
.header-row {
  width: 100%;
  background-image: url("../images/Vol-Tech-web-background.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.g-recaptcha {
  width: 300px;
  margin: auto;
}
.col {
  margin: 8px 23px;
}
