@font-face {
    font-family: ProximaRegular;
    src: url(../typefaces/proxima/ProximaNova-Regular.woff) format("woff");

}

@font-face {
    font-family: ProximaBold;
    src: url(../typefaces/proxima/Proxima-Nova-Bold.woff) format("woff");

}

@font-face {
    font-family: ProximaItalic;
    src: url(../typefaces/proxima/Proxima-Nova-Alt-Regular-Italic.woff) format("woff");

}

:root {
    --main-orange: #F29F4E;
    --main-blue: #006EB8;

    --main-light-blue: #bbd3fc;

    --main-off-white: #F4F4E4;
    --main-purple: #431361;
    --main-dark-purple: #000333;
    --main-off-white-blue: #efefef;
    --main-red: #e0001a;
}



p {
    padding: 12px;
    color: var(--main-dark-purple);
}



.outer-container {
    background-color: #000333;
}


.container {
    font-family: 'ProximaRegular', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 39px;
    background-color: var(--main-off-white-blue);
    color: var(--main-dark-purple);
}

.spacer {
    width: 100%;
    height: 20px;
}

.project-header-caption {
    font-family: 'ProximaBold';
    letter-spacing: -1px;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 900;

}


.projects-subheading {
    font-family: 'ProximaBold';
    font-size: 25px;
    letter-spacing: -0.5px;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 12px;

}

.projects-textbox-1 {
    padding: 2%;
}

.full-width-image img {
    max-height: 100%;
    max-width: 100%;
}


.project-header {
    height: 100px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;

}

.video-full-width {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 0px;
}

.video {
    object-fit: fill;
}
.background-color-spacer{
  background-color: #000333;
  height: 55px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.next-button-holder {
    height: 120px;
    width: 100%;
    font-family: 'ProximaRegular', serif;
    font-size: 18px;
    color: var(--main-off-white-blue);
    font-weight: 900;
    padding-top: 32px;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.next-raptor-button img {
    height: 36px;
    width: 36px;
    margin-right: 8px;
    margin-left: 8px;


}


.center-large-image img {
    margin: auto;

}

.center-large-image {}


/* individual pages */

#qwestr-logo-holder {
    margin-left: 35%;
    margin-right: 35%;

}

#qwestr-logo-holder img {
    max-height: 100%;
    max-width: 100%;

}

#tl-logo-holder {
    margin-left: 38%;
    margin-right: 38%;

}

#tl-logo-holder img {
    max-height: 100%;
    max-width: 100%;

}


#email-logo-holder {
    margin-left: 40%;
    margin-right: 40%;

}
#email-logo-holder img {
    max-height: 100%;
    max-width: 100%;

}




@media only screen and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    

    .spacer {
        height: 17px;
    }
    #qwestr-logo-holder {
        margin-left: 13%;
        margin-right: 13%;
    }

}