/* Your styles here */
* {
    box-sizing: border-box;
}

@font-face {
    font-family: "CenturyGothicBold";
    src: url("/fonts/CenturyGothicVariable-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CenturyGothicReg";
    src: url("/fonts/CenturyGothicVariable-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

:root {
    --pink: #b0008e;
    --white: #ffffff;
    --black: #000000
}

body {
    font-family: "CenturyGothicReg", sans-serif;
    background: var(--white);
    color: black;
}

h1,
h2 {
    font-family: "CenturyGothicBold", sans-serif;
}

.ageGateLinks a {
    padding: 10px;
    border: 2px solid var(--pink);
    margin: 0 10px;
}



.headerImageContainer {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* background: var(--pink); */
    max-width: 1000px;
    margin: 0 auto;
}


.headerImageContainer>i {
    display: block;
    background: url(/img/headerImgLA.jpg) center no-repeat;
    background-size: contain;
    width: 100%;
    padding-bottom: min(570px, 100%);
    max-width: 1920px;
    margin: 0 auto;
}

.headerPink {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

.headerPink i {
    display: block;
    background: url(/img/funkinBGHeader.jpg) center no-repeat;
    background-size: contain;
    padding-bottom: 80%
}

.headerPositionPink {

    position: absolute !important;
    top: min(265px, 29.5vw);
    left: 50%;
    transform: translate(-50%, 0px);
    color: var(--white);

}

.headerPositionPink p,
.headerPositionPink a {

    font-size: min(16px, 3.7vw);
    font-weight: 600;
}

.title_M {
    font-size: min(27px, 6.25vw);
    margin: min(20px, 4.6vw) 0;
}

.screenReaderText {
    position: absolute;
    user-select: none;
    pointer-events: none;
    color: transparent;
}

/* nav */
header {
    background: var(--pink);
}

.funkinLogoWhite {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 100px;
    margin: 0 40px;
    align-content: center;

}

.funkinLogoWhite i {
    background: url(/img/funkinLogoWhite.png) center no-repeat;
    padding-bottom: min(46px, 46%);
    display: block;
    background-size: contain;
}

.nav>div>div {
    background: var(--pink);
}

.nav>div>div .navContainer ul li a {
    color: var(--white);
}

a.navButton b i {
    background: var(--white);
}

.funkinLogoGrey {
    width: 100%;
    height: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.funkinLogoGrey i {
    width: 100%;
    padding-bottom: 144px;
    background: url(/img/funkinLogoGrey.png) center no-repeat;
    background-size: contain;
    display: block;
}

/* form {
    background: var(--pink);
    color: var(--white);
} */

.formContainer .floatingLabel input[type=text],
.formContainer .floatingLabel textarea,
.formContainer .floatingLabel select {
    border: solid 2px var(--pink);
}

/* .formContainer .checkboxContainer.checked>a i {
    background: var(--pink);
} */

.formContainer .checkboxContainer>a {
    border: solid 2px var(--pink);
}

.formContainer .checkboxContainer {
    padding: 0px 0 0 35px;
}

.formContainer .floatingLabel label {
    color: var(--black);
}

.formContainer input[type="text"] {
    color: var(--black);
    font-family: "CenturyGothicReg", sans-serif;
}

.buttonContainer a,
.buttonContainer button {
    background: var(--pink);
    color: var(--white);
    margin: 0 auto;
    font-family: "CenturyGothicReg", sans-serif;
}

.buttonContainer,
.textCenter {
    text-align: center;
}

footer {
    background: var(--pink);
    color: #ffffff;
}

.promonow-logo a,
.prizerofessionals-logo a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.promonow-logo {
    width: 25px;
    height: 25px;
    background: url(/img/promonow-logo.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.prizerofessionals-logo {
    width: 25px;
    height: 25px;
    background: url(/img/prizerofessionals-logo.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}