/* Override Bootstrap padding */
.container-fluid {
  padding: 0;
}

/* ----- MOBILE STYLES FIRST! ----- */
/* General Styles */
body {
  background-color: #add1e6;
}

.btn-custom-link {
  color: #254e70;
  background-color: #ffcba4;
  border-radius: 0.5rem;
  border: 1px solid #254e70;
  font-weight: 600;
}

.btn-custom-link:hover {
  color: #fff;
  background-color: #254e70;
}

/* Navigation */
.navbar-light .navbar-brand {
  color: #254e70;
  font-family: "Raleway", sans-serif;
  font-size: 0.85rem;
}

.navbar-brand span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-light .navbar-brand:hover {
  color: #254e70;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #254e70;
}

.btn-custom {
  color: #fff;
  background-color: #254e70;
  border-radius: 0.5rem;
  border: 2px solid #254e70;
}

.btn-custom:hover {
  background-color: #add1e6;
}

.btn-custom span {
  text-shadow: none;
}

/* Footer */
footer {
  background-color: #254e70;
  color: #fff;
  text-align: center;
}
footer .footer-contact-info {
  padding: 4rem 2rem;
}
footer img {
  width: 100%;
}
footer h1 {
  color: #add1e6;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
footer h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  margin: 0rem 1rem 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
footer h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
footer address {
  font-family: "Raleway", sans-serif;
  margin-bottom: 0;
}
footer address a {
  color: #fff;
  display: inline-block;
  margin-bottom: 1.25rem;
}
footer address a:hover {
  color: #ffcba4;
}
footer h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .social-btns {
  display: flex;
  justify-content: center;
}
footer .social-btns a {
  color: #fff;
  font-size: 2rem;
  padding: 4rem 2rem 0;
}
footer .social-btns a:hover {
  color: #ffcba4;
}

/* -- HOME PAGE STYLES -- */
/* Hero Area */
.hero-area {
  background: url("../img/jon-flobrant-unsplash.jpg") center no-repeat #254e70;
  background-size: cover;
  min-height: 500px;
}

.hero-area h1 {
  color: #fff;
  font-family: "Atma", cursive;
  font-size: 2rem;
  line-height: 1.25;
  padding-top: 100px;
}

.hero-area h1 span {
  color: #ffcba4;
  font-family: "Dancing Script", cursive;
  font-size: 3rem;
  line-height: 0.75;
}

/* Introduction */
.intro {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}

.intro .row {
  justify-content: center;
}

.intro h1 {
  color: #254e70;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 4px 6px 4px rgba(0, 0, 0, 0.2);
  overflow-wrap: break-word;
}

.intro h2 {
  color: #254e70;
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
}

/* Grid */
.bg-1 {
  background-color: #448fad;
}

.bg-2 {
  background-color: #254e70;
}

.bg-3 {
  background-color: #40a1a3;
}

.grid-text {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.grid-text h3 {
  align-self: flex-end;
  font-family: "Architects Daughter", cursive;
  font-size: 1.75rem;
  padding: 4rem 1rem 1rem;
}
.grid-text h3 span {
  color: #ffcba4;
  font-family: "Homemade Apple", cursive;
  font-size: 2rem;
  line-height: 2;
}
.grid-text p {
  align-self: flex-start;
  font-family: "Nunito Sans", sans-serif;
  padding: 1rem 3rem 4rem;
}

.grid-image {
  width: 100%;
}

/* -- ABOUT PAGE STYLES -- */
.about, .credentials, .location, .payment {
  padding: 2rem 1rem 1rem;
}

.about {
  border-top: 2px solid #254e70;
}
.about h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
}
.about img {
  width: 100%;
}

.about, .location, .payment {
  color: #254e70;
}
.about h2, .location h2, .payment h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0;
}
.about p, .location p, .payment p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.credentials {
  color: #fff;
  background-color: #254e70;
}
.credentials h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0;
}
.credentials h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
  padding-left: 1rem;
}
.credentials li {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin: 1rem 0;
}
.credentials a {
  color: #fff;
  font-weight: 600;
}

.location {
  padding-bottom: 0;
}
.location img {
  width: 100%;
  padding-bottom: 2rem;
}

.map figure {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.payment {
  padding-top: 0;
}

/* -- FAQ PAGE STYLES -- */
.faq {
  padding: 2rem 1rem 1rem;
  border-top: 2px solid #254e70;
  border-bottom: 10px ridge #fff;
  background-color: #254e70;
}
.faq h1 {
  color: #ffcba4;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
}
.faq img {
  width: 100%;
}

.faq {
  color: #fff;
}
.faq h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 2rem 0;
}
.faq p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.faq-image {
  border-top: 2px solid #254e70;
  background: url("../img/dan-coad.jpg") center no-repeat #254e70;
  background-size: cover;
  min-height: 300px;
}

/* -- FORMS PAGE STYLES -- */
.forms {
  border-top: 2px solid #254e70;
  padding: 1rem 2rem 2rem;
}
.forms h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 3rem 0;
}

.form-item {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4rem;
}
.form-item h4 {
  color: #254e70;
  font-size: 1.25rem;
  font-weight: 600;
}
.form-item .btn {
  margin-top: 1rem;
}

.forms-image {
  border-top: 2px solid #254e70;
  background: url("../img/juliane-liebermann-unsplash.jpg") center no-repeat #254e70;
  background-size: cover;
  min-height: 300px;
}

/* -- CONTACT PAGE STYLES -- */
.contact {
  border-top: 2px solid #254e70;
  font-family: "Montserrat", sans-serif;
  padding: 1rem 2rem 2rem;
}
.contact h1 {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 3rem 0;
}

.contact-info {
  color: #254e70;
  padding-bottom: 4rem;
}
.contact-info h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.contact-info h4 {
  font-weight: 600;
  margin-top: 2rem;
}
.contact-info h6 a {
  color: #254e70;
}

.contact-click {
  text-align: left;
}

.contact-image {
  border-top: 2px solid #254e70;
  background: url("../img/vardan-papikyan-unsplash.jpg") center no-repeat #254e70;
  background-size: cover;
  min-height: 300px;
}

/* ----- TABLET STYLES ----- */
@media (min-width: 768px) {
  /* Navigation */
  .navbar-light .navbar-brand {
    font-size: 1rem;
    margin-left: 1rem;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .hero-area h1 {
    font-size: 2.5rem;
  }

  .hero-area h1 span {
    font-size: 3.5rem;
  }

  .intro h1 {
    font-size: 3rem;
  }

  .intro h2 {
    font-size: 1.75rem;
  }

  .grid-text h3 {
    padding-bottom: 0;
  }
  .grid-text p {
    padding-top: 0;
  }

  /* -- About Page -- */
  .map figure {
    padding-bottom: 45%;
  }

  .about, .credentials, .location, .payment {
    padding: 2rem 2rem 1rem;
  }

  .about h1 {
    font-size: 2rem;
  }

  .credentials h5 {
    padding-left: 2rem;
  }

  /* -- FAQ Page -- */
  .faq {
    padding: 2rem 2rem 1rem;
  }

  .faq h1 {
    font-size: 2rem;
  }

  .faq-image {
    min-height: 500px;
  }

  /* -- Forms Page -- */
  .forms {
    padding: 3rem 5rem 5rem;
  }

  .forms h1 {
    font-size: 2rem;
  }

  .forms-image {
    min-height: 500px;
  }

  .form-item .btn {
    margin-top: 0;
  }

  /* -- Contact Page -- */
  .contact {
    padding: 3rem 5rem 5rem;
  }

  .contact h1 {
    font-size: 2rem;
  }

  .contact-click {
    text-align: center;
  }
  .contact-click a {
    margin-top: 2rem;
  }

  .contact-info h3 {
    text-align: left;
  }

  .contact-image {
    min-height: 500px;
  }

}
/* ----- DESKTOP STYLES ----- */
@media (min-width: 992px) {
  /* Override Bootstrap padding */
  .container-fluid {
    padding: 0;
  }

  /* General Styles */
  body {
    background-color: #add1e6;
  }

  .btn-custom-link {
    color: #254e70;
    background-color: #ffcba4;
    border-radius: 0.5rem;
    border: 1px solid #254e70;
    font-weight: 600;
  }

  .btn-custom-link:hover {
    color: #fff;
    background-color: #254e70;
  }

  /* Navigation */
  .navbar-light .navbar-brand {
    color: #254e70;
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    margin-left: 1.5rem;
  }

  .navbar-brand span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  }

  .navbar-light .navbar-brand:hover {
    color: #254e70;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #254e70;
  }

  .btn-custom {
    color: #fff;
    background-color: #254e70;
    border-radius: 0.5rem;
    border: 2px solid #254e70;
  }

  .btn-custom:hover {
    background-color: #add1e6;
  }

  .btn-custom span {
    text-shadow: none;
  }

  /* Footer */
  footer {
    background-color: #254e70;
    color: #fff;
    padding-top: 5rem;
    text-align: left;
  }
  footer .footer-contact-info {
    margin-left: 2rem;
  }
  footer img {
    width: 100%;
    margin-right: 2rem;
  }
  footer h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-size: 2vw;
    font-weight: 600;
  }
  footer h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1.5rem;
    font-size: 1.5vw;
    margin: 0rem 0rem 2rem;
  }
  footer h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 1.25rem;
  }
  footer address {
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    font-size: 1.25vw;
    margin-bottom: 0;
  }
  footer address a {
    color: #fff;
    display: inline-block;
    margin-bottom: 1.25rem;
  }
  footer address a:hover {
    color: #ffcba4;
  }
  footer h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  footer .social-btns a {
    padding: 0 2rem;
  }

  /* -- HOME PAGE DESKTOP STYLES -- */
  /* Hero Area */
  .hero-area {
    background: url("../img/jon-flobrant-unsplash.jpg") center no-repeat #254e70;
    background-size: cover;
    min-height: 700px;
  }

  .hero-area h1 {
    color: #fff;
    font-family: "Atma", cursive;
    font-size: 3rem;
    line-height: 1.25;
    padding: 3rem;
  }

  .hero-area h1 span {
    color: #ffcba4;
    font-family: "Dancing Script", cursive;
    font-size: 6rem;
  }

  /* Introduction */
  .intro {
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
  }

  .intro .row {
    justify-content: center;
  }

  .intro h1 {
    color: #254e70;
    font-family: "Montserrat", sans-serif;
    font-size: 6rem;
    font-weight: 600;
    text-shadow: 4px 6px 4px rgba(0, 0, 0, 0.2);
  }

  .intro h2 {
    color: #254e70;
    font-family: "Raleway", sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 600;
  }

  /* Grid */
  .bg-1 {
    background-color: #448fad;
  }

  .bg-2 {
    background-color: #254e70;
  }

  .bg-3 {
    background-color: #40a1a3;
  }

  .grid-text {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .grid-text h3 {
    align-self: flex-end;
    font-family: "Architects Daughter", cursive;
    font-size: 2.25rem;
    font-size: 2.8vw;
    padding: 1rem;
  }
  .grid-text h3 span {
    color: #ffcba4;
    font-family: "Homemade Apple", cursive;
    font-size: 2.75rem;
    font-size: 2.8vw;
    line-height: 2;
  }
  .grid-text h3 .shrink-header {
    font-size: 1.75rem;
  }
  .grid-text p {
    align-self: flex-start;
    font-family: "Nunito Sans", sans-serif;
    font-size: 2rem;
    font-size: 1.4vw;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 1rem;
  }

  .grid-image {
    width: 100%;
  }

  /* -- ABOUT PAGE STYLES -- */
  .about, .credentials, .location, .payment {
    padding: 3rem 5rem 5rem;
  }

  .about {
    border-top: 2px solid #254e70;
  }
  .about h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 3rem 0;
  }
  .about img {
    width: 100%;
  }

  .about, .location, .payment {
    color: #254e70;
  }
  .about h2, .location h2, .payment h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 2rem 0;
  }
  .about p, .location p, .payment p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
  }

  .credentials {
    color: #fff;
    background-color: #254e70;
  }
  .credentials h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 2rem 0;
  }
  .credentials h5 {
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    margin: 1rem 0;
  }
  .credentials li {
    font-family: "Raleway", sans-serif;
    font-size: 1.25rem;
    margin: 1rem 0;
  }

  .location {
    padding-bottom: 0;
  }

  .payment {
    padding-top: 0;
  }

  /* -- FAQ PAGE STYLES -- */
  .faq {
    padding: 3rem 5rem 5rem;
  }
  .faq h1 {
    font-size: 2.25rem;
    margin: 3rem 0;
  }
  .faq h2 {
    font-size: 1.75rem;
    margin: 2rem 0;
  }
  .faq p {
    font-size: 1.25rem;
  }

  .faq-image {
    min-height: 800px;
  }

  /* -- FORMS PAGE STYLES -- */
  .forms {
    border-top: 2px solid #254e70;
    padding: 3rem 5rem 5rem;
  }
  .forms h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 3rem 0;
  }

  .form-item {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 4rem;
  }
  .form-item h4 {
    color: #254e70;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .forms-image {
    background: url("../img/juliane-liebermann-unsplash.jpg") center no-repeat #254e70;
    background-size: cover;
    min-height: 800px;
  }

  /* -- CONTACT PAGE STYLES -- */
  .contact {
    border-top: 2px solid #254e70;
    padding: 3rem 5rem 5rem;
  }
  .contact h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 3rem 0;
  }

  .contact-info {
    color: #254e70;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 4rem;
  }
  .contact-info h3 {
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .contact-info h4 {
    font-weight: 600;
    margin-top: 2rem;
  }
  .contact-info h6 a {
    color: #254e70;
  }

  .contact-image {
    min-height: 800px;
  }
}

/*# sourceMappingURL=style.css.map */
