@charset "UTF-8";
/* CSS Document */

body{
	background: -webkit-linear-gradient(left top, #00ffff , #ff99ff); 
    background: -o-linear-gradient(left top, #00ffff , #ff99ff); 
    background: -moz-linear-gradient(left top, #00ffff , #ff99ff); 
    background: linear-gradient(left top, #00ffff , #ff99ff);
    font-family: 'Orbitron', sans-serif;
    font-weight: 400;
    cursor: grab;
    margin:0 0 100px;
    padding:0px;
}

/*body.gradient2 {
	background: -webkit-linear-gradient(right top, #009999 , #9966ff);
    background: -o-linear-gradient(right top, #009999 , #9966ff);
    background: -moz-linear-gradient(right top, #009999 , #9966ff); 
    background: linear-gradient(right top, #009999 , #9966ff);
}

body.gradient3 {
	background: -webkit-linear-gradient(left top, #ffffff , #66ffff); 
    background: -o-linear-gradient(left top, #ffffff , #66ffff); 
    background: -moz-linear-gradient(left top, #ffffff , #66ffff); 
    background: linear-gradient(left top, #ffffff, #66ffff);
}

body.grass {
	background-image:url('images/grass_background.jpg');
	background-repeat: repeat;
}*/

h1{
	font-family: 'Orbitron', sans-serif;
	text-shadow: 2px 2px 4px #000000;
	text-align: center;
}

h2,h3,h4,h5,h6 {
	text-shadow: 1px 1px 2px #696969;
	text-align:center;
}

@keyframes animateBorder {
  to {
    outline-color: #EA3556;
    box-shadow: 0 0 0 6px yellow;
  }
}

@keyframes example {
    0%   {background-color: #ff33ff;}
    33%  {background-color: #ffff66;}
    66%  {background-color: #66ffff;}
    100% {background-color: #ff33ff;}
}

p{
	padding:15px;
	border-radius:25px;
	border: 1px solid #ff00ff;
	margin: 2px;
	font-family:'Inconsolata';

	
}

footer {
	position:fixed;
	height:50px;
	width:100%;
	background-color: #696969;
	bottom:0;
	opacity:.9;
}

img.patience{
	display:block;
	margin-top:100px;
	margin-left: auto;
	margin-right:auto;
}

img.floaterR {
	float: right;
	margin:4 px;

}

img.floaterR {
	float: right;
	margin:4 px;

}

.fix {
	position:fixed;
	z-index: -1;
	top: 10px;

}
li.link {
	list-style: none;
	font-size: 2em;
}

p.p2 {
	border: none;
	font-style: italic;
	text-align:center;
	font-size: 1em;
	padding: 5px;
	opacity: .9;
}

.logo{
	position:fixed;
	z-index: 2;
	top:1%;
	width:100px;
	opacity: .85;
}

.quizAd{
	position: fixed;
	position-top:300px;
	padding-left:30px;
	z-index: 3;
}

.cover{
	width: 100%;
	margin-top: 25%;
	color:#000000;
	border-radius:60px;
	padding: 8px;
	background: -webkit-linear-gradient(left top, #ffffff , #66ffff); 
    background: -o-linear-gradient(left top, #ffffff , #66ffff); 
    background: -moz-linear-gradient(left top, #ffffff , #66ffff); 
    background: linear-gradient(left top, #ffffff, #66ffff);
}

.imgPos{
	max-width:50%;
	margin-left:25%;
}

.imgPos2{
	display: block;
	margin: auto;
}

#splash1 {
	width:50%;
 	height:50%;
 	margin-left:25%;
 	border: 7px outset #80ffd4;
 }

.waterBG {
		background-image: url("images/waterfall-bg.jpg");

}

.navwrap {
	width:30%;
	margin-left:35%;
	border: 4px solid #ffffff;
}



#write {
	min-height: 30px;
	border: 2px solid blue;
	font-size:.6em;
	color:#ffffff;
}

.circle {
	width: 50%;
	height:50%;
	background-color: none;
	border: 2px groove;
	border-radius: 50%;
	display: block;
	margin:auto;
	margin-bottom:30px;
}


.imgHead{
	width:40%;
	display:block;
	margin: auto;
}

.bannerL {
	position:fixed;
	float:left;
	width:15%;
	margin-left: 3%;
	bottom: 10%;
}

.bannerR {
	position:fixed;
	float:left;
	width:15%;
	margin-left: 85%;
	bottom: 10%;
}

.bgAnimate {
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.text1{
	width: 60%;
	margin-left:20%;
	color:#ffffff;
	border:groove 2px #fff;
	border-radius:25px;
	padding: 15px;
}

.text2 {
	width: 60%;
	margin-left:20%;
	opacity: 70%;
	color:#000000;
	border:groove 5px #fff;
	padding: 8px;

}



.text3 {
	width: 60%;
	margin-left: 20%;
	opacity: 70%;
	color:#000000;
	border:groove 5px #fff;
	border-radius:25px;
	padding: 8px;

}

.text4 {
	width: 60%;
	margin-left: 20%;
	opacity: 100%;
	color:#000000;
	border:groove 5px #fff;
	border-radius:25px;
	padding: 8px;

}

.lowpacity {
	opacity: .85;
}


.pink {
	color: #f800f8;
}

.seafoam {
	color: #ccffdd;
}

.whiteshadow {
	text-shadow: 2px 2px 2px #ffffff;
}

.quizAd {
    padding: 30px;
    top: 500px;
}
.quizAdR {
    position: fixed;
    right: 0px;
    padding:30px;
    top: 500px;
}

p.BG1 {
	background-color:none;
	border:none;
	font-size: 2em;
}

p:hover.BG1 {
	animation-name: example;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    text-shadow: 1px 1px #000000;

   }

.vidCon {
	width: 560px;
	
}
.videoCenter{
	display:block;
	margin: auto;
	padding-bottom: 50px;
}


#hider1{
	cursor: pointer;
}
#hiding1{
	display:none;
}
#hider2{
	cursor: pointer;
}
#hiding2{
	display:none;
}
#hider3{
	cursor: pointer;
}
#hiding3{
	display:none;
}


.wrapper-dropdown-3 {
    position: fixed;
    width: 200px;
    right:10px;
    margin: 0;
    padding: 10px;
    background: none;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-family:'Inconsolata';
    font-weight: normal;
    font-size: .8em;
    color: #ffffff;
}

.wrapper-dropdown-3:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;

    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;    
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;    
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-shadow: none;
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit;
    text-shadow: none;
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 7px 7px 0 0;
    text-shadow: none;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: none;
    border-radius: 0 0 7px 7px;
    text-shadow: none;
}

/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8;
    text-shadow: none;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block;
}


#footwrap {
	text-align:center;
	margin-top:10px;
}

#footwrap > a{
	margin-left: 20px;
	margin-right:20px;
}





a:link {
	color:#ffffff;
	text-shadow: 2px 2px 2px #000000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color:#ffffff;
    text-shadow: 2px 2px 2px #000000;
}
a:hover {
	color:#000000;
    text-shadow: 3px 3px 2px #ffffff;
    text-decoration: none;
}
a:active {
	color:#000000;
    text-shadow: 2px 2px  2px #ffffff;
    text-decoration: none;
}


