@charset "UTF-8";
/* CSS Document */

#main {
	width: 100%;
	height: 100%;
}

#screen {
	/*background: purple;*/
	width: 60%;
	height: 100%;
	position:relative;
	margin: 0 auto;
	top: 10%;
}

.options {
	width: 100%;
	background: rgba(243,244,244,0.75);
	margin-top: 15px;
	display: block;
	padding: 2% 3%;
}
.options > button {
	/* [disabled]display:flex; */
	width: 100%;
	margin: 1.5% 0;
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
	text-align: center;
	padding: 1%;
	border-radius: 10px;
	border: none;
	font-size: 3vw;
	font-weight:bold;
	color:rgba(243,244,244,1);
	cursor:pointer;
}
#start {
	background-color: #CC0033;
	padding: 2% 1%;
	font-size: 5vw !important;
}
#start:hover {
	background-color: rgba(150,0,51,1);
}
#rules {
	background-color: rgba(204,153,0,1.00);
	font-size: 3.5vw;
}
#rules:hover {
	background-color: rgba(153,102,0,1);
}
#copyright {
	background-color: rgba(0,204,102,1.00);
	font-size: 2.9vw;
	padding: 0.75% 1%;
}
#copyright:hover {
	background-color: rgba(0,160,76,1);
}
/*#start {
	background-color: rgba(0,204,102,1.00);
}
#start:hover {
	background-color: rgba(0,160,76,1);
}
#rules {
	background-color: rgba(204,153,0,1.00);
}
#rules:hover {
	background-color: rgba(153,102,0,1);
}
#copyright {
	background-color: #CC0033;
}
#copyright:hover {
	background-color: rgba(150,0,51,1);
}*/

/* .directions, fixing */
.directions {
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: scroll;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 20000;
	text-align: center;
	background-color: rgba(72,26,76,0.8);
}
.directions .what2do {
	width: 70%;
	background: none;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 50000;
	top: 0%;
	margin-bottom: 10%;
}
.what2do > div {
	width: 100%;
	height: 70%;
	background: rgba(243,244,244,1);
	overflow:hidden;
	position:relative;
	float:left;
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
	border: 2px solid rgba(102,0,102,1.0);
}
.what2do > div > img {
	width: 15vw;
	height: auto;
	clear:right;
	position:relative;
	float: left;
	padding: 2%;
	left: 15vw;
	vertical-align:top;
}
.what2do > div > p {
	width: 20%;
	font-size: 4.7vw;
	float: left;
	text-align:left;
	position:relative;
	margin: 0%;
	padding: 2%;
	color: rgba(102,0,102,1.0);
	left:17vw;
}
.what2do > h1 {
	font-size: 6.1vw;
	color: rgba(243,244,244,1);
	margin: 0 0 4vh 0;
}
.what2do p,
.what2do h1,
.what2do p > strong {
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
}
.what2do p > strong {
	color: rgba(255,41,77,1.0);
	text-transform:uppercase;
}
	
.r-pop-head {
	font-size:5.4vw;
	margin: 5px 0;
	color: rgba(243,244,244,1);
}

.index-pg2 {
	width: 100%;
	min-height: 150px;
}
.index-pg2 * {
	left: 0% !important;
}
.index-pg2 > img {
	height: 100% !important;
	width:50% !important;
	left: 0%;
}
.index-pg2 > p {
	width: 100% !important;
	font-size: 4.7vw;
	padding: 2% 3%;
}
#rules-pop3 p {
	font-size: 4.8vw;
	font-weight: bold;
}
.what2do ul {
	list-style:none; 
	padding-left:0; 
	text-align:left; 
	color: white;
	width: 65%;
	margin: 0 auto;
}
.what2do li {
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
	font-size:4vw;
	padding: 8px 0;
}
.what2do li > span {
	font-size: 4.9vw;
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
}
#copyright2 p {
	font-family: "Alegreya Sans", Helvetica, "Helvetica Neue", sans-serif;
	font-size: 5.5vw;
}
	

.prev-arrow,
.next-arrow {
	position:fixed;
	opacity: 0;
}
.prev-arrow {
	width: 0;
	height: 0;
	border-bottom: 5vw solid transparent;  /* left arrow slant */
	border-top: 5vw solid transparent; /* right arrow slant */
	border-right: 7vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	background: none;
	z-index: 21000;
	left: 4%;
	top: 50%;
}
.next-arrow {
	width: 0;
	height: 0;
	border-bottom: 5vw solid transparent;  /* left arrow slant */
	border-top: 5vw solid transparent; /* right arrow slant */
	border-left: 7vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	font-size: 0;
	line-height: 0;
	z-index: 21000;
	transition-property: border-left-color;
	right:5%;
	top: 50%;
}
.prev-arrow:hover {
	border-right: 7vw solid rgba(153,102,0,0.75);
}
.next-arrow:hover {
	border-left: 7vw solid rgba(153,102,0,0.75);
}

/* close button within overlay */
.lb-close{
	background-color: rgba(204,153,0,1);
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-left: 0;
	opacity: 0;
	/*-webkit-box-shadow: 0px 2px 4px rgba(96,24,114,0.30);
	box-shadow: 0px 2px 4px rgba(96,24,114,0.30);*/
	z-index: 50000;
}
a.lb-close:hover {
	background-color: rgba(153,102,0,1);
}
a.lb-close span {
	position: absolute;
	display: block;
	width: 30px;
	height: 5px;
	background: rgba(243, 244, 244, 0);
	top: 43%;
	margin: 0px;
	padding: 0;
	left: 12%;
	z-index: 50005;
}
a.lb-close span::before,
a.lb-close span::after {
	content: '';
  	position: absolute;
  	left: 0;
	top:0;
	background: rgba(243, 244, 244, 1.0);
  	width: 100%;
  	height: 100%;
	z-index: 50005;
}
a.lb-close span::before {
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);
}
a.lb-close span::after {
	top: 0%;
	left: 0%;
	-webkit-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	transform: rotate(50deg);
}

/* click on thumbnail to get large image; you'll need the ":target" psuedo-class for that */
.directions:target {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	bottom: 0px;
	right: 0px;
	padding: 10vh 0;
	z-index: 40000;
}

/* change opacity of image and closing link to 1 */
.directions:target img,
.directions:target a{
	max-height: 100%;
	max-width: 100%;
	opacity: 1;
	z-index: 38500;
}


@media (max-width: 900px){
	#screen {
	width: 85%;
	/* [disabled]position: absolute; 
	background: pink;*/
	}
	
	.options > button {
	padding: 2%;
	font-size: 4vw;
	font-weight: normal;
	background-color: none;
	}
		
}



@media only screen and (orientation: portrait) and (max-width: 699px){
	#screen {
		width: 90%;
	}
}
@media only screen and (max-width: 775px){
	.options > button {
		font-weight: bold;
	}
	#start {
		font-size: 8.6vw !important;
	}
	#rules {
		font-size: 6.9vw !important;
	}
	#copyright {
		font-size: 5vw !important;
	}
	
	.what2do ul {
		width: 75%;
	}
}
@media only screen and (max-width: 550px) {
	.options > button {
		font-weight: normal;
	}
	#copyright2 p {
		font-size: 6.1vw;
	}
}

@media only screen and (orientation: landscape) and (max-height: 650px) {
	#screen {
		width: 60%;
		height: 70vh;
		top: 0;
		margin-top: 9vh;
		margin-bottom: 9vh;
	}
	.options > button {
		margin: 1.5vh 0;
	}
	#start {
		font-size: 8.6vh !important;
		padding: 2vh 1%;
		/*margin-top: 0;*/
	}
	#rules {
		font-size: 6.9vh !important;
		/*margin: 0;*/
	}
	#copyright {
		font-size: 5vh !important;
		/*margin-bottom: 0;*/
	}
}

@media only screen and (orientation: landscape) and (min-width: 700px) and (max-height: 600px) {
	#screen {
		width: 60%;
	}
}

@media only screen and (orientation: landscape) and (max-height: 550px) and (max-width: 550px) {
	#screen {
		width: 70%;
	}
	.options {
		padding: 3% 4%;
	}
	.options > button {
		margin: 2% 0 !important;
	}
	#start {
		font-size: 10vh !important;
	}
	#rules {
		font-size: 8vh !important;
	}
	#copyright {
		font-size: 6vh !important;
	}
}

@media only screen and (orientation: landscape) and (max-height: 450px) and (max-width: 775px) {
	#screen {
		width: 70%;
	}
}

@media only screen and (orientation: landscape) and (max-height: 650px) and (min-width: 1450px) {
	.options > button {
		display: inline;
		width: 16.63vw;
		/*padding: 2%;*/
		margin: 0% 1vw;
		vertical-align:middle;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1300px) and (max-width: 1449px) and (min-height: 401px) and (max-height: 500px) {
	#screen {
		top: 5vh;
		margin: 0 auto;
		width: 55%;
	}
	.options {
		padding: 2vh 1vw;
	}
	.options > button {
		margin: 3vh 0.42vw;
		font-weight:normal;
		width: 16.6vw !important;
		vertical-align:middle;
		display:inline;
	}
	#start {
		font-size: 8vh !important;
		padding: 2vh 1%;
		/*margin-top: 0;*/
	}
	#rules {
		font-size: 6.7vh !important;
	}
	#copyright {
		font-size: 5.5vh !important;
		padding: 1vh 1%;
	}
}

@media only screen and (orientation: landscape) and (min-width: 1050px) and (max-height: 425px) {
	#screen {
		width: 55%;
	}
	.options {
		padding: 2vh 1vw;
	}
	.options > button {
		display:inline;
		margin: 2.5vh 0.42vw;
		width: 16.6vw !important;
		vertical-align:middle;
		font-weight:normal;
	}
}

@media only screen and (orientation: landscape) and (min-width: 400px) and (max-width: 699px) and (max-height: 400px) {
	.directions .what2do {
		width: 60%;
	}
	
	.what2do > div > img {
		width: 12vw;
		left: 14vw;
	}
	.what2do > div > p {
		font-size: 5.3vw;
		left: 14.5vw;
	}
	
	.index-pg2 > p {
		font-size: 4.2vw !important;
		padding: 2% 4%;
	}
	
	.r-pop-head {
		font-size:4.5vw;
	}
	.prev-arrow {
		border-bottom: 3.2vw solid transparent;  /* left arrow slant */
		border-top: 3.2vw solid transparent; /* right arrow slant */
		border-right: 3.5vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 3.2vw solid transparent;  /* left arrow slant */
		border-top: 3.2vw solid transparent; /* right arrow slant */
		border-left: 3.5vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 3.5vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 3.5vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (orientation: landscape) and (min-width: 400px) and (max-width: 699px) and (max-height: 500px) {
	.what2do ul {
		width: 75%;
	}
}

@media only screen and (orientation: landscape) and (min-width: 700px) and (max-width: 849px) and (max-height: 600px) {
	.directions .what2do {
		width: 55%;
	}
	
	.what2do > div > img {
		width: 12vw;
		left: 12vw;
	}
	.what2do > div > p {
		font-size: 5.3vw;
		left: 12.5vw;
	}
	
	.what2do ul {
		width: 75%;
	}
	
	.index-pg2 > p {
		font-size: 4vw !important;
		padding: 2% 4%;
	}
	
	.what2do li {
		font-size: 4vw !important;
	}
	.what2do li > span {
		font-size: 4.5vw;
	}
	
	.r-pop-head {
		font-size:4.5vw !important;
	}
	#rules-pop3 .what2do {
		width: 64% !important;
	}
	
	.prev-arrow {
		border-bottom: 3vw solid transparent;  /* left arrow slant */
		border-top: 3vw solid transparent; /* right arrow slant */
		border-right: 3.3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 3vw solid transparent;  /* left arrow slant */
		border-top: 3vw solid transparent; /* right arrow slant */
		border-left: 3.3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 3.3vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 3.3vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (orientation: landscape) and (min-width: 850px) and (max-width: 999px) and (max-height: 850px) {
	#rules-pop1 .what2do,
	#rules-pop2 .what2do {
		width: 45% !important;
	}
	#rules-pop3 .what2do {
		width: 50% !important;
	}
	
	.what2do h1 {
		font-size: 4vw;
	}
	
	.what2do > div > img {
		width: 10vw;
		left: 10vw;
	}
	.what2do > div > p {
		font-size: 2.8vw;
		left: 11vw;
	}
	
	.what2do ul {
		width: 75%;
	}
	
	.index-pg2 > p,
	.what2do li {
		font-size: 2.8vw !important;
	}
	.what2do li > span {
		font-size: 3.2vw;
	}
	
	.r-pop-head {
		font-size:3.4vw !important;
	}
	
	.prev-arrow {
		border-bottom: 3vw solid transparent;  /* left arrow slant */
		border-top: 3vw solid transparent; /* right arrow slant */
		border-right: 3.3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 3vw solid transparent;  /* left arrow slant */
		border-top: 3vw solid transparent; /* right arrow slant */
		border-left: 3.3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 3.3vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 3.3vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) and (max-height: 1000px) {
	#rules-pop1 .what2do,
	#rules-pop2 .what2do {
		width: 45% !important;
	}
	#rules-pop3 .what2do {
		width: 50% !important;
	}
	
	.what2do h1 {
		font-size: 3.1vw;
	}
	
	.what2do > div > img {
		width: 9.5vw;
		left: 10.5vw;
	}
	.what2do > div > p {
		font-size: 2.8vw;
		left: 11vw;
	}
	
	.what2do ul {
		width: 75%;
	}
	
	.index-pg2 > p,
	.what2do li {
		font-size: 2.6vw !important;
	}
	.what2do li > span {
		font-size: 3vw;
	}
	
	.r-pop-head {
		font-size:2.6vw !important;
	}
	
	.prev-arrow {
		border-bottom: 2.7vw solid transparent;  /* left arrow slant */
		border-top: 2.7vw solid transparent; /* right arrow slant */
		border-right: 3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 2.7vw solid transparent;  /* left arrow slant */
		border-top: 2.7vw solid transparent; /* right arrow slant */
		border-left: 3vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 3vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 3vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) and (max-height: 1200px) {
	#rules-pop1 .what2do,
	#rules-pop2 .what2do {
		width: 45% !important;
	}
	#rules-pop3 .what2do {
		width: 50% !important;
	}
	
	.what2do h1 {
		font-size: 3.1vw;
	}
	
	.what2do > div > img {
		width: 8.7vw;
		left: 12vw;
	}
	.what2do > div > p {
		font-size: 2.8vw;
		left: 12vw;
	}
	
	.what2do ul {
		width: 75%;
	}
	
	.index-pg2 > p,
	.what2do li {
		font-size: 2.6vw !important;
	}
	.what2do li > span {
		font-size: 3vw;
	}
	
	.r-pop-head {
		font-size:2.6vw !important;
	}
	
	.prev-arrow {
		border-bottom: 2.3vw solid transparent;  /* left arrow slant */
		border-top: 2.3vw solid transparent; /* right arrow slant */
		border-right: 2.7vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 2.3vw solid transparent;  /* left arrow slant */
		border-top: 2.3vw solid transparent; /* right arrow slant */
		border-left: 2.7vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 2.7vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 2.7vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (min-width: 1450px) {
	#rules-pop1 .what2do,
	#rules-pop2 .what2do {
		width: 45% !important;
	}
	#rules-pop3 .what2do {
		width: 50% !important;
	}
	
	.what2do h1 {
		font-size: 3.1vw;
	}
	
	.what2do > div > img {
		width: 8.7vw;
		left: 12vw;
	}
	.what2do > div > p {
		font-size: 2.8vw;
		left: 12vw;
	}
	
	.what2do ul {
		width: 75%;
	}
	
	.index-pg2 > p,
	.what2do li {
		font-size: 2.6vw !important;
	}
	.what2do li > span {
		font-size: 3vw;
	}
	
	.r-pop-head {
		font-size:2.6vw !important;
	}
	
	.prev-arrow {
		border-bottom: 1.8vw solid transparent;  /* left arrow slant */
		border-top: 1.8vw solid transparent; /* right arrow slant */
		border-right: 2.2vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.next-arrow {
		border-bottom: 1.8vw solid transparent;  /* left arrow slant */
		border-top: 1.8vw solid transparent; /* right arrow slant */
		border-left: 2.2vw solid rgba(204,153,0,0.75); /* bottom, add background color here */
	}
	.prev-arrow:hover {
		border-right: 2.2vw solid rgba(153,102,0,0.75);
	}
	.next-arrow:hover {
		border-left: 2.2vw solid rgba(153,102,0,0.75);
	}
}

@media only screen and (min-width: 551px) and (max-width: 849px) {
	.lb-close{
		width: 45px;
		height: 45px;
	}
	a.lb-close span {
		width: 35px;
		height: 5px;
		top: 44%;
		left: 12%;
	}
}

@media only screen and (min-width: 850px) and (max-width: 1199px) {
	.lb-close{
		width: 55px;
		height: 55px;
	}
	a.lb-close span {
		width: 40px;
		height: 7px;
		top: 42%;
		left: 12%;
	}
}

@media only screen and (min-width: 1200px) {
	.lb-close{
		width: 60px;
		height: 60px;
	}
	a.lb-close span {
		width: 45px;
		height: 7px;
		top: 43%;
		left: 12%;
	}
}
