body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size:2vh;
}

.wrapper {
    margin: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 11px;
}

.pageHeaderImage{
    width: 100%;
    height: 13vw;
    overflow-y: hidden;
    overflow-x: hidden;
    background-image: url('../site_v2/image/torquemonsterheaders_DSC00405_clean_v1.3.png');
    background-size: cover;
    background-position-x: 33%;
    background-position-y: 52%;
}

.pageHeaderImage2{
    height: 13vw;
    overflow-y: hidden;
    overflow-x: hidden;
    background-image: url('../site_v2/image/torquemonsterheader_DSC00404_clean.png');
    background-size: cover;
    background-position-x: 0%;
    background-position-y: 91%;
}

.wrapper2{    
    margin: 0;
    width: 100vw;
    height: 15vw;
    overflow-y: auto;
    overflow-x: hidden;
    perspective: 11px;
}

header {
    right: 7px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transform-style: preserve-3d;
    z-index: -1;
}

.background {
    transform: translateZ(-10px) scale(2);
}

.foreground {
    transform: translateZ(-5px) scale(1.5);
}

.background,
.foreground {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    
}

.title {
    font-size: 7rem;
    color: white;
    text-shadow: 0 0 5px black;;
}

section {
    font-size: 2rem;
    padding: 2rem;
    background-color: #444;
    color: white;
    height: 20vw;
}


.splashParent {
    height: 100vh;
    line-height: 5vw;
    min-height: 100%;
    background-attachment: fixed;
}
.splashChild {
    position:absolute;
    left: 0;
    top: 9vw;
    width: 60%;
    font-size:15vw;
    letter-spacing: normal;
    font-weight: 100;
    line-height: .8;
    color: whitesmoke;
    font-family: myFirstFont;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: black;
    padding: 3vw 0vw 0vw 3vw;
}

@font-face {
    font-family: myFirstFont;
    src: url('../site_v2/font/SFTransRobotics.ttf');
}

.SFTransRobotics {
    font-family: myFirstFont;
}

.floatingSplashLogo{
    position: absolute;
    right: 1vw;
    bottom: 43vw;
    height: 24vw;
    width: auto;
}

.subTitle{
    font-family: myFirstFont;
    font-size: 10vw;
    color:white;
}

.divProductLineSection{
    background-color: #000;
    height: 30vw;
    color: white;
}
.productLineDiv{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    color: white;
    padding: 3vw 0vw 0vw 3vw;

}

.sectionParent{
    font-size: 5vw;
    padding: 6vw 1vw 6vw 1vw;
    width:100%;
    color: white;
    min-height: 23vw;
}

.sectionDiv{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 5vw 5vw 5vw 5vw;
}

.sectionChild{
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.productImage{
    width: 37vh;
    height: auto;
}

.productDiv{
    width: 45%;
    display:inline-block;
    vertical-align: top;
    font-size: 5vw;
}
.productDescription{
    font-size:4vw;
}

.paypalButton{
    height: 27vw;
    width: auto;
}

.footer{
    font-size: 2rem;
    padding: 2rem;
    width:100%;
    color: white;
    min-height: 5vw;
    font-size: 1.75vw;
}
.footer2{
    font-size: 2rem;
    padding: 2rem;
    color: white;
    min-height: 5vw;
    font-size: 1.75vw;
}
.footer3{
    padding: 2rem;
    min-height: 5vw;
    display: inline-block;
    color:white;
    background-color: black;
    width:100%;
    text-align: center;
}
.footer4{
    padding: 2rem;
    min-height: 5vw;
    color:white;
    background-color: black;
}
.footerPart1{
    font-family: myFirstFont;
    width: 40%;
    display:inline-block;
    vertical-align: top;
    font-size: 3vw;
}
.footerPart2{
    width: 25%;
    display:inline-block;
    font-size: 2vw;
}
.button{
    color:black;
    background-color: red;
    width: 36vw;
    height: 10vw;
    font-size: 5vw;
    font-family: myFirstFont;
}
.viewImage{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.7);
    display: none;
    top: 0;
    left: 0;
    align-self: center;
    z-index: 2;
    overflow: scroll;
}
.imageClose{
    position: relative;
    width:90vw; 
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.imageDiv{
    opacity: 1;
    align-items: center;
    text-align: center;
    overflow: scroll;
}
.productImageLarge{
    height: auto;
    width: 100%;
    opacity: 1;
    text-decoration: none !important;
    overflow: scroll;
}
.imageLink{
    text-decoration: none !important;
}
.scrollableImageDiv{
    overflow: scroll;
}
.navigationLinkBar{
    position: absolute;
    top: 2vw;
    right: 2vw;
    background-color: white;
    padding: 0.5vw 1vw 0.5vw 1vw;
}
.navigationMenu{
    z-index: 3000;
    right: 5vw;
    top: 12vh;
    position: absolute;
    background-color: white;
    border-radius: .5em;
    padding: 3vh 3vw 3vh 3vw;
}
.navigationLink{
    text-decoration: none !important;
    background-color: white;
    color: black;
    font-size: 2vh;
    padding: 1vh 1vw 1vh 1vw;
}
.navigationLink:hover{
    text-decoration: none !important;
    background-color: red;
    color: white;
    font-size: 2vh;
    padding: 1vh 1vw 1vh 1vw;
}        
.navigationLinkCurrent{
    text-decoration: none !important;
    background-color: blue;
    color: white;
    font-size: 2vh;
    padding: 1vh 1vw 1vh 1vw;
}     
.imageBar{
    height: 31vw;
    width: auto;
}
.imageBarDiv{
    bottom:2vw;
}
.navigationSuggestion{
    width: 43vw;
    display: inline-block;
    vertical-align: top;
    font-size: 3vw;
}
.navigationSuggestionTitle{
    font-family: myFirstFont;
    font-size: 7vw;
}
.dynoGraphImages{
    display:inline-block;
    width:95vw;
}
.dynoGraphImage{
    display:inline-block;
    text-align: center;
    width:25vw;
    font-size: 1vw;
    vertical-align: top;
}

.payPalDiv{
    background-color: #f3f3f3;;
    align-items: center;
    border-radius: .5em;
    -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    vertical-align: top;
    padding: 5vh 0 0 0;
}

.item {
    display: flex;
    width: 90vw;
    background-color: white;;
    flex-direction: column;
    align-items: center;
    border-radius: .5em;
    -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    }

.second {

gap: 1.6em;
}

.img {
    width: 90%;
    height: 200px;
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    border-radius: .3em;
    cursor: pointer;
}

.img-first {
background-image: url("../images/dyno_page1_edit_full.jpg");
}

.img-second {
    background-image: url("../images/dyno_page2_edit_full.jpg");
}

.img-third {
    background-image: url("../images/dyno_page3_edit_full.jpg");
}

.container {
    text-align: center;
    color: var(--color);
    width: 100%;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background-image: url("../site_v2/image/torquemonsterheader_DSC00404_clean_v1.1.png");*/
    background-size: cover;
    background-position: center;
    
    /*  this is where the magic happens:  */
    background-attachment: fixed;
}

.paypalButton{
    height: auto;
    width: 36vw;
}

.imgSet{
    width: 39vw;
    height: auto;
}
.normalText{
    font-size:2vh;
}
.headerImage{
    background-image: url('../site_v2/image/torquemonsterheaders_DSC00405_clean_v1.3.png');
    background-size: cover;
    background-position-y: 815px;
    height: 15vh;
}
.footerTMH{
    font-family: myFirstFont;
    font-size: 6vh;
    color:white;
}
.footerText{
    color:white;
    font-size: 2vh;
}
.footerDiv{
    display: inline-block;
    padding: 1vh 3vh;
}
.carbImage{
    width: 386px; 
    height: 152px; 
    object-fit: cover;
}