@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;
    width: 100%;
    height: 100%;
}


.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: 1300px;
    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;
    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 {
    height: 90%;
    width: 100%;
    position: absolute;
    top: 103px;
    right: 0px;
}

.navbar-custom {
    background-color: white;
    z-index: 360;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

.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);
}

.main {
    background-color: white;
    position: absolute;
    left: 0px;
    /* top: 1500px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 400px;
    top: 100vh;
}

p a {
    /* text-decoration: none; */
    color: black;
}

p:hover a {
    text-decoration: underline;
    cursor: pointer;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.intro-column {
    padding-top: 2%;
    padding-right: 100px;
    height: 90vh;
}

.form-row {
    height: 15%;
}

h1 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: #262D66;
    padding-top: 2%;
    padding-bottom: 5%;
}

.quote-white {
    background-color: white;
    color: #262D66;
    opacity: 0.4;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}

.quote-white p {
    /* padding-top: 40%; */
    position: relative;
    top: 45%;
    padding-right: 10%;
    padding-left: 0%;
    /* padding-left: 10%; */
}

.numbers {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 250%;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: #F15A22;
    border-bottom: 2px #F15A22 solid;
}

form {
    height: 68%;
}

.contact-form {
    margin-top: 15%;
}

.orange-button {
    background-color: #F15A22;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    width: 25%;
    text-align: center;
    font-weight: 700;
    border: 0px;
    border-radius: 20px;
    padding: 2%;
}

.orange-button:hover {
    background-color: #9bc6ba;
    color: black;
}

.row-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 15%;
    margin-top: 15%;
}

.orange-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 5vh;
}

.row-custom {
    height: 70%;
    width: 100%;
    padding-top: 5%;
}

.col p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 250%; */
}

.light-gray {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: black;
    opacity: 0.5;
}

.row h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 250%;
    font-weight: 700;
    color: #262D66;
    padding-bottom: 5%;
}


.row h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 200%;
    color: #262D66;
    padding-top: 5%;
}

.row h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 250%;
    text-align: left;
    color: #262D66;
}

.section1 {
    width: 100%;
    min-height: 600px;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    left: 0px;
    /* margin: 2%; */
}

#map {
    height: 450px;
    width: 90%;
}

lord-icon {
    height: 40px;
    width: 40px;
}

.row-padding {
    padding-top: 2%;
    padding-bottom: 2%;
}

.footer {
    height: 400px;
    background-color: #262D66;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    top: 700px;
}

.text-join {
    height: 100%;
}

.form-container {
    height: 100%;
}

.footer-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    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: 3%;
    border-top: 2px white solid;
    opacity: 0.3;
    padding-left: 15px;
    margin-bottom: 0;
}

.list {
    padding-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    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;
    padding-left: 0;
}

.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;
}

.container-join {
    height: 100%;
}

.image-contact {
    background-image: url(../imgs/graphic7.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 95vh;
    width: 50%;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    right: 0px;
    top: 0px;
    /* background-attachment: fixed;
    position: relative;
    overflow: hidden; */
}

#map {
    margin: auto;
    padding-right: 0%;
}


.footer-link:hover {
    color: white;
    text-decoration: underline;
}

/*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);
}

.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)
    }
}

.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;
}

.hide {
    display: none;
}

.hideInDesktop {
    display: none;
}

.smallLabel {
    font-size: 0.65rem;
}