@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

body{
	font-family: sans-serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
.tinybutton{
	font-size: .8rem;
	font-family: courier, monospace;
	line-height: 1.2em;
	border: 1px solid #ffc36b;
	border-radius: 4px;
	display:inline-block;
	padding: .1em .2em;
	background-color: #fff0db;
	cursor: pointer;
}
.fontelized{
 	font-family: 'Amatic SC';
}
.fontelized .icon-bubbles{
	font-size: .8em;
	vertical-align: top;
}
.topic{
	font-size: 1.25em;
}
.topic.fontelized{
	font-size: 2em;
	text-align: center;
}
[type=submit].fontelized{
	font-size: 2em;
	padding: 0 1em;
	font-weight: bold;
	color: #228ed6;
}
.page.contact .title{
	font-size: 3em;
	display:block;
	text-align: center;
}

.page.contact{
	width: 80vw;
	min-width: 30em;
	display:block;
	position: relative;
	margin: 0 auto;
}
.debugtag{
	position: absolute;
	bottom:.21em;
	right: .21em;
	text-shadow: none;
	color: #cfcfcf;
	font-size: .5em;
}
.page.contact .tinybutton{
	position: absolute;
	z-index: 1000;
	right: 10%;
}
.banner{
	border-radius: .4em;
	padding: 1em;
	background-image: url('/imgs/banners/moss_water.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
	box-shadow: 3px 3px 3px black;
	position: relative;
	text-shadow: 0 0 4px  black, 0 0 4px  black, 0 0 4px  black;
	min-height: 4em;
	user-select: none;
/*	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;

*/}
div.banner{
	padding: 1em;
	background-image: url('/imgs/banners/colors.jpg');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	text-shadow: 0 0 4px  black, 0 0 4px  black, 0 0 4px  black, 0 0 4px  black;
}
.colors.banner{
	background-image: url('/imgs/banners/colors.jpg');
}
.surfacedisturbance.banner{
	background-image: url('/imgs/banners/surfacedisturbance.jpg');
}
.active.lightning{
	background-image: url('/imgs/banners/lightning-strikes.jpg');
}
.waterhole.banner{
	background-image: url('/imgs/banners/waterhole.jpg');
}
.lightning-road.banner{
	background-image: url('/imgs/banners/lightning-road.jpg');
}
body div.banner, 
.waterrocks.banner{
	background-image: url('/imgs/banners/waterrocks.jpg');
}
.windface.banner{
	background-image: url('/imgs/banners/windface.jpg');
}
.moss_water.banner{
	background-image: url('/imgs/banners/moss_water.jpg');
}
.forest.banner{
	background-image: url('/imgs/banners/forest.jpg');
}
.purple_tree.banner{
	background-image: url('/imgs/banners/purple_tree.jpg');
}
.page.contact form textarea{
	height: 25vh;
	min-height: 10em;
}
.message{
	position: relative;
	width: 100%;
	max-width: 900px;
	overflow:hidden;
	display:block;
}

.page.contact .submitContainer{
	text-align: right;
}
.form_excuse{
	position: relative;
}
.reasonWhy{
	z-index: 100;
	width: 15em;
	display:none;
	right: 2em;
	top: 2em;
	position: absolute;
	background-color: #d1e1f9;
	border-radius: 1em;
	padding: 1em;
	border: 1px solid black;
}
.reasonWhy .closeButton:hover{
	background-color: darkred;
	color: white;
}
.reasonWhy .closeButton{
	background-color: white;
	position: absolute;
	right: -.5em;
	top: -.5em;
	cursor: pointer;
	position: inline-block;
	border-radius: 49%;
	width: 1.2em;
	height: 1.2em;
	text-align: center;
	line-height: 1.4em;
	border: 1px solid black;
}
.fieldSet{
	margin-bottom: 1em;
}
.fieldSet, .contact.page textarea{
	width: 99%;
}
.page.contact label{
	display:block;
	font-size: 2.4em;
}
.page.contact form input[type=text]{
	margin: .25em 0;
	width: 100%;
	padding: .24em;
	box-sizing: border-box;
}
.page.contact form input[type=text],
.page.contact form textarea{
	font-size: 1.24rem;
}





.tagline{ 
  margin-top: 2em;
  margin-bottom: 2em;
  font-family: 'Amatic SC';
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  font-size:  2em;
}

.tagline .however{
	line-height: 1em;
	font-size: .8em;
	font-weight: 500;
    display:inline-block;
    display:block;
    margin-top: 1em;
    -webkit-transform:scale(1.5,.7); /* Safari and Chrome */
    -moz-transform:scale(1.5,.7); /* Firefox */
    -ms-transform:scale(1.5,.7); /* IE 9 */
    -o-transform:scale(1.5,.7); /* Opera */
    transform:scale(1.5,.7); /* W3C */
}

.thankyoubox{
	display:block;
	margin: 0 auto;
	box-sizing: border-box;;
	width: 400px;
	margin-top:;
	padding: 2em;
	font-size: 1.25em;
	border: 1px solid #529b52;
	border-radius: 1em;
	background-color: #e0f9eb;
}

.errorbox{
	padding: 1em;
	border: 1px solid red;
	background-color: #cfcfcf;
	position: relative;
	width: 10em;
	border-radius: .5em;
	height: 1em;
	text-align: center;
}
.margincenter{
	margin: 0 auto;
	display:block;
}
.bigbutton{
	margin-top: 2em;
	text-align: center;
	padding: .24em;
	border-radius: .5em;
	font-size: 1.4em;
	width: 10em;
	border: 1px solid #cfcfcf;
}

.title{
	font-size: 1.2em;
}





























code{
	font-family: courier;
	color: #202020;
	font-weight: bold;
	border-radius: .3em;
	background-color: #efefef;
	padding: .1em .4em;
	display:inline-block;
	border: 1px solid #cfcfcf;
}

ul.menu{
	font-family: sans-serif;
	font-size: 1.0rem;
	line-height: 1.4em;
	margin: 0;
	margin-left: 2em;
	padding-left: 2em;
	display:block;
	margin-top: -.55em;
}
ul.menu a, ul.menu a:visited{
	color: white;
	text-decoration: none;
}	
ul.menu li{
	list-style: none;
	display:inline-block;
	margin-right: 2em;
}

.error_box .title{
	font-weight: bold;
	font-size: 2rem;
	font-variant: small-caps;
	padding: .24em;
	background-color: #cfcfcf;
}
.error_box .body{
	font-weight: bold;
	padding: .5em;
	min-height: 200px;
}
.error_box{
	font-family: sans-serif;
	border-radius: .24em;
	border: 1px solid #808080;
	display:block;
	margin: 0 auto;
	margin-top: 1em;
	width: 30em;
}

.footer{
	position:fixed;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
}
.footer .updated{
	display:inline-block;
}
a, a:hover, a:visited{
	color: blue;
	text-decoration: none;
}

.header{
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+5,2c2c2c+17,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 5%, #2c2c2c 17%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 5%,#2c2c2c 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%,#595959 5%,#2c2c2c 17%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.masthead{
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.logo .icon-cloud{
	font-variant: small-caps;
}
.logo .icon-cloud:after{
	position: absolute;
	left: 0;
  	content: "\e9c1";
	font-variant: small-caps;
	color: #00ff00;
}
.logo .title{
	color: white;
}
.logo .icon-cloud:after,
.logo .icon-cloud:before{
	top: .2em !important;
  	font-size: 2rem;

}
.logo .icon-cloud:before{
	position: absolute;
	left: 0;
	top: 0;
  	content: "\e9c1";
  	color: #808080;
	font-variant: small-caps;
}
.logo{
	position: relative;
	margin-left: 1.25em;
	height: 2em;
	padding-left: 2.25em;
	line-height: 2rem;
}


@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}



.pulse:after {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
        transform: scale(0.75);
        filter: blur(0px);
    }
    30% { 
        opacity: 1.0;
        transform: scale(1);
        filter: blur(1px);
    }
    100% { 
        opacity: 0.5;
        transform: scale(.75);
        filter: blur(3px);
    }
}
.body_content{
	display:block;
	width: 80vw;
	max-width: 1200px;
	min-width: 400px;
	padding: 1em;
	margin: 0 auto;

}
.section_heading{
	font-weight: bold;
	font-size: 1.24em;
}

a.button, .button{
	color: black;
	font-family: sans-serif;
	border-color: #2d579b;
	border-radius: .25em;
	border: 1px solid black;
	background-color: #efefef;
	padding: .5em;
	box-shadow: inset -1px -1px 3px #000;
}

.button:hover{
	background-color: #ccdfff;
}
.button.primary{
	background-color: #b9e8bb;
	color: black;
	font-weight: bold;

}
.button.light-cancel{
	text-decoration: underline;
	border: none;
	background-color: transparent;
	box-shadow: none;

}
.input_text{
	display:inline-block;
	margin-top: .5em;
	position: relative;
	border: 1px solid black;
	position: relative;
	color: #808080;
}
.input_text label{
	font-family: sans-serif;
	position: absolute;
	z-index: 100;
	margin-left: .24em;
	font-size: .85rem;
	transition: color .4s, font-size .5s;
}
.input_text.empty label{
	font-size: 1.25em;
	padding: .24em;
	color: #808080;
}
.input_text input{
	outline-style:none;
	box-shadow:none;
	border-color:transparent;

	position: relative;
	width: 100%;
	margin: 0;
	padding: .5em .25em .2em .25em;
	box-sizing: border-box;
	border: 0;
}

label{
	user-select: none;
}





.feature{
	margin: 1em;
	display:inline-block;
	vertical-align: top;
	max-width: 30em;
	border: 1px solid black;
	min-height: 14em;
	width: 30em;
	overflow:hidden;
	padding: 0;
	border-radius: .5rem;
	background-color: white;
	transition: border-color .2s, background-color .2s, color .2s;
}
.feature .title{
	font-weight: bold;
	border-radius: .5rem .5rem 0 0;
	font-size: 1.2rem;
	padding: .25rem .5rem;
	background-color: #cfcfcf;
}

.feature:hover{
	border-color: blue;
	background-color: #c1f8ff;
	color: black;
}


.feature .title:before{
	content: "\e914";
	font-family: 'icomoon' !important;
	position: absolute;
	right: 1em;
	top: .3em;
	bottom: 0;
	width: 1em;
	transition: color .4s;
	z-index: 100;
}
.feature:hover .title:before{
	color: #48ff31;
	text-shadow: 0 0 13px black;
}
.feature .body{
	display:inline-block;
	position: relative;
	padding: 1em 1em 1em 2em;
}

.module{
	text-align: left;
	border: 1px solid black;
	display:inline-block;
	border-radius: .4rem;
	background-color: white;
	margin: 20px;

}
.module .title{
	background-color: #cfcfcf;
	border-top-left-radius: .25em;
	border-top-right-radius:  .25em;

}
.module .body{
	min-height: 4em;
	padding: .5em;
}
.module .title{
	padding: .25em;
	font-weight: bold;
	font-size: 1.24em;
}
.module .title .main,
.module .title .otherwise{
	display:inline-block;
}


input.login{
	font-size: 2em;
}

.actions{
	margin-top: 2em;
	padding: 2em;
	text-align: right;
}

.alt-actions{
	padding: 2em;
	text-align: center;
}

.user .alt-actions .button{
	padding: .5em 2em ;
	font-size: 1.25em;
}

.checkBlock{
	display:block;
}

.clickable{
	cursor: pointer;
}
.section{
	margin: 1em;
	display:inline-block;
	vertical-align: top;
	max-width: 900em;
	border-left: 1px solid black;
	border-right: none;
	border-bottom: none;
	min-height: 10em;
	width: 80%;
	padding: 0;
}
.section,
.section .title{
	border-top-left-radius: 15px;
}
.section .title{
	font-weight: bold;
	font-size: 1.2rem;
	padding: .25em .5em;
	background-color: #cfcfcf;
}
.section .body{
	display:inline-block;
	position: relative;
	padding: 1em 1em 1em 2em;
}

.smallcaps{
	font-variant: small-caps;
}

.vpn .section > .title{
	font-size: 2rem;
}

.section .dateline{
	text-align: right;
}
.section .subheading{
	margin-top: 1em;
	padding-left: 1em;
	font-size: 1.24em;
	background-color: #EFEFEF;
	padding: .5em;
}

.body_content .feature .title, 
.body_content .section .title,
.body_content .section .subheading{
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	position: relative;
}
.body_content .feature .title:after, 
.body_content .section .title:after,
.body_content .section .subheading:after{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	z-index: 1;
	display:block;
	content: '';
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+98,1+98 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.wordgroup{
	padding-left: 2em;
}
.wordgroup .explained{
	padding-bottom: .25em;
	font-style: italic;
}
.wordgroup .word{
	border: 1px solid transparent;	
	padding: .1em .2em;
	display:inline-block;
}
.wordgroup .word:hover{
	border: 1px dotted red;
	font-weight: bold;
	background-color: yellow;
}
.wordgroup .word.outOfLine{
	display:block;
	background-color: yellow;
	border: 1px solid #c0c0c0;
}

.def_card{
	padding-left: 3em;
	padding-bottom: 1em;
	border: 1px solid #c0c0c0;
	border-top-width: 0px;
	border-radius: 0 0 .25em .25em;
}

.announcement{
	margin: 2em;
	padding: 1em;
	border: 1px solid black;
	border-radius: .25em;
	overflow:hidden;
	background-color: yellow;
}
.vid_feature{
	display:inline-block;
	width: 350px;
	vertical-align: top;
	height: 250px;
	border-radius: 10px;
	margin: 1em;
	border: 1px solid darkblue;
	overflow:hidden;
}
.vid_feature .label{
	background-color: black;
	color: white;
	padding: .2em;
	padding-left: 1em;
	font-size: .7em;
}

.lyrics{
	white-space: pre-wrap;
	font-style: italic;
	font-size:1.25em;
	line-height: .90em;
	color: #808080;
}
.vid_feature .caption{
	height: 3.95rem;
	padding: .4rem;
	font-size: .8em;
	overflow-y: auto;
}


.feature .mascot{
	display: inline-block;
	position: absolute;
	left:0;
	top: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	content: '';

}
.reasonWhy{


}

.nudgedText_fifth{
	display:inline-block;
	position: relative;
	width: 80%;
	left: 20%;
}
ul.tablist{
	margin: 0;
	padding: 0;
	padding-top: 1em;
	display: block;
}
ul.tablist li{
	display:inline-block;
	background-color: #808080;
	padding: .2em .5em .1em .5em;
	border-top-right-radius: .3em;
	border-top-left-radius: .3em;
	position: relative;
	margin: 0;
	text-indent: 0;
	margin-right: .25em;
	cursor:pointer;
	transition: font-color 2s;
}
ul.tablist li.active{
	background-color: #808080;
	color: white;
}
.tabFeatureBody{
	height: 60vh;
	overflow-y: auto;
	display:none;
}
.tabFeatureBody.active{
	display:block;
}
ul.tablist li:after{
	content: '';
	position: absolute;
	border-bottom:  1px solid black;
	width: .25em;
	bottom: 0;
	left: 100%;
	height: 1em;
}
/* abomination */
ul.tablist div{
	display:inline-block;
}
.tabFeatureBody{
	background-color: lightblue;
	border-top: 1px solid black;
	padding: 1em;
	margin-top: -1px;
	z-index: 10;
}
