/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/* Global variables */
:root {
  --primary-color: #66BB6A ; /* green-lighten */
  --primary-accent: #146939;
  --secondary-color: #cddc39; /* lime-text */
  --text-color: #212529;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.parallax-container {
  background-color: rgb(0 0 0 / 55%);
}

.vertiscape-logo {
  background-image: url("../vertiscape_logo_cropped.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 250px;
  height: 65px;
  overflow: hidden;
}

.full-width-bg {
  background-color: black;
  width: 100%;
}

.dropdown-content li > a, .dropdown-content li > span {
  color: var(--primary-color);
}

.hero-action-btns {
  margin-bottom: 100px;
}

.welcome-to-vertiscape {
  margin-top: 100px;
}

.pothos-nav-bar {
  position:absolute;
  z-index: 1000;
  height: 500px;
}

.pothos-nav-bar-2 {
  position: absolute;
  z-index: 1000;
  height: 600px;
  transform: rotate(-25deg);
  left: -260px;
  top: 20px;
}

nav {
  position: fixed;
  z-index: 1000;
}

.welcome-to-vertiscape, .call-to-action {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 2rem;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.header-highlight {
  color: white
}

.solutions-btn {
  color: white;
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

.solutions-btn:after {
    content: '→';
    font-size: 1.3rem;
}

.solutions-btn:hover {
    gap: 1rem;
    color: var(--bright-green);
}

.design-build-maintain-blurb {
      display: inline-block;
    width: 250px;
    height: 65px;
    overflow: hidden;
    color: var(--primary-accent);
    margin-left: 15px;
}

.call-to-action-btn {
    background-color: var(--primary-accent);
}

.call-to-action-btn:hover {
    background-color: color-mix(in srgb, var(--primary-accent) 75%, white);
}