@font-face {
    font-family: 'VTF Redzone Classic-Oblique';
    src: url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.woff2') format('woff2'),
        url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.woff') format('woff'),
        url('../fonts/VTFRedzone-ClassicOblique/VTFRedzone-ClassicOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    size-adjust: 100%;
}

@font-face {
    font-family: 'VTF Redzone Classic';
    src: url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.woff2') format('woff2'),
        url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.woff') format('woff'),
        url('../fonts/VTFRedzone-Classic/VTFRedzone-Classic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0px;
    padding: 0px;
}


.anchor {
    display: block;
    height: 130px;
    /*same height as header*/
    margin-top: -130px;
    /*same height as header*/
    visibility: hidden;
}


.header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    min-height: 1200px;
    z-index: 1;
}


.sidenav {
    height: 100vh;
    width: 5%;
    min-width: 100px;
    z-index: 8;
    top: 103px;
    left: 0px;
    color: #262D66;
    display: flex;
    flex-direction: row;
    background-color: white;
    opacity: 0.8;
    position: fixed;
    padding-left: 3rem;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sidenav:hover {
    width: 12%;
    min-width: 300px;
    /* transition: all 0.5s ease; */
}

.side-link {
    /* display: none; */
    /* opacity: 0; */
    position: fixed;
    align-items: center;
    /* transition: display 0.2s ease; */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #262D66;
}


.sidenav:hover .side-link {
    /* display: inline;
    transition-delay: 1s; */
    /* opacity: 1; */
    /* transition: width 0.2s ease; */
    visibility: visible;
    opacity: 1;
}

.sidenav:hover .sidenav-nav li {
    border-bottom: 1px solid #262D66;
}

.side-link:hover {
    color: #F15A22;
}

.sidenav-nav {
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    position: relative;
    top: 30%;
    padding-left: 0;
    overflow: hidden;
    transition: width 0.2s linear;
    /* box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1); */
}

.sidenav-nav li {
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1rem;
    width: 100%;
}

.side-nav-span {
    color: #262D66;
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 20px;
    position: relative;
    width: 70px;
    /* height: 30px; */
    text-align: center;
    padding-right: 3rem;
    padding-bottom: 2rem;
}

.nav-link-side {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    display: table;
    height: 100%;
    text-decoration: none;
    text-align: center;
    margin-top: 3.8rem;
}


.intro-section {
    min-height: 1000px;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 103px;
    left: 0px;
    padding-top: 2%;
}

.intro-section-div {
    height: 100%;
}

.intro-section-images img {
    margin-top: 10%;
    width: 100%;
}

.navbar-custom {
    background-color: white;
    z-index: 360;
    position: fixed;
    width: 100%;
    /* box-shadow: 20px 0px 35px rgba(0, 0, 0, 0.1); */
}

.flex-stretch {
    flex: 1 1 auto;
    /*will grow and shrink together at the same rate but will start at the original size*/
}

.nav-item:hover {
    color: black;
    text-decoration: underline;
}

.btn-warning:hover {
    background-color: #9bc6ba;
    border-color: #9bc6ba;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}


.orange-line {
    height: 100%;
    width: 10%;
    /* border-top: 2px solid #F15A22; */
}

.main {
    background-color: white;
    position: absolute;
    left: 0px;
    /* top: 1500px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* height: 4000px; */
    /* min-height: 4000px; */
    z-index: 4;
    top: 1200px;
    /* scroll-snap-type: y proximity;
    overflow-y: scroll; */
}

.spacing {
    height: 100px;
    width: 100%;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.underline-h1 {
    border-bottom: 1px #262D66 solid;
}

h1 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 4rem;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: #262D66;
    padding-top: 2%;
    padding-bottom: 5%;
}

.white-text {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: white;
    padding-top: 2%;
    padding-bottom: 5%;
    border-bottom: 1px white solid;
}

.row-custom {
    height: 70%;
    width: 100%;
    padding-top: 5%;
}

.card-custom {
    height: 100%;
    width: 90%;
    border-radius: 5%;
}

.card-img-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* width: 10rem;
    height: 10rem; */
}

lord-icon {
    height: 80px;
    width: 80px;
    padding-top: 5%;
}

.col p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 250%; */
}

.text-right {
    padding-right: 5%;
    line-height: 2rem;
}

.text-left {
    padding-left: 10%;
    line-height: 2rem;
}

.section2 {
    min-height: 500px;
    width: 100%;
}

.section6,
.section8 {
    height: 20%;
    margin-top: 5%;
}

.img2-meet {
    background-image: url(../imgs/graphic7a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.img1-backdrop {
    background-image: url(../imgs/frame4_Backgrop-04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 90%;
    width: 40%;
    z-index: 1;
    position: absolute;
    left: 250px;
    top: 0px;
    margin-top: 0px;
}

.img1 {
    background-image: url(../imgs/frame4_Front-04.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 80%;
    width: 40%;
    z-index: 3;
    position: absolute;
    left: 250px;
    top: 0px;
    margin-top: 0px;
}

.title-sections {
    margin-bottom: 5%;
    margin-top: 5%
}

.section3 {
    /* margin-top: 5%; */
    width: 100%;
    min-height: 1200px;
    position: relative;
    top: 0px;
    left: 0px;
    /* scroll-snap-align: center; */
}

.section4 {
    background-image: url(../imgs/GRAPHIC8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    width: 100%;
    min-height: 700px;
    position: relative;
    top: 0px;
    left: 0px;
    /* padding-top: 3%; */
    z-index: 1;
}

.section4-gradient {
    z-index: 2;
    width: 100%;
    min-height: 700px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 25, 33, 0.7)),
            to(rgba(80, 80, 80, 0)), color-stop(0, #141921))
}

.section4-div {
    padding-top: 3%;
}

.section5 {
    width: 100%;
    /* min-height: 1200px; */
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 2%;
    margin-right: 5%;
    margin-top: 2%;
    margin-bottom: 5%;
    border-right: 1px #262D66 solid;
}

.orange-line-container {
    display: flex;
    flex: row;
    justify-content: center;
    align-self: center;
    height: 40%;
}

.orange-line {
    display: flex;
    flex: row;
    justify-content: center;
    align-self: center;
    width: 70px;
    height: 2px;
    background-color: #F15A22;
}

.faq-table {
    height: 50%;
}

.text-box {
    margin-top: 50%;
}

.text-box2 {
    padding-top: 30%;
}

.text-box3 {
    padding-top: 50%;
}


.light-gray {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    color: black;
    opacity: 0.2;
}

.row h2 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 250%;
    color: #262D66;
}


.row h3 {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 150%;
    color: #F15A22;
}

.row .h3-blue {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 150%;
    color: #262D66;
}

.row h3 span {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 100%;
    color: #F15A22;
}

.row h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    /* font-size: 150%;
    font-weight: 700; */
    font-size: 250%;
    text-align: left;
    color: #262D66;
}

.faq {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 700%;
    color: #262D66;
    text-align: left;
    border-bottom: 1px #262D66 solid;
    margin-bottom: 10%;
    padding-right: 5%;
}

.footer {
    height: 400px;
    background-color: #262D66;
    position: relative;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.footer-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0px;
}

.footer-ul li {
    list-style-type: none;
}

.footer-ul li a,
.footer p {
    color: white;
}

.footer span {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 250%;
    color: white;
}

.footer p {
    padding-top: 2%;
    padding-bottom: 5%;
    border-top: 2px white solid;
    opacity: 0.3;
    padding-left: 15px;
}

.list {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: center;
    margin-right: 0;
    padding-right: 0;
    line-height: 2rem;
    position: relative;
    right: 0;
}

.address span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
}

.address p {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-top: none;
    color: white;
    opacity: 0.5;
    font-size: 0.8rem;
}

.address p a {
    color: white;
}

.logo-footer {
    padding-bottom: 25px;
    padding-left: 15px;
}

.footer-ul-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.media {
    position: relative;
    z-index: 13;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.media li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-size: 20px;
    padding: 10px 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: .5s;
    height: 3rem;
    width: 3rem;
    z-index: 100;
    background: transparent;
    margin-right: 1rem;
    top: 50%;
}

.media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
    z-index: 200;
    position: relative;
}

.media img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.media li:hover {
    transform: scale(1.2);
    cursor: pointer;
}


/*TRANSITIONS*/

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
    /* filter: blur(2px); */
}

.reveal.active {
    position: relative;
    transform: translateY(0px);
    opacity: 1;
    /* filter: blur(0); */
}


.scroll-top {
    transition: all 2s ease;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.4, 0, 1);
}

.img-profile-1:hover,
.img-profile-2:hover,
.img-profile-3:hover {
    filter: grayscale(80%);
    transform: scale(1.05);
    /* transition: all 0.5s ease-in-out; */
    /* cursor: pointer; */
    /* width: 30%; */
    transition: 1.2s cubic-bezier(.15, .92, .14, .95);
    /* transform-origin: 0 0; */
    /* overflow-clip-margin: content-box;
    overflow: clip; */
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.scroll-down {
    position: absolute;
    right: 20px;
    bottom: 9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #262D66;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    z-index: 150;
}

.scroll-down-left {
    position: absolute;
    left: 20px;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #262D66;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    z-index: 300;
}

.scroll-down span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-color: lightgrey;
    opacity: 0.9;
    padding: 1rem;
    border-radius: 30px;
    /* border: 2px #9bc6ba solid; */
}

.scroll-down-left span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    animation-name: bounce-1;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-color: lightgrey;
    opacity: 0.9;
    padding: 1rem;
    border-radius: 30px;
}

.scroll-down-left {
    display: none;
}

@keyframes bounce-1 {

    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px)
    }

    100% {
        transform: translateY(0)
    }
}

.mobile {
    display: none;
}

.tablet-show-only,
#tablet-contact {
    display: none;
}

.contact-icons {
    height: 30px;
    width: 30px;
}

.scroll-down-left a,
.scroll-down a {
    text-decoration: none;
    color: #262D66;
}