@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%;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    min-height: 1100px;
}


.intro-section {
    min-height: 1000px;
    width: 100%;
    position: absolute;
    top: 103px;
    right: 0px;
}


.navbar-custom {
    background-color: white;
    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: 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: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 400px;
    top: 1100px;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}


.intro-column {
    padding-top: 2%;
    padding-right: 100px;
}

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%;
    padding-left: 0;
    ;
}

.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%;
    display: inline;
    /* padding-left: 0%; */
    /* padding-left: 10%; */
}

.buffer {
    height: 100%;
    width: 100%;
}

.orange-button {
    background-color: #F15A22;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 150%;
    width: 80%;
    text-align: center;
    font-weight: 700;
    border: 0px;
    border-radius: 20px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.orange-button:hover {
    background-color: #9bc6ba;
    color: black;
    cursor: pointer;
}

.orange-button-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 35%;
}

.row-custom {
    height: 70%;
    width: 100%;
    padding-top: 5%;
}

.col p {
    font-family: 'Open Sans', sans-serif;
    /* font-size: 250%; */
}

.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;
    /* padding-top: 5%; */
    margin-left: 0;
}

.title-intro-section {
    margin-left: 5%;
    padding-left: 5%;
}

.row h4 {
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-weight: 700;
    font-size: 250%;
    text-align: left;
    color: #262D66;
}

.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%;
}

.text-join {
    height: 100vh;
}

.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;
}

.image-join {
    background-image: url(../imgs/GRAPHIC9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.container-join {
    height: 100vh;
}

.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;
}

.text-center a {
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* text-decoration: none; */
}

.text-center a:hover {
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.tablet-show-only,
#tablet-contact {
    display: none;
}

.contact-icons {
    height: 30px;
    width: 30px;
}