@charset "UTF-8";

html, body {
	background-color: #003C71;
}

#lang_change:hover .lang_opt a {
    color: #FFF;
}

.lang_opt a {
    color: #FFF;
}

h5 a {
	color: #fff;
}

/*
body::before {
    top: 0;
    left: 0;
    position: absolute;
    content: '';
	width: 52vw;
    max-width: 520px;
	height: 45.7vw;
    max-height: 457px;
    transform: translate(-50%, -50%);
    display: block;
    border-radius: 50%;
    border: 5.6vw solid #00BAB3;
}
*/

.coin {
    width: 180px;
    height: 180px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00BAB3;
    box-shadow: 0px 0px 20px 3px #00bab3;
}
.coin img {
	width: 90%;
	height: 90%;
}

.coin.cards {
    top: 120px;
    right: 80px;
}
.coin.clock {
    top: 306px;
    left: 60px;
    width: 116px;
    height: 116px;
}
.coin.craps-odds {
    top: 165px;
    left: 190px;
    width: 100px;
    height: 100px;
}
.coin.craps-odds img {
    transform: rotate(-60deg);
}
.coin.pay-dues {
    top: 335px;
    right: 50px;
    width: 130px;
    height: 130px;
}
.coin.pay-dues img {
    transform: rotate(30deg);
}

#page-content {
	color: #FFF;
	padding: 30px 0 40px;
}

#logo {
	width: 37%;
	min-width: 215px;
	margin: 0 auto 50px;
}

#logo img {
	width: 100%;
	height: auto;
}

h4 {
    z-index: 1;
    max-width: 400px;
    margin: .35em auto;
    position: relative;
}

h4::before {
	content: '';
	width: 100%;
	height: 2px;
	display: block;
	z-index: -2;
    top: calc(50% - 1px);
	position: absolute;
	background-color: #FFF;
}

h4::after {
	content: 'WELCOME';
	color: #003c75;
	height: 100%;
	top: 50%;
	left: 50%;
	z-index: -1;
	padding: 0 1em;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #003c75;
}

h5 {
    z-index: 1;
    max-width: 400px;
    margin: .35em auto;
    position: relative;
    text-decoration: underline;
    text-underline-offset: .25em;
}

.center {
	margin: 4em auto 2em;
}

/*
.button.active {
	background-color: #003c75;
}
*/

/*
.button:hover {
	color: #FFF;
	background-color: #F47721;
}
*/

/* POPUP CSS */

#age_gate {
    background-color: rgba(0, 60, 113, .93);
}

h2 div {
    font-size: 58%;
}

#confirm-age {
    color: #FFF;
    padding: 3em 2em 2em;
    text-align: center;
    border: 1px solid #FFF;
    background-color: rgb(0, 60, 113);
}

#inputs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.input {
    padding: 0.25em;
    max-width: 6em;
    background-color: rgba(255,255,255,0.07);
}

.input:first-child {
    border-radius: 8px 0 0 8px;
}
.input:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.input:last-child {
    border-radius: 0 8px 8px 0;
}

input {
    color: #FFF;
    width: 100%;
    border: none;
    padding: 0.45em;
    font-size: 120%;
    text-align: center;
    outline: none;
    background-color: transparent;
    font-family: 'TradeGothicLT-BoldTwo';
}
input::placeholder {
    color: #FFF;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

.fine-print.error {
    color: red;
    opacity: 1;
    min-height: 1.25em;
    font-family: 'TradeGothicLT-Bold';
}

#age_gate .center {
    margin-top: 3em;
}

.lrg.button {
    background-color: #F47721;
}
/*
.lrg.button:hover {
    background-color: #003c75;
}
*/
.lrg.button span {
    font-size: 120%;
}

.lrg.button.active,
.lrg.button.active:hover {
    opacity: 0.5;
    cursor: default;
    color: #003c75;
    background-color: #F47721;
}

#age_gate p a {
    color: #F47721;
    text-decoration: underline;
}
#age_gate p a:hover {
    text-decoration: none;
}

#rules {
    cursor: pointer;
    text-decoration: underline;
}

#rules:hover {
    text-decoration: none;
}

.fine-print {
    max-width: 70vw;
    margin: 0 auto;
}

@media only screen and (min-width: 1001px) {
	
	body::before {
		border: 3.5em solid #00BAB3;
	}
	.coin.cards {
		right: calc((100vw - 1000px) / 4 + 80px);
	}
	.coin.clock {
		left: calc((100vw - 1000px) / 10 + 60px);
	}
	.coin.craps-odds {
		left: calc((100vw - 1000px) / 6 + 190px);
	}
	.coin.pay-dues {
		right: calc((100vw - 1000px) / 8 + 50px);
	}
	
}

@media only screen and (max-width: 999px) {
	
	.coin.cards {
		width: 18vw;
		height: 18vw;
		right: calc((100vw - 1000px) / 5 + 80px);
	}
	.coin.clock {
		left: calc((100vw - 1000px) / 5 + 60px);
	}
	.coin.craps-odds {
		left: calc((100vw - 1000px) / 2 + 190px);
	}
	.coin.pay-dues {
		width: 13vw;
		height: 13vw;
		right: calc((100vw - 1000px) / 6 + 50px);
	}
	
}

@media only screen and (max-width: 820px) {

	
	.coin.clock {
		width: 14.14vw;
		height: 14.14vw;
	}
	.coin.craps-odds {
		width: 12.19vw;
		height: 12.19vw;
	}
	
}

@media only screen and (max-width: 700px) {

	.coin.cards,
	.coin.clock,
	.coin.craps-odds,
	.coin.pay-dues {
		display: none;
	}
	
	h4 {
		width: 57vw;
	}
	
	h4::after {
		padding: 0 4vw;
	}
	
}

@media only screen and (max-width: 620px) {
	
	#page-content {
		padding: 50px 7.5vw 20px;
	}
	
}

@media only screen and (max-width: 580px) {
	
	body::before {
		width: 300px;
		height: 265px;
		border-width: 32px;
	}
	
}

@media only screen and (max-width: 500px) {

	#page-content {
		padding-top: calc(10vw + 500px - 100vw); 
	}
	
}

@media only screen and (max-width: 430px) {

    #birthday-sliders {
        width: 90%;
    }
    
	#page-content {
		padding-top: 115px;	
	}
	
	h4 {
		width: 245px;
	}
	
}

@media only screen and (max-width: 300px) {
   
    #inputs {
        flex-direction: column;
    }
    
    .input:first-child {
        border-radius: 8px 8px 0 0;
    }
    .input:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
    }
    .input:last-child {
        border-radius: 0 0 8px 8px;
    }
    
}
