@charset "UTF-8";
footer {
  background-color: #007054;
}
footer a {
  color: rgb(255, 255, 255);
}
footer a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline !important;
}
footer .footer-logo {
  background-image: url("../images/logo.png");
  background-size: contain;
  height: 93px;
  width: 150px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul ul {
  margin-left: 0;
}
footer ul ul > li a::before {
  content: "›";
  margin-right: 10px;
}

footer.copyright {
  background-color: #005540;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .footer-logo {
    background-image: url("../images/logo@2x.png");
  }
}
a,
a:hover {
  text-decoration: none !important;
}

.content-container {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  margin-top: -160px;
  min-height: 160px;
  position: relative;
}

#menu-footer-menu-links .menu-item > .sub-menu {
  margin-bottom: 20px;
  margin-top: 10px;
}

.navbar-brand {
  background-image: url("../images/logo.png");
  background-size: contain;
  height: 75px;
  width: 120px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .navbar-brand {
    background-image: url("../images/logo@2x.png");
  }
}
.nav-link {
  --bs-nav-link-color: rgba(255, 255, 255, 0.8);
  --bs-nav-link-hover-color: rgba(255, 255, 255, 1);
}

.page-hero .container-fluid {
  background-color: rgba(87, 74, 181, 0.8);
  min-height: 600px;
}
.page-hero nav {
  margin-top: 20px;
}
.page-hero .strapline-border {
  background-color: #36AA8D;
  height: 5px;
  width: 75px;
}

.page-hero-small .container-fluid {
  min-height: 300px;
}

#text-area-1 {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-bottom: 35px;
  margin-top: 35px;
  max-width: 75%;
  padding: 2rem;
  width: auto;
  /*
  Set visibility to hidden so it still takes up the same space, which controls the layout correctly on mobile devices
  when the navbar is expanded.
   */
  visibility: hidden;
}

#text-area-1 h1 {
  color: #fff;
  font-size: 2rem;
}
#text-area-1 h1.h3 {
  font-size: 1.75rem;
}
#text-area-1 h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
#text-area-1 h2.h4 {
  font-size: 1.25rem;
}

#top-small-nav,
#top-small-nav a {
  color: rgba(255, 255, 255, 0.7);
}

#top-small-nav a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .content-container {
    margin-top: -50px;
  }
  .navbar-brand {
    height: 93px;
    width: 150px;
  }
  .page-hero {
    background-image: url("../images/love-tech.jpg");
    background-size: cover;
  }
  #text-area-1 {
    visibility: visible;
  }
  #text-area-1 h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  #text-area-1 h1 {
    font-size: 4rem;
  }
  #text-area-1 h2 {
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=waggy-theme.css.map */
