body{
    background-color: hsl(60,7.462686567164193%,86.86274509803921%);
    font-family: cormorant-garamond, serif;
}


/*header ###########################################################################*/
#header{
    background-color: black;
    width: 100%;
    position: fixed;
    height: 12vh;
    z-index: 1000;
    top:0;
}

#homeButtonDiv{
    position: relative;
    border: 2px solid white;
    width: 100px;
    height: 40px;
    top: 3vh;
    left: 2%;
    font-size: 30px;
    text-align: center;
}

#homeButtonText{
    color: white;
    margin: 3% auto;
    text-decoration: none;
    display: block;
}

#OspreyLogo{
    top: 3vh;
    width: 10%;
    position: absolute;
    content: url("SideProfile/OspreyLogo.png");
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

/*header ###########################################################################*/


#WIPNotifDiv{
    position: relative;
    height: 10vh;
    margin-top: 16vh;
    z-index: -1;

}


/* Upper Divs #############################################################################*/
#UpperModelDiv{
    position: absolute;
    border: 2px black solid;
    text-align: center;
    width: 60vh;
    height: 6vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#UpperBodyStyleDiv{
    text-align: center;
    position: absolute;
    width: 60vh;
    height: 6vh;
    margin-left: auto;
    margin-right: auto;
    left: -200%;
    right: 0;
}


.upperTitle{
    font-size: 40px;
    position: relative;
    margin-top: 2%;
}

.upperButton{
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Upper Divs #############################################################################*/

#contentDiv{
    margin-top: 10vh;
    min-height: 100vh;
    height: 30vw;
    overflow: auto;
}

#disclaimerDiv{
    height: 10vw;
    text-align:center;
    font-size: 14px;
    padding: 0 100px ;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}



a, a:hover, a:visited, a:active {
    color: inherit;
    text-decoration: none;
}

#wipAlertText{
    position: relative;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin: 7px auto;
    z-index: -1;
}



/* Main Divs #############################################################################*/

.selectionDiv{
    position: absolute;
    max-width: 1300px;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
    text-align:center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  
}

#ModelDiv{
    position: absolute;
    margin: auto;
}

#_90BodyStylesDiv{
    position: absolute;
    margin: -200%;
}
#_110BodyStylesDiv{
    position: absolute;
    margin: -200%;
}
#_130BodyStylesDiv{
    position: absolute;
    margin: -200%;
}

/* Option Buttons #############################################################################*/

.optionDiv{
    position: relative;
    width:300px;
    height: 220px;
}

.border{
    border: 2px solid black;
}

.optionIMG{
    width: 100%;
}
.optionTitle{
    position: relative;
    margin: -5%;
    font-size: 25px;
}

.optionButton{
    border: 2px solid black;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;

}



/* Images #############################################################################*/

#_90model_IMG{
    content: url("SideProfile/90HardTop_1.0003.png");
}

#_110model_IMG{
    content: url("SideProfile/110HardTopFourDoor_10003.png");
}

#_130model_IMG{
    content: url("SideProfile/130PickUpCrewCabHighCap_1.0003.png");
}