* {
    border-radius: 0 !important;
}

html,
body {
    font-family: Raleway, sans-serif;
    height: 100%;
    background: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: black;
    font-weight: 500;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    padding-bottom: 0.4rem;
    line-height: 120%;
    font-weight: 800;
}

h4,
h5,
h6 {
    padding-top: 1rem;
    line-height: 150%;
}

h1,
h2 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1rem;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
}

h6 {
    text-transform: uppercase;
    font-weight: bold;
}

nav a,
.dropdown-item {
    font-weight: 600;
    font-weight: 800;
    letter-spacing: 0.05rem;
}

img {
    max-width: 100%;
}

nav {
    background: #e5e5e5;
}

nav a {
    text-transform: uppercase;
}

nav .nav-item {
    padding: 0 0.3rem;
}

a {
    text-decoration: none;
    color: #158BAB;
    transition: 0.3s color;
}

a:hover,
a:active,
a:focus,
a:target {
    text-decoration: none;
    color: #1CBDE9;
}

a:visited {
    color: none;
}

ul {
    display: list-item;
    list-style: none;
}

.heading-icon {
    display: inline-block;
    float: left;
    padding: 1rem 0 1rem 0;
    width: 80px;
}

.blockquote {
    font-size: 1.6rem;
    color: #333;
    border: none;
    padding: 0;
}

.blockquote-footer {
    margin: 1rem 0 0;
}

.navbar-toggler {
    top: 1.25rem;
}

.navbar-toggler-icon {
    height: 2em;
}

.enlarge {
    cursor: pointer;
}

.container {
    padding: 0 1em;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #158BAB;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

#stage {
    background: url(images/plant-blue-overlay.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: 90%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#stage-caption {
    font-size: 1.4rem;
    font-weight: 200;
    max-width: 70rem;
    margin: 0 auto;
    padding: 2rem;
    border: 4px solid white;
}

#stage-caption h4 {
    max-width: 800px;
    font-weight: 500;
}

#stage-caption h1,
p {
    color: white;
}

#feature-one {
    color: black;
}

#products {
    background: url('images/plant-2-grey-overlay.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: auto;
    width: 100%;
    padding: 6rem 1em;
}

#products h2 {
    width: 100%;
}

#products .row {
    padding: 0;
}

#products .row:nth-child(2) {
    padding: 2rem 0;
}

#products li {
    border-left: 4px solid white;
    padding-left: 1rem;
}

#products a {
    margin: 0 auto;
    background: none;
    color: white;
    border: 4px solid white;
    font-weight: 600;
    -webkit-transition: 0.3s border ease;
    transition: 0.3s border ease;
    top: 1em;
}

#products a:hover {
    border-color: #158BAB;
}

#images img {
    display: block;
    width: 100%;
}

#about {
    background: url('images/plant-3-blue-overlay.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 0;
}

#about .jumbotron {
    background: none;
    color: white;
}

#about .jumbotron h2 {
    padding-bottom: 0.4em;
}

#about .jumbotron h5 {
    max-width: 600px;
    font-weight: 400;
    line-height: 150%;
    border-left: 4px solid white;
    padding: 0 0 0 1.5rem;
}

#contact {
    background: #158BAB;
    color: white;
    padding: 7rem 0;
    display: block;
    height: auto;
}

#contact-info {
    padding: 0 0 0 2rem;
    border-left: 4px solid white;
    height: 100%;
}

#contact h2 {
    text-align: center;
}

/* Other Pages */

#images {
    padding: 3rem 1em 6rem 1em;
}

#images .spacing {
    padding: 1em;
}

#images img {
    display: block;
    width: auto;
    cursor: pointer;
}

.lightbox {
    position: fixed;
    display: none;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
}

.lightbox .wrapper {
    background: none;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    resize: vertical;
    overflow: auto;
}

.lightbox span {
    display: none;
    background: none;
    color: white;
    resize: vertical;
    overflow: auto;
    margin: 0 auto;
}

.lightbox img {
    margin: 0 auto;
    max-height: 700px;
    padding-bottom: 2em;
    cursor: pointer;
}

.lightbox h6 {
    padding: 0;
    text-align: center;
}

footer {
    background: #E5E5E5;
    overflow: hidden;
    padding: 3em 1em;
}

footer div {
    display: block;
    float: left;
}

footer img {
    width: 200px;
    padding: 0 0 1.5em 0;
    text-align: center;
}

footer h6 {
    padding: 0 0 1.5em 0;
    color: black;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    font-size: 1rem !important;
}

footer .no-padding {
    padding: 0;
}

/* Media Queries */
@media (min-width: 576px) {
    h1 {
        font-size: 2.1rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4,
    #stage-caption h4 {
        font-size: 1.4rem;
    }

    h5,
    #about .jumbotron h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 1rem;
    }

    #about .container {
        padding: 0;
    }

    #stage {
        text-align: center;
    }

    #stage-caption h4 {
        font-size: 1.2rem;
    }

    #about {
        padding: 5rem 0;
    }

    #contact-info {
        top: 3rem;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2.1rem;
    }

    h2 {
        font-size: 2.4rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4,
    #stage-caption h4 {
        font-size: 1.4rem;
    }

    h5,
    #about .jumbotron h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 1rem;
    }

    #stage {
        text-align: center;
        border: 0;
    }

    #stage-caption {
        border: 0;
    }

    #stage-caption h4 {
        font-size: 1.2rem;
    }

    #about .container {
        padding: 0;
    }

    #about {
        padding: 5rem 0;
    }

    #products {
        padding: 3rem 1rem;
    }

    #products ul {
        padding-left: 0;
    }

    #products h2 {
        text-align: center;
    }

    #contact-info {
        top: 2rem;
    }

    footer {
        text-align: left;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4,
    #stage-caption h4 {
        font-size: 1.4rem;
    }

    h5,
    #about .jumbotron h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 0.8rem;
    }

    #stage-caption {
        text-align: left;
    }

    #about {
        padding: 5rem 0;
    }

    footer {
        text-align: left;
    }
}

@media (max-width: 992px) {
    footer {
        text-align: left;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 3rem;
    }

    h3 {
        font-size: 2rem;
    }

    h4,
    #stage-caption h4 {
        font-size: 1.4rem;
    }

    h5,
    #about .jumbotron h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1rem;
    }

    #stage-caption {
        text-align: center;
    }

    footer .footer-info:nth-child(1) {
        text-align: center;
    }

    footer h6 {
        padding: 0;
    }
}
