@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%;
    background-color: #141921;
}


.header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    /* height: 1750px; */
    height: 100vh;
    z-index: 1;
    background-color: #141921;
}


#intro-section {
    background-image: url(../imgs/GRAPHIC8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    /* background-color: black; */
    height: 100vh;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 103px;
}


.support {
    height: 100%;
    width: 40%;
}

#hero-text {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 3rem;
    width: 100%;
    height: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 90%;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 25, 33, 1)),
            to(rgba(80, 80, 80, 0)), color-stop(0.4, #141921))
}

.navbar-custom {
    background-color: #141921;
    z-index: 10;
    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: white;
    text-decoration: underline;
}

.btn-warning:hover {
    background-color: #9bc6ba;
    border-color: #9bc6ba;
}

.main-header {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    height: 85%;
    z-index: 10;
    top: 0;
    margin: auto;
}

.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: 400px;
    top: 100vh;
}

.section1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 90%;
    width: 30%;
}

/* .section1:hover {
    transform: scale(1.1);
    transition: 0.5s ease;
    cursor: pointer;
} */

.section2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 90%;
    position: relative;
    top: 0px;

}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.section1-whitebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80.5%;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 80%;
}

.section1-container {
    height: 100%;
    /* margin-top: 2%; */
    margin-bottom: 2%;
    /* border: 1px #262D66 solid; */
    border-radius: 60px;
    padding: 1.5rem;
    padding-top: 0;
}

.white-text {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 3rem;
    width: 70%;
    text-align: center;
    align-items: center;
    line-height: 2.5rem;
    color: white;
    /* padding-top: 4rem; */
    padding-bottom: 1rem;
    border-bottom: 1px white solid;
}

.section1-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 15px;
    padding-left: 15px;
}

.gear-icon-beginner {
    width: 80%;
    margin: auto;
}

.card-blue {
    background-color: #262D66;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;

    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-out;
    /* -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; */
}

.card-blue:hover {
    transform: scale(1.1);
    /* cursor: pointer; */
}

.card {
    background-color: white;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;

    overflow: hidden;
    position: relative;
}

.card-soft {
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


h1 {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    width: 100%;
    text-align: left;
    line-height: 90%;
    color: #262D66;
}

#title-gear {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 3rem;
}

.numbers-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 4rem;
    border-bottom: 1px #F15A22 solid;
    width: 100%;
}

.numbers {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 2rem;
    text-align: left;
    /* line-height: 50%; */
    color: #F15A22;
    /* text-decoration: underline; */
    /* padding-bottom: 50%; */
}

.col p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 250%; */
}

.text-right {
    padding-right: 10%;
}

.text-left {
    padding-left: 10%;
}



.img2 {
    background-image: url(../imgs/uwh_Isometric.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.img1-backdrop {
    background-image: url(../imgs/frame1_Backdrop-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 50%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.img1 {
    background-image: url(../imgs/frame1_Front-01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 50%;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
}


.title-sections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5%;
    /* width: 50%; */
    /* padding-left: 10%; */
}


.title-sections p {
    visibility: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
}


.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 50%;
}

.flex-column-icon {
    width: 24%;
    height: 60%;
    margin-bottom: 2rem;
    /* overflow: hidden; */
    transition: all 0.5s ease;
}

.flex-column-icon:hover {
    height: 95%;
    /* cursor: pointer; */
}

.flex-column-icon:hover .title-sections p {
    visibility: visible;
}

.flex-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45%;
    width: 100%;
    top: 0;
    position: relative;
    /* background-color: #262D66; */
}

.flex-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 55%;
    width: 100%;
    overflow: hidden;
}

.gear-icon {
    height: 90%;
    align-self: center;
    position: relative;
    top: 0;
}

.text-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 80%;
    width: 99%;
    padding-top: 1rem;
    overflow: hidden;
}


.light-gray {
    font-family: 'VTF Redzone Classic-Oblique', sans-serif;
    font-size: 300%;
    color: black;
    opacity: 0.2;
}

.row h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    color: white;
    padding-top: 2%;
    padding-bottom: 2%;
}

.row h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 150%;
    color: #F15A22;
}

.row .subtitles {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #262D66;
    padding-bottom: 0.5rem;
    /* padding-top: 1rem; */
}

.row .subtitles-2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #262D66;
    padding-bottom: 0.5rem;
    /* padding-top: 1rem; */
}

.row h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #F15A22;
    align-self: center;
    padding-left: 1rem;
    margin-bottom: 0;
}

.row a {
    /* text-decoration: none; */
    color: #262D66;
}

.astherisc {
    font-family: 'Open Sans', sans-serif;
    font-style: condensed;
    font-size: 3rem;
    color: #F15A22;
    padding-left: 1rem;
}

.list-gear {
    margin-left: 0;
    padding-left: 0;
}

.list-gear li {
    color: white;
    list-style-type: none;
    text-align: left;
    padding-top: 2%;
    padding-left: 0%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.row h3 span {
    font-family: 'VTF Redzone Classic', sans-serif;
    font-size: 100%;
    color: #F15A22;
}

.btn-unique {
    border-radius: 50%;
    margin-left: 2%;
}

.footer {
    z-index: 10;
    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%;
}

.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: 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;
}

.orange-line-container {
    display: flex;
    flex: row;
    justify-content: start;
    align-self: center;
    height: 40%;
    padding-top: 5%;
}

.orange-line {
    display: flex;
    flex: row;
    justify-content: start;
    align-self: start;
    width: 70px;
    height: 2px;
    background-color: #F15A22;
    margin-top: 15%;
}

a:hover {
    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);
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.scroll-down,
.scroll-down-left {
    display: none;
}

.tablet-show-only,
#tablet-contact {
    display: none;
}

.row a.h2-ancher {
    color: white;
    text-decoration: underline;
}

.row a.h2-ancher:hover {
    cursor: pointer;
}

.contact-icons {
    height: 30px;
    width: 30px;
}

.scroll-down-left a,
.scroll-down a {
    text-decoration: none;
    color: #262D66;
}