body {
    background-color: #000;
    position:relative;
}



.projects-section {
  padding: 10rem 0;
}
.featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .project-text {
    padding: 5rem;
  }
.project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
    opacity:1;
    height:8px;
    position:relative;
  }
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 200 !important;
    font-size: 14px;
}
.nav-link-icon {
    display: block;
    padding: 0.5rem 0.2rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 200 !important;
    font-size: 20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#chevron-down {
    color: red;
    font-size: 2.5rem;
    line-height: 2.5rem;
}
.colored-red {
    color: red;
}
.hero-tags {
    padding-top: 2em;
    color: white;
}

.navbar-nav .active {
    border-bottom: 4px solid #fff;
}

.nav-link.active {
    border-bottom: 4px solid #fff;     
}

.logo {
    margin-bottom: 7px !important;
}

.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0px !important;
}

#videoBG {
    position: fixed;
    z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    body {
        background: url("../img/poster.png");
        background-size: cover;
    }
}

.masthead h1 {
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: white;
    letter-spacing: 0.8rem;
    /*
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
            background-clip: text;
    */
}
.masthead h2 {
    max-width: 20rem;
    font-size: 1rem;
}
@media (min-width: 768px) {
    .masthead h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}
@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        padding: 0;
    }
    .masthead h1 {
        font-size: 4.5rem;
        line-height: 4.5rem;
        letter-spacing: 0.8rem;
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
    }
}

.footer-section {
    background: #000 !important;
    padding-top: 0px;
}

.about-section {
    padding-top: 10rem;
    background: linear-gradient(
        to bottom,
        #000000 0%,
        rgba(0, 0, 0, 0.9) 75%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
.about-section p {
    margin-bottom: 5rem;
}

.projects-section {
    padding: 10rem 0;
}
.projects-black {
    padding: 10rem 0;
}
.projects-section-bg {
    padding: 10rem 0;
    background: url("../img/colony_bg_grey.jpg");
    background-size: cover;
}
.projects-section-ethereal {
    padding: 10rem 0;
    background: url("../img/poster-ethereal.png");
    background-size: cover;
}
.projects-section-team {
    padding: 10rem 0;
    background: url("../img/poster.png");
    background-size: cover;
}
.projects-section-vamp {
    padding: 10rem 0;
    background: url("../img/vamp.webp");
    background-size: cover;
}
.projects-section-sea {
    padding: 10rem 0;
    background: url("../img/poster-sealion.png");
    background-size: cover;
}

.projects-section .featured-text {
    padding: 2rem;
}
@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid #64a19d;
    }
}
.projects-section .project-text {
    padding: 3rem;
    font-size: 90%;
}
@media (min-width: 992px) {
    .projects-section .project-text {
        padding: 5rem;
    }
    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: 0.25rem;
        width: 30%;
    }
}

.box {
    padding: 60px 0px;
}

.box-part {
    opacity: 0.9;
    height: 100%;
    color: white;
    background: #212529;
    padding: 60px 10px;
    margin: 30px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
}

.box-part:hover {
    background: #000000;
}

.box-part:hover .fa,
.box-part:hover .title,
.box-part:hover .text,
.box-part:hover a {
    color: #fff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.bg-offblack {
    background-color: #212529 !important;
}
.bg-black {
    background-color: #000 !important;
}

.a-btn:active,
.a-btn:visited,
.a-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    text-decoration: none;
    vertical-align: middle;

    user-select: none;

    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;

    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.a-btn:hover {
    background-color: #0b5ed7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: white;
}
