body,
html {
  width: 100%;
  height: 100%;
}
.header-ai {
  position: relative;
  top: 10em;
}
.slideshow {
  color: #fff;
  text-align: center;
}
.word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0.25em;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  grid-area: title;
  font-size: 30px;
  font-weight: 400;
  text-shadow: -2px 3px 4px #2279bf;
}
.word,
.word span {
  position: relative;
}
.word span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  white-space: pre;
}
.word--2 {
  font-family: Josefin Sans, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.5em;
}
.shapes {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 40em) {
  .slide .word {
    font-size: 2em;
  }
}
#navbarResponsive li a {
  color: #fff;
}
#navbarResponsive li a:hover {
  color: #ffa018;
}
#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #008ebf;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand,
#mainNav .navbar-nav .nav-item .nav-link {
  font-family: Merriweather Sans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 700;
  color: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffa018;
}
@media (min-width: 768px) {
  #mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #ffa018;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #008ebf;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #ffa018;
  }
}
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(30rem - 72px);
  background: url(../images/c7a66614c4705492c4730b85d6443927.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.title {
  padding: 3em;
}
.title h3 {
  color: #0b4e82;
}
.title hr {
  width: 2em;
  height: 0.1em;
}
#services img {
  width: 12em;
  height: 11em;
  border-bottom: 3em solid #e5e5e5;
}
#services h4 {
  margin-top: -1.6em;
  padding-bottom: 2em;
}
.single-contact {
  padding: 2em 0;
  width: 100%;
  margin-bottom: 3em;
  background-color: #f4f4f4;
}
.img-responsive {
  width: 100%;
  max-width: 35em;
  position: relative;
  left: 5em;
}
.p-responsive {
  margin-top: 1em;
}
.p-responsive .pp {
  position: relative;
  top: 1.5em;
  right: 3em;
  text-align: left;
}
.single-contact p {
  font-size: 1.3em;
}
.single-contact div {
  display: inline-block;
  text-align: center;
}
@media (max-width: 1200px) {
  .img-responsive {
    position: relative;
    left: 0;
  }
  .p-responsive .pp {
    position: relative;
    top: 0;
    right: 0;
  }
}
