/******************************************/
/* Copyright © 2020 Coeus Computing,LLC. */
/*          All rights reserved           */
/*                                        */
/*      Author: Houston Oglethorpe        */
/******************************************/

html {
    font-family: "Times New Roman";
    font-size: 20px;   /* 12px  */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Times New Roman";
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#viewport {
    display: block;
	text-align: center;
	background-color: black;

/*
    background-image:-moz-linear-gradient(rgba(100, 80, 8, 0.999),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(100, 80, 8, 0.999),#eee,rgb(126, 104, 10));
    background-image:-ms-linear-gradient(rgba(100, 80, 8, 0.999),#eee,rgb(126, 104, 10));
	background-repeat: no-repeat;
	background-size: cover;
*/

    overflow:hidden;
    width: 100%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#welcome_container {
    display: inline-block;
	width: 94%;
	height: 15vw;
	padding-top: 2vw;
	margin-left: 2%;
	margin-right: auto;
    color: white;
    background-color: rgb(165, 110, 90);
    font-size: 6vw;
    font-weight: bold;
    border: 2px solid;
    border-color: goldenrod;
	border-radius: 30px;
}
.welcomeMsg {
    color: white;  /*  rgb(224,176,255)  */
}

#dream {
	display: block;
    position: relative;
    width: 100vw;
    height: 24vw;
	z-index: 10;
}

#dream #house {
    position:absolute;
    width: 15vw;
    height: 11vw;
    left:100px;
    top:100px;
	z-index: 11;
}

#dream #grad {
    position:absolute;
    width: 13vw;
    height: 12vw;
    left:160px;
    top:100px;
	z-index: 11;
}

#dream #hearts {
    position:absolute;
    width: 13vw;
    height: 12vw;
    left:400px;
    top:50px;
	z-index: 11;
}

/*
#containerx {
    display: block;
	position: absolute;
	top: 30vw;
    width: 100vw;
    height: auto;
    height: 8vw;
	left: 0px;
	z-index: 3;
}
*/


#signinblock {
	text-align: center;	
    background: goldenrod;
	margin-top: 4vw;
	margin-bottom: 4vw;
    width: auto;
    height: auto;
	padding-top: 1vw;
	padding-bottom: 1vw;
	padding-left: 1vw;
	padding-right: 1vw;
    border: 2px solid;
    border-color: white;
	border-radius: 3vw;
}

#signinblock #trregister {
	display: inline-block;
	font-size: 4vw;
    background: white;
    color: rgb(51, 30, 128);
    text-align: center;
	padding-top: .5vw;
	padding-bottom: .5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	text-decoration:none;
	width: auto;
    height: auto;
	margin-right: 5vw;
    border: 2px solid;
    border-color: darkblue;
	border-radius: 20px;
    cursor:pointer;
}

#signinblock #signin {
	display: inline-block;
	font-size: 4vw;
    color: white;
    background: rgb(51, 30, 128);
    text-align: center;
	padding-top: .5vw;
	padding-bottom: .5vw;
	padding-left: 1vw;
	padding-right: 1vw;
	width: auto;
    height: auto;
    border: 2px solid;
    border-color: darkblue;
	border-radius: 20px;
    cursor:pointer;
}

#millionnote {
	display: inline-block;
    width: 94%;
	height: auto;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
    border: 1px solid;
    border-color: green;
	border-radius: 20px;
}
#winupto {
	font-size: 4vw;
    color: lightblue;
}
#free {
	font-size: 4vw;
    color: rgb(255, 255, 100);
}
#winupto2 {
	font-size: 4vw;
    color: lightblue;
}
#winupto3 {
	font-size: 4vw;
    color: lightblue;
}
#onemillion {
	font-size: 4vw;
    color: rgb(255, 255, 100);
}

#winsch {
    background: green;
    color: rgb(255, 255, 255);
    text-align: center;
	font-size: 4vw;
	text-decoration:none;
	width: auto;
	height: 9vw;
	margin-left: 10px;
	margin-bottom: 6vw;
    border: 2px solid;
    border-color: green;
	border-radius: 20px;
    cursor:pointer;
}

#container1 {
	width: 92%;
	height: 60vw;
	text-align: center;
	margin-left: 10px;
	margin-right: auto;
    color: white;
    background-color: rgb(165, 110, 90);
    font-size: 6vw;
    font-weight: bold;
    border: 1vw solid;
    border-color: goldenrod;
	border-radius: 15px;
}

#select  {
	height: auto;
	color: white;
    text-align: center;
	font-size: 4vw;
	width: 100%;
}

#trivitems {
	display: block;
    position:relative;
	margin-left: 3vw;
	margin-bottom: 1vw;
	float: left;
    width: 37vw;
    height: 30vw;
	background-color: rgb(10, 10, 10);
	border-radius: 2vw;
/*	z-index: 5;  */
}

#trivitems #football {
    position:absolute;
    width: 10vw;
    height: 5vw;
    left: 1vw;
    top: 2vw;
	z-index: 5;
}

#trivitems #basketball {
    position:absolute;
    width: 6vw;
    height: 6vw;
    left: 20vw;
    top: 12vw;
	z-index: 5;
}

#trivitems #q1 {
    position:absolute;
    width:7vw;
    height:10vw;
    left: 4vw;
    top: 14vw;
	z-index: 5;
}

#trivitems #q2 {
    position:absolute;
    width: 7vw;
    height: 10vw;
    left: 11vw;
    top: 20vw;
	z-index: 5;
}

#trivitems #usmap {
    position:absolute;
    width: 12vw;
    height: 8vw;
    left: 20vw;
    top: 2vw;
	z-index: 5;
}

#triviadesc {
	display: block;
	float: right;
	margin-top: 1vw;
	margin-right: 3vw;
	margin-bottom: 5vw;
	font-size: 4vw;
    color: darkblue;
	background-color: rgb(240, 240, 255);
    text-align: center;
    width: 40vw;
    height: auto;
	padding-bottom: 2px;
}

#buyans  {
	display: inline-block;
	color: black;
    text-align: center;
	font-size: 4vw;
	width: auto;
	height: auto;
}

#seeROP {
	display: none;
    position:absolute;
    width: 100%;
    height: 10vw;
    font-size: 4vw;
	font-weight: bold;
	color: lightblue;
    left: 0px;
}

#container4 {
    font-size: 4vw;
/*    background: rgb(51, 30, 128);  */
	background-color: black;
    color: white;
    text-align: center;
    width: 100vw;
    height: 20vw;
    padding-top: 2vw;
}

#shutdownmsg {
	display: none;
	background: red;
	font-size: 3vw;
	font-weight: bold;
    color: white;
	text-align: left;
    width: 98vw;
	height: auto;
    border-color: rgb(255,0,100);
	border-radius: 8px;
}

#container5 {
    display: none;
    position: absolute;
    width:95%;
    left:2%;
	top:2vw;
	z-index:20;
}

#wait_container {
    display: none;
    position: absolute;
    color: darkblue;
    background-color: white;
    width:170px;
    height:170px;
    left: 100px;
    text-align: center;
    border: 5px solid;
    border-color:darkblue;
    border-radius:10px;
}

#form_container {
	display: block;
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    width:100%;
    border: 3px solid;
    border-color:darkblue;
    border-radius:20px;
}

.form_description {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color:blue;
    margin-bottom: 20px;
}

#userpswd {
	display: inline-block;
    width: auto;
	height: auto;
    border: 1px solid;
    border-color: goldenrod;
    border-radius:20px;
}

#email {
	display: inline-block;
    font-size: 4vw;
    margin-left:0px;
    margin-bottom:10px;
    width: auto;
}

#pswd {
	display: inline-block;
    font-size: 4vw;
    margin-left:0px;
    width: auto;
}

#forgot {
	display: block;
	color: darkblue;
    font-size: 4vw;
	cursor:pointer;
}

.lbl1 {
    display: inline-block;
    width: auto;
	left: 0px;
    font-size: 4vw;
    font-weight: bold;
    color: darkblue;
    padding-left: 3px;
}

#container6 {
    display: none;
    width:80vw;
    left:10%;
}

#secform_container {
    position: absolute;
    background-image:-moz-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    background-image:-webkit-linear-gradient(rgba(241, 210, 32, 1),#eee,rgb(126, 104, 10));
    width:100%;
    border: 5px solid;
    border-color:darkblue;
    border-radius:20px;
}

#secform_description {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color:blue;
    margin-bottom: 30px;
}

#idquestion {
    display: inline-block;
    font-size: 4vw;
    height:50px;
    left:100px;
    margin-top:5px;
    margin-bottom:18px;
}
.idans {
    display: inline-block;
    font-size: 4vw;
    font-weight: bold;
    height: 50px;
    left:100px;
    margin-left:0px;
}

#idansmsg {
    display: none;
    background-color: red;
    font-size: 4vw;
    color: white;
    text-align: center;
}

input:focus {
    background-color: blue;
    color: white;
}

select:focus {
    background-color: blue;
    color: white;
}

.button {
    display: inline-block;
    font-family: "Times New Roman";
    width: auto;
    height: auto;
    outline: none;
    text-align: center;
    font-size: 4vw;
    padding-left: 1vw;
    padding-right: 1vw;
    border: .5vw solid;
    border-radius: 2vw;
    border-color: goldenrod;
    cursor: pointer;
}

button:hover {
    background-color: goldenrod;
    opacity: 0.8;
}

#get {
	float: left;
    margin-left: 20px;
    margin-top: 0px;
    background-color:#900590;
    color:white;
    width:auto;
    font-size: 4vw;
    font-weight: bold;
    height: auto;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
}

#cancel_getpass {
	float: right;
    margin-right: 20px;
    display: inline-block;
    width:180px;
    background-color: red;
    margin-top: 0px;
    color:white;
    font-size: 4vw;
    font-weight: bold;
    height: 50px;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
}

#buttons  {
	display: inline-block;
}

#submit2 {
	display: inline-block;
	float: left;
    margin-left: 20px;
	padding-left: 10px;
	padding-left: 10px;
    background-color:#900590;
    color: white;
    width: auto;
    font-size: 4vw;
    font-weight: bold;
    height: 6vw;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
}

/*    display: inline-block;  */

#cancel_signin {
    display: inline-block;
	float: right;
    margin-right: 20px;
    width:auto;
    background-color: red;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
    color:white;
    font-size: 4vw;
    font-weight: bold;
    height: 6vw;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    cursor: pointer;
}

#signin_msg {
    display: none;
    font-size: 4vw;
    font-weight: bold;
    background-color: red;
    color: white;
    text-align: center;
}

#footer {
	display: block;
	display: none;
	position: absolute;
	width: 100vw;
/*	height: calc(100% - 900px);  */
	height: auto;
    font-size: 4vw;
	text-align: center;
    background-color: black;
	left: 0px;
	top: 210vw;
}

#docs {
    display: inline-block;
    background-color: black;
	left: 0px;
	width: 100vw;
	height: auto;
}
#doc1a {
    display: inline-block;
	color: rgb(255, 255, 255);
    font-size: 4vw;
	font-weight: bold;
	width: 40vw;
	height: auto;
	top: 0px;
	left: 0px;
}
#doc2a {
    display: inline-block;
	color: rgb(255, 255, 255);
    font-size: 4vw;
	font-weight: bold;
	width: 40vw;
	height: auto;
	top: 0px;
	left: 30vw;
}
#others {
    display: inline-block;
    background-color: black;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: auto;
}
#other1a {
    display: inline-block;
	color: rgb(255, 255, 255);
    font-size: 4vw;
	font-weight: bold;
	width: 40vw;
	height: auto;
	top: 0px;
	left: 0px;
}
#other2a {
    display: inline-block;
	color: rgb(255, 255, 255);
    font-size: 4vw;
	font-weight: bold;
	width: 40vw;
	height: auto;
	top: 0px;
	left: 30vw;
}
