@charset "UTF-8";
@import url("webfonts/VCR/stylesheet.css");

/* CSS Document */

body {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: VCR;
    background-color: blue;
    text-decoration: none;
    color: black;
}

nav {
	float: left;
		/*padding-left: 20px;*/

}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background: #6262FF; 
}

::-webkit-scrollbar-thumb {
  background: #FFE800 ; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: hotpink ; 
}

nav ul li {
	list-style-type: none;
	/*padding-right: 20px;*/
	text-align: left;
}

nav ul li a {
	text-decoration: none;
	color: white;
}


h1 {
    color: #FFFFFF;
    font-size: 7vw;
    text-align: center;
    font-family: VCR;
}


h2 {
	padding-top:1%;
	padding-bottom:1%;
	padding-left:1%;
	color: blue;
	background-color:white;
	font-size:3vw;
	text-align: left;
}

p {

	font-size:2vw;

}

s {
	text-decoration: none;
	color: red;
}

ol{
	max-width: 800px;
	font-size: 3vw;
	margin:30px;
}

button {
	margin: 20px 10px;
	padding: 15px 32px;
}


button:hover {
color: hotpink;
}







.splash {
	margin: auto;
	float:none;
	display: block;
	padding-top:10%;
    width: 90%;
	height: 1400px;
	background-image: url("images/logowhite_clear.gif");
    background-size:100%;
}


.processing {
	margin: auto;
	float:none;
	display: block;
	padding-top:1%;
    width: 90%;
	height: 120%;
	background-image: url("images/DISK.gif");
    background-size:85%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	
}

.processing h1 {
    padding-top: 20%;
    color: #FFFFFF;
    font-size: 9vw;
    text-align: center;
    font-family: VCR;
    text-decoration-line: none;
    text-emphasis-color: aliceblue;
    padding-bottom: 20%;
}


.splash h1 {
	padding-top:35%;
    color: #FFFFFF;
    font-size: 9vw;
    text-align: center;
    font-family: VCR;
	text-decoration:none;
    text-decoration-line:none;
    text-emphasis-color: aliceblue;
    text-decoration-color: blue;

}

.splash img {
	width: 70%;
	float:none;
	display: block;
	margin-left: auto;
    margin-right: auto;
	opacity: 1;
	padding-top:30%;

}

.splash img:hover {
	content: url("images/HVB.png");
	width: 70%;
	float:none;
	display: block;
	margin-left: auto;
    margin-right: auto;
	opacity: 1;
	padding-top:30%;

}





.splash button {
    font-weight: bold;
    margin: 20px 10px;
    color: blue;
    padding: 30px 40px;
    font-size: 4vw;
    font-family: inherit;
	display: block;
	margin-left: auto;
    margin-right: auto;

}

.splash a {
text-decoration: none;
}


.splash a:hover {
text-decoration: underline;
color: hotpink;

}

.package_icon {
	width: 100%;
	float:none;
	padding-bottom:6%;
}

.VESSEL img {
	width: 20%;
	float:none;
}

.logoWhite {
	text-align: center;
	
}

.logoWhite img {
	width: 35%;
	float:none;
}


.package_graph {
	width: 100%;
	float: left;
	margin: 1%;
	padding-bottom:1%;
}

.package_graph img{
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
}


.package_graph ul {
	width: 100%;
    color: #FFFFFF;
    list-style-type: disc;
    line-height: 1.6;
    font-size: 2.5vw;
    text-align: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.col img {
    width: 100%;
    height: auto;
    display: block;
}

.col {
	width: 31.3%;
	float: left;
	margin: 1%;
	padding-bottom:6%;
}


.title {
	height: 40%;
	background-color:blue;
	background-size: cover;
	/*padding-top: 40%;*/
	/*padding-bottom:40%;*/
}

.CONGRATULATIONS{
	height: 800px;
	width: 100%;
	background-image: url("images/fwbanner.gif");
    background-size:150%;
	background-repeat: repeat-y;
}



.WELCOME_SOUL{
	height: 20%;
	padding-top:5%;
	background-size: cover;
}


.WELCOME_MESSAGE{
	height: 10%;
	color: #FFFFFF;
	font-size:3vw;
	text-align: center;
}


.WELCOME_MESSAGE p{
	margin-top: 5px;
	width: 75%;
	display: inline-block;
	text-align: center;
}

.PACKAGE_MENU h1{
	width: 90%;
	height: 5%;
	color: #FFFFFF;
	font-size:3vw;
	text-align: center;

}

.PACKAGES {
	text-align: center;
}


.PACKAGE_MENU p{
	width: 75%;
	height: auto;
	color: #FFFFFF;
	font-size:2vw;
	display: inline-block;
	text-align: center;
	padding-bottom:4%;
}


.mainButtons button{
    padding: 30px 40px;
    font-size: 4vw;
	width: 40%;
	height: auto;
	font-weight: bold;
    color: blue;
    font-family: inherit;
	margin-left: auto;
    margin-right: auto;
	display: inline-block;
	text-align: center;
}

.mainButtons button:hover{
    color: hotpink;
	outline: auto;
	outline-style:dotted;
	outline-color: hotpink;

}

.MASTER {
	text-align: center
}


.MASTER p {
	width: 70%;
	height: auto;
	color: #FFFFFF;
	font-size:2vw;
	display: inline-block;
	text-align: center;
	padding-bottom:4%;
}

.PACKAGE_MESSAGE{
	height: 60%;
	width: 45%;
	float: left;
	margin: 1%;
	padding-bottom:1%;
}

.PACKAGE_MESSAGE h1{
    width: 100%;
	font-size:4vw;
    height: 5%;
    color: #FFFFFF;
    text-align: left;
    padding-bottom: 1%;
    padding-top: 0.1%;
}

.PACKAGE_MESSAGE p{
	color: #FFFFFF;
	font-size:2vw;
	text-align: left;
	padding-bottom:1%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.PACKAGE_MESSAGE ul{

}


.PACKAGE_MESSAGE img{
	width:120%;
	text-align: left;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.REVIEW img{
	width:80%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}



.package_icon img {
	width: 30%;
	height: 10%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}


.col a {
  color: white;
	padding: 14px 25px;
  text-align: center; 
  text-decoration: none;
  display: inline-block;
	font-size:2vw;
}


.col a:hover {
color: hotpink;
text-decoration:underline;
}



.ENTER_BUTTON{
	height: 40%;
	color: #FFFFFF;
	font-size:4vw;
	text-align: center;
}

.ENTER_BUTTON button {
	margin: 20px 10px;
	padding: 15px 32px;
	font-size:5vw;
}


.menuButtons{
    height: 40%;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5%;
    padding-left: auto;
    padding-right: auto;
}


.menuButtons button{
    font-weight: bold;
    margin: 10px 10px;
    color: blue;
    padding: 30px 40px;
    font-size: 4vw;
    font-family: inherit;
	display: block;
	margin-top: 50px;
	margin-left: auto;
    margin-right: auto;
}


.menuButtons button:hover {
    color: hotpink;
	outline: auto;
	outline-style:dotted;
	outline-color: hotpink;
}


.navButtons{
	width:100%;
    height: 30%;
}

.navButtons button{
    font-weight: bold;
    color: white;
    padding: 20px 30px;
    font-size: 3vw;
    font-family: inherit;
	display: block;
	margin-left: auto;
    margin-right: auto;
    outline-color: white;
    background-color: blue;
}


.navButtons button:hover {
  background-color: yellow;

}


.packageButtons{
	display: block;
	width: 90%;
    height: 30%;
	text-align:center;
	margin-left:  auto;
    margin-right: auto;
	padding-left:auto;
	padding-right: auto;
}


.packageButtons button{
    font-weight: bold;
    color: white;
    font-size: 3vw;
    font-family: inherit;
	margin-left: auto;
    margin-right: auto;
	padding-left: auto;
	padding-right: auto;
    outline-color: white;
    background-color: blue;
}


.packageButtons button:hover {
  background-color: yellow;
	color: blue;
		outline: auto;
	outline-style:dotted;
	outline-color: white;
	
}

.MASTER_LIST {
    color: white;
    text-align: left;
    font-size: 3vw;
}

.MASTER_LIST h2 {
    color: blue;
    text-align: left;
    font-size: 5vw;

}

.MASTER_LIST li {
	list-style: none;
	margin-top:20px;
	margin-right:10px;
}


.MASTER_LIST li:hover {
	background: red;
}


input[type=checkbox] {
transform: scale(2);
margin-right: 20px;		
}


.TANDC {
background-color: yellow;
   
}

.TANDC h1 {
color: black;
}

.TANDC p {
color: black;
}

.TANDC button{
    font-weight: bold;
    color: white;
    font-size: 3vw;
    font-family: inherit;
	margin-left: auto;
    margin-right: auto;
	padding-left: auto;
	padding-right: auto;
    outline-color: #FFFFFF;
    background-color: blue;
}

.TANDC button:hover{
	outline: auto;
	outline-style:dotted;
	outline-color: blue;
	background-color: white;
	color: blue;
}



.declineButtons button{
	font-weight: bold;
    color: white;
    font-size: 3vw;
    font-family: inherit;
	margin-left: auto;
    margin-right: auto;
	padding-left: auto;
	padding-right: auto;
    outline-color: white;
    background-color: red;
}


.declineButtons  button:hover{
	outline-color: red;
	outline: auto;
	outline-style:dotted;
	background-color: white;
	color: red;
}


.hunnet button{

	font-weight: bold;
	padding-left: auto;
	padding-right: auto;
    margin: 20px 10px;
    color: blue;
    padding: 30px 40px;
    font-size: 4vw;
    font-family: inherit;
	display: block;
	margin-left: auto;
    margin-right: auto;
    outline-color: white;
    background-color: white;
}


.hunnet  button:hover{
	outline-color: white;
	font-size: 4.5vw;
	outline: auto;
	outline-style:dotted;
	background-color: red;
	color: white;
}

u {
  text-decoration: underline;
	font-size: 3.5vw;
}

.loadButton button{

	padding-top: 20px;
	font-weight: bold;
    color: red;
    font-size: 2.5vw;
    font-family: inherit;
  	 position:fixed;
    width:700px;
    height:200px;
    /* These values are negative half the height and width. */
    margin: -50px auto auto -350px;
    top:20%;
    left:50%;
    outline-color: black;
    background-color: yellow;
}

.loadButton button:hover{
	background-color: red;
	color: yellow;
}


.loadButton p{
	 font-size: 9vw;
	color: yellow;
	background: red;
}


.loadButton p:hover{
	 font-size: 9vw;
	color: red;
	background: yellow;
	
}




.processingButton button{
	font-weight: bold;
    color: white;
    font-size: 3vw;
    font-family: inherit;
  	 position:fixed;
    width:500px;
    height:100px;
    /* These values are negative half the height and width. */
    margin: -50px auto auto -250px;
    top:50%;
    left:50%;
    outline-color: white;
    background-color: red;
}

.SURE h1{
    font-size:12vw;
    text-align: center;}


.ABSOLUTELY h1
{font-size:15vw;
    text-align: center;
}

.hundred h1
{font-size:25vw;
    text-align: center;
}

.hundred img {
	 padding-top: 15%;
width: 100%;
height:100%;
}


.thanks img {
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-top: 6%;
	float:none;
    width: 60%;
    height: auto;
}


.THANK_MESSAGE{
	color: #FFFFFF;
	font-size:2vw;
	text-align: center;
}

.ENJOY_MESSAGE{
	color: #FFFFFF;
	font-size:3vw;
	text-align: center;
}

.exitButtons{
    height: 40%;
    color: #FFFFFF;
    text-align: center;
    padding-bottom:0%;
    padding-left: auto;
    padding-right: auto;
}


.exitButtons button{
    font-weight: bold;
    margin: 20px 10px;
    color: white;
    padding: 30px 40px;
    font-size: 4vw;
    font-family: inherit;
	display: block;
	margin-left: auto;
    margin-right: auto;
	outline-style: solid;
	outline-color: white;
	outline-width: 3px;
    background-color: blue;
}

.exitButtons button:hover{
	outline-color: hotpink;
	outline: auto;
	outline-style:dotted;
	color: hotpink;
}

#warning {
    /* Puts the box in the middle of the screen */
    position:fixed;
    width:600px;
    height:400px;
    /* These values are negative half the height and width. */
    margin: -200px auto auto -300px;
    top:50%;
    left:50%;

    background-color: white;
    font-size: 2vw;
    text-align:center;
}

#options_list {
    color: white;
}
