/* main.css */

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica.ttf");
	font-weight: normal;
	font-style: normal;
}
	
@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-Oblique.ttf");
	font-weight: normal;
	font-style:italic;
}

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face
{
	font-family:"Helvetica";
	src: url("fonts/Helvetica-BoldOblique.ttf");
	font-weight: bold;
	font-style:italic;
}

html
{
    font-family: "Helvetica",Arial;
    color:#530064;
    -webkit-text-size-adjust:none;
    scroll-behavior: smooth;
}


body
{
    height: 100vh;
    margin: 0em;
    background-color: rgb(40,12,54);
    color: #FBF7FF;
}

a,
a:hover,
a:visited
{
    text-decoration: none;
}

a,
a:visited
{
    color: #E7B7F7;
}

a:hover
{
    color: #9664A0;
}

.highlight,
.copyrightDIV
{
    color: #e7b7f7;
}


.divBody
{
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
}

.frontPageOverlay
{
    background-image: url("../images/Front_Page_Overlay.png");
    background-position: center top;
    height: 100vw;
    position: absolute;
    opacity: 0.2;
    filter: alpha(opacity=20); /* IE 8 and below */
}

.frontPageBody
{
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgb(0,0,0), rgb(40,12,54));
}

.copyrightDIV
{
    font-family: Helvetica;
    height: fit-content;
    font-size: clamp(0.6em, 1vw, 1.2em);
    width: 100%;
    text-align: center;
    padding-bottom: clamp(0.1em, 1.5vw, 1.4em);
}
.copyrightDIV div
{
    margin-bottom: clamp(0.1em, 1.1vw, 1em);
}

.spacer
{
    margin: clamp(0.1em, 2vw, 3em) 0 0 0;
}

.logo,
.videoDIV
{
    background-size: cover;
    background-repeat: no-repeat;
}

.copy,
.title
{
    font-family: Helvetica;
}

.copy,
.title
{
    color: #FBF7FF;
}

.copy
{
    font-weight: 300;
}

.title
{
    font-weight: 400;
    text-shadow:0 0 0.5em black, 0 0 0.3em white;
    font-size: clamp(0.6em, 2.8vw, 2.2em);
    letter-spacing: 0.1vw;
    text-transform: uppercase;
}

.logo img,
.copy span,
.videoDIV img,
.spacer,
.title span,
.contentDIV > div
{
    width : 100%;
}

.copy span,
.title span
{
    display: block;
}

.copy span,
.title span
{
    text-align: center;
}


.contentDIV
{
    position: absolute;
    left: 50%;
    margin: 0 auto;
}

.blockDIV,
.contentDIV
{
    transform: translate(-50%, 0);
    width: 80%;
    max-width: 60em;
}

.blockDIV
{
    margin-left: 50%;
}

.constrainedBlockDIV
{
    align-content: center;
    height: 100vh;
}

.unConstrainedBlockDIV
{
    padding-top: clamp(3em, 7vw, 6em);
    min-height: 100%;
}

.contentDIV > div,
.blockDIV > div
{
    position: relative;
    display: inline-block;
}

.copy1
{
    font-size: clamp(0.6em, 1.8vw, 1.7em);
    line-height: clamp(1.3em, 3vw, 2em);
    letter-spacing: 0.01em;
}

.rAlign
{
    text-align: right;
}

.button
{
    cursor: pointer;
    width: clamp(7em, 15vw, 8em);
    height: clamp(2.5em, 6vw, 3.5em);
    font-weight: 300;
    font-family: Helvetica;
    color: #e7b7f7;
    border: solid thin #e7b7f7;
    font-size: clamp(0.3em, 2vw, 1.6em);
    letter-spacing: 0.1vw;
    text-transform: uppercase;
    background-color: #0d0d0d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: clamp(3em, 7vw, 4em);
    margin-left: 50%;
    transform: translateX(-50%);
}

.okButton
{
    
}

.homeButtonDIV
{
    position: fixed;
    height: clamp(1em, 3vw, 3em);
    padding: clamp(0.5em, 1vw, 3em);
    background-color: rgba(246, 200, 245, 0.6)
}

.homeButtonDIV img
{
    width: auto;
    height: 100%;
    margin-left: 0.6em;
    filter: sepia(1) hue-rotate(-87deg) saturate(208) brightness(0.2);
}

.homeButtonDIV a
{
    height: 100%;
    align-items: center;
    display: inline-flex;
}

.homeButtonDIV a span
{
    color: #530064;
}

.videoDIV {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio = 9/16 = 0.5625 */
  height: 0;
  overflow: hidden;
  box-shadow:0 0 3em rgba(83, 0, 100, 0.7);
}

.videoDIV iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sectionCopy
{
    font-size: clamp(0.2em, 1.8vw, 1em);
    line-height: clamp(0.2em, 2.4vw, 1.3em);
}

.titleDIV,
.centeredImageDIV
{
    width: 100%;
    text-align: center;
}

.titleDIV
{
    margin: clamp(1em, 2vh, 2em) 0;
}

.disclaimer
{
    font-style: italic;
}

.disclaimer,
.tosDisclaimer
{
    color: #FFF;
    font-size: clamp(0.3em, 0.9vw, 0.8em);
    margin-bottom: 0 !important;
}

#cookiesPopUpDIV
{
    position: fixed;
    bottom: -10em;
    width: 100vw;
    height: clamp(0.1em, 15vw, 11em);
    background-color: rgba(0, 0, 0, 0.9);
    transition: bottom 1.5s ease-in-out;
    align-content: center;
    text-align: center;
    padding: clamp(0.1em, 2vw, 1.4em);
    box-shadow: 0 0 3em rgba(83, 0, 100, 0.9);
}

#cookiesPopUpDIV.cookiesActive
{
    bottom: 0;
}

#cookiesAcceptSubmit
{
    width: clamp(1em, 12vw, 11em) !important;
    font-size: clamp(0.1em, 1vw, 0.8em) !important;
    padding: clamp(0.1em, 1vw, 1em) clamp(0.1em, 2vw, 1.4em) !important;
    text-align: center;
}

#cookiesInstructionsDIV
{
    font-size: clamp(0.1em, 1vw, 0.8em) !important;
    margin: clamp(0.1em, 2vw, 1.4em) clamp(0.1em, 16vw, 18em);
}

#cookiesTitle
{
    font-weight: bold;
}









