body,
html {
  scroll-behavior: smooth;
  color: #575656;
  font-family: 'Open Sans';
}
.anchor {
  visibility: hidden;
  position: relative;
  top: -75px;
}
header .navbar {
  padding: 10px;
  background-color: white;
  border-bottom: #575656 2px solid;
}
header .navbar .navbar-brand img {
  height: 40px;
}
header .navbar .nav-link {
  color: #575656 !important;
  font-weight: 700;
}
header .navbar .nav-link:hover {
  color: #206ac6 !important;
}
header .navbar .nav-link:hover img {
  box-shadow: 2px 2px 0 #206ac6;
  border-color: #206ac6;
}
header .navbar .nav-link img {
  height: 20px;
  box-shadow: 2px 2px 0 #575656;
  border: 1px solid #575656;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
main {
  text-align: justify;
}
main #wrapper-splash {
  color: #575656;
  margin-top: 50px;
  height: calc(100vh - 50px);
  background-image: url('../resources/images/splash.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
main #wrapper-splash #wrapper-splash-blur {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  display: grid;
  align-items: center;
}
main #wrapper-splash #wrapper-splash-text {
  text-align: center;
  padding: 0 20px;
}
main #wrapper-splash #wrapper-splash-text img {
  width: 100%;
  margin-bottom: 20px;
  max-width: 450px;
}
main #wrapper-splash #wrapper-splash-text h2,
main #wrapper-splash #wrapper-splash-text h3 {
  width: 100%;
}
main .wrapper-title {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
main .wrapper-title div {
  border-bottom: dotted 20px #206ac6;
  height: 32px;
}
main .wrapper-title h2 {
  padding: 0 10px;
  display: inline;
  background-color: white;
  position: relative;
}
main #img-promptanswer {
  float: right;
  width: 100%;
  min-width: 80px;
  max-width: 300px;
  margin: 0 0 10px 20px;
}
main #img-promptanswer-phone {
  display: none;
}
main #wrapper-gallery .carousel-indicators button {
  background-color: #206ac6;
}
main #wrapper-gallery .carousel-item {
  height: 700px;
}
main #wrapper-gallery .carousel-item a {
  display: block;
  height: 100%;
  width: 100%;
}
main #wrapper-gallery .carousel-item a img {
  object-fit: cover;
  width: 100%;
}
footer {
  background-color: #575656;
  color: white;
  padding: 30px 0;
}
footer .container {
  position: relative;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
footer a:hover {
  color: #206ac6;
}
footer img {
  position: absolute;
  top: calc(50% - 45px);
  right: 0;
}
@media (max-width: 1399px) {
  main #wrapper-gallery .carousel-item {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  main #wrapper-splash #wrapper-splash-text h2 {
    font-size: 26px;
  }
  main #wrapper-splash #wrapper-splash-text h3 {
    font-size: 22px;
  }
  main #wrapper-gallery .carousel-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  main #wrapper-splash #wrapper-splash-text h2 {
    font-size: 22px;
  }
  main #wrapper-splash #wrapper-splash-text h3 {
    font-size: 18px;
  }
  main #wrapper-gallery .carousel-item {
    height: 300px;
  }
  footer img {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  header .navbar-nav .nav-link {
    padding: 20px 0;
  }
  main #wrapper-splash #wrapper-splash-text h2 {
    font-size: 22px;
  }
  main #wrapper-splash #wrapper-splash-text h3 {
    font-size: 18px;
  }
  main #img-promptanswer {
    display: none;
  }
  main #img-promptanswer-phone {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  main #wrapper-gallery .carousel-item {
    height: 200px;
  }
  footer strong {
    margin-top: 5px;
    display: block;
  }
  footer img {
    position: relative;
    left: calc(50% - 100px);
    margin-top: 40px;
  }
}
