:root {
  /* CSS HEX */
  --lion: #ad8a64ff;
  --blue-munsell: #62929eff;
  --space-cadet: #24284dff;
  --columbia-blue: #bfd1e5ff;
  --snow: #fffbffff;
  --page-bg: #ebf2f9;
  --logo-color: #1d1a4a;
}

/* Fonts */
.sofia-sans-condensed {
  font-family: "Sofia Sans Condensed", serif;
}

body {
  background-color: var(--page-bg);
  background-image: url("/images/wiggle.svg");
  font-family: "Inter", serif;
  color: var(--logo-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sora", serif;
}

@media (max-width: 500px) {
  .form-control {
    font-size: 14px;
  }
}
/**************************************

                Navbar 

**************************************/
.navbar {
  height: 15vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  transition: background-color 0.3s ease, border-bottom 0.5s ease;
  margin: auto;
  font-family: "Sora", serif;
}
@media (max-width: 500px) {
  .navbar {
    height: 10vh;
    background-color: rgba(255, 255, 255, 0.74) !important;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  .navbar {
    justify-content: space-between;
  }
}
.navbar > div {
  padding: auto 12%;
}
@media (max-width: 500px) {
  .navbar .navbar-nav {
    text-align: right;
  }
}
.navbar .navbar-brand {
  margin-left: 12%;
  height: 100%;
}
@media (max-width: 500px) {
  .navbar .navbar-brand {
    margin-left: 5%;
    padding-top: 0;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  .navbar .navbar-brand {
    margin-left: 4%;
    height: 80%;
  }
}
.navbar .navbar-brand img {
  height: 100%;
}
@media (max-width: 500px) {
  .navbar .navbar-brand img {
    max-width: 106px;
    height: auto;
  }
}
.navbar .nav-item {
  margin: auto 2rem;
  background-color: #ebf2f9;
  border-radius: 50px;
  padding: 0 4px 0 18px;
  border: 2px solid #1d1a4a;
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
@media (max-width: 500px) {
  .navbar .nav-item {
    background-color: rgba(255, 255, 255, 0.74);
    border: 0;
    border-top: 1px solid #1d1a4a;
    justify-content: end;
    border-radius: 0;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  .navbar .nav-item {
    margin: auto 10px;
  }
}
.navbar .nav-item box-icon {
  margin-left: 8px;
  margin-top: 1px;
}
.navbar .nav-item box-icon[name=image] {
  margin-left: 10px;
  margin-top: 0px;
}
.navbar .nav-item:hover {
  transform: translate3d(5px, 6px, 0);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar .nav-item:active {
  background-color: #d1e0eb;
  transition: background-color 0.1s ease, transform 0.1s ease;
}
.navbar .nav-item::after {
  background-image: url(/images/texture.png);
  background-size: cover;
  border: 1px solid #000;
  border-radius: inherit;
  content: "";
  height: 100%;
  top: 4px;
  left: 5px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 500px) {
  .navbar .nav-item::after {
    display: none;
  }
}
.navbar .nav-item.hovered::after {
  top: 0;
  left: 0;
  z-index: -1;
  background-image: none;
  border: none;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.navbar .nav-link {
  color: var(--logo-color);
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  display: flex;
  padding-right: 3px;
}
.navbar .accordion-item {
  border: none;
}
@media (max-width: 500px) {
  .navbar .navbar-collapse {
    top: 9vh;
    position: inherit;
    width: 100%;
  }
  .navbar .navbar-collapse .nav-item {
    margin: 0;
  }
}
.navbar .navbar-toggler {
  border: none;
  margin-right: 5%;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 501px) and (max-width: 1199px) {
  .navbar .navbar-toggler {
    margin-left: 5%;
    height: 80%;
  }
}
.navbar .navbar-toggler-icon {
  background-image: none !important;
  background-color: #1d1a4a;
  height: 5px;
  width: 30px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.navbar .navbar-toggler-icon::before {
  display: block;
  background-color: #1d1a4a;
  height: 5px;
  content: "";
  position: relative;
  top: -10px;
  transition: all 0.15s ease-out;
  /*taken down to hide quicker*/
  transform-origin: center;
}
.navbar .navbar-toggler-icon::after {
  display: block;
  background-color: #1d1a4a;
  height: 5px;
  content: "";
  position: relative;
  top: 5px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.navbar .navbar-dark .navbar-toggler-icon,
.navbar .navbar-dark .navbar-toggler-icon::before,
.navbar .navbar-dark .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background-color: #1d1a4a;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}
.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(10px);
}
.navbar button:focus:not(:focus-visible),
.navbar .navbar-toggler:focus {
  outline: 0;
}
.navbar.scrolled {
  background-color: var(--page-bg);
  border-bottom: 1px solid black;
  height: 10vh;
}

/**************************************

                Banner 

**************************************/
#banner {
  position: relative;
  background-image: url("/images/banner.jpg");
  background-size: cover;
  background-position: center;
  height: 110vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Sofia Sans Condensed", sans-serif;
  margin-top: -10vh;
}
#banner .banner-bg {
  width: 100%;
  height: 23vh;
  background-color: rgba(29, 26, 74, 0.7411764706);
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  #banner .banner-bg {
    margin-left: auto;
    margin-right: auto;
  }
}
#banner .banner-text {
  position: relative;
  padding: 20px;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  line-height: 83px;
  max-width: 100%;
}
@media (max-width: 500px) {
  #banner .banner-text {
    display: inline;
    line-height: 46px;
    padding: none;
    padding-top: 34px;
    margin: auto;
    width: 95vw;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #banner .banner-text {
    line-height: 60px;
    display: inline;
    margin-top: 38px;
  }
}
#banner .banner-text .perfect,
#banner .banner-text .construction {
  font-size: 120px;
  font-weight: 700;
}
@media (max-width: 500px) {
  #banner .banner-text .perfect,
  #banner .banner-text .construction {
    font-size: 93px;
  }
  #banner .banner-text .perfect .construction,
  #banner .banner-text .construction .construction {
    font-size: 56px;
  }
}
#banner .banner-text .perfect {
  margin-right: -16px;
}
@media (max-width: 500px) {
  #banner .banner-text .perfect {
    margin-right: -7px;
    margin-left: 8px;
    font-size: 76px;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #banner .banner-text .perfect {
    font-size: 127px;
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  #banner .banner-text .construction {
    margin-left: -4px;
    font-size: 50px;
  }
}
@media (min-width: 501px) and (max-width: 1200px) {
  #banner .banner-text .construction {
    font-size: 82px;
  }
}
#banner .banner-text .animate-text {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#banner .banner-text .animate-text.animate-in {
  opacity: 1;
  transform: translateY(0);
}
#banner .banner-text .one {
  font-size: 59px;
  font-weight: 700;
  color: #62929e;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 0;
  margin-top: -5px;
}
#banner .banner-text .one.animate-text {
  transform: rotate(90deg) translateX(100%);
}
#banner .banner-text .one.animate-in {
  transform: rotate(90deg) translateX(0);
}
@media (min-width: 501px) and (max-width: 1199px) {
  #banner .banner-text .one.animate-in {
    transform: rotate(90deg) translateX(-22px);
  }
}
@media (max-width: 500px) {
  #banner .banner-text .one {
    font-size: 37px;
    margin-top: 0;
    margin-left: 1px;
  }
  #banner .banner-text .one.animate-text {
    transform: none;
  }
  #banner .banner-text .one.animate-in {
    transform: rotate(90deg) translateX(-25%);
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #banner .banner-text .one {
    font-size: 63px;
  }
}

/**************************************

                CTA 

**************************************/
#cta {
  color: var(--space-cadet);
  padding: 40px;
  border-radius: 8px;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 5vh;
}
@media (max-width: 500px) {
  #cta {
    margin-bottom: 0;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #cta > .col-sm-6:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}
#cta h2 {
  color: var(--logo-color);
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  #cta h2 {
    font-size: 28px;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #cta h2 {
    font-size: 28px;
  }
}
#cta p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  #cta p {
    font-size: 16px;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #cta p {
    font-size: 16px;
  }
}
#cta > .contact {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  border: 3px solid rgba(29, 26, 74, 0.7411764706);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
#cta a {
  color: var(--logo-color);
  font-weight: bold;
  text-decoration: underline;
}
#cta a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  #cta a {
    font-size: 14px;
  }
}
#cta svg {
  fill: #62929e;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 501px) and (max-width: 1199px) {
  #cta svg {
    margin-right: 0px;
  }
}
#cta .col-sm-6 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  #cta .col-sm-6 {
    margin-bottom: 0;
  }
}
#cta .cta-images {
  position: relative;
  text-align: right;
}
#cta .cta-lrg {
  max-width: 80%;
}
@media (max-width: 500px) {
  #cta .cta-lrg {
    max-width: 85%;
  }
}
#cta .cta-sm {
  position: absolute;
  width: 50%;
  top: 60%;
  left: 5%;
}
@media (max-width: 500px) {
  #cta .cta-sm {
    width: 56%;
    left: 0%;
  }
}

/**************************************

                Gallery 

**************************************/
#gallery {
  line-height: 0;
  position: relative;
  -webkit-column-count: 3;
  -webkit-column-gap: 18px;
  -moz-column-count: 3;
  -moz-column-gap: 18px;
  column-count: 3;
  column-gap: 18px;
  margin-top: 18vh;
}
@media (max-width: 500px) {
  #gallery {
    margin-top: 10vh;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #gallery {
    margin-top: 5vh;
  }
}
#gallery img {
  width: 100%;
  height: auto;
  margin: 9px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}
#gallery img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media (max-width: 1000px) {
  #gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 800px) {
  #gallery {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 400px) {
  #gallery {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

/**************************************

                Contact

**************************************/
#contact {
  margin-top: 12vh;
}
#contact h2 {
  color: var(--logo-color);
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 0px;
}
@media (max-width: 500px) {
  #contact h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
#contact h4 {
  font-size: 22px;
}
#contact #response {
  display: none;
  background-color: white;
  border: 1px solid #1d1a4a;
  border-radius: 4px;
  padding: 2px 12px;
  margin-top: 22px;
  margin-bottom: 0px;
  font-weight: bold;
}
#contact .message {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 1rem;
}
#contact .error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
#contact .success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
#contact .response-container {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#contact .contact-form-container {
  width: 65%;
}
@media (max-width: 500px) {
  #contact .contact-form-container {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #contact .contact-form-container {
    width: 85%;
  }
}
#contact .logo-circle {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#contact .logo-circle img {
  max-width: 80%;
  height: auto;
}
@media (max-width: 500px) {
  #contact .logo-circle {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 501px) and (max-width: 1199px) {
  #contact .logo-circle {
    width: 180px;
    height: 180px;
  }
}
#contact .img-fluid {
  max-width: 100px;
  height: auto;
}
#contact .submit {
  text-align: right;
}
#contact .btn {
  border-radius: 50px;
  width: 30%;
  background-color: var(--page-bg);
  font-family: "Sora", serif;
  font-weight: bold;
  border: 2px solid #1d1a4a;
}

/**************************************

                Footer 

**************************************/
.footer {
  background-color: #f8f9fa;
  padding: 20px 0;
}
.footer .footer-logo img {
  height: 60px;
}
.footer .footer-text {
  font-size: 0.9rem;
}
@media (max-width: 500px) {
  .footer .footer-text {
    font-size: 12px;
  }
}
.footer .footer-link {
  color: var(--logo-color);
  text-decoration: none;
}
.footer .footer-link:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
