@font-face {
    font-family: 'Kumbh Sans';
    src: url('../font/KumbhSans-Regular.woff2') format('woff2'),
        url('../font/KumbhSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kumbh Sans';
    src: url('../font/KumbhSans-Bold.woff2') format('woff2'),
        url('../font/KumbhSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body, html {
    height: 100%;
	font-family:'Kumbh Sans';
}


.hero-image {
  background-image:  url("../img/default.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white ! important;
}


.hero-text h1 { color: white; text-shadow: 0 5px 20px rgba(0, 0, 0, 1);  text-shadow: 0 0 50px rgba(0, 0, 0, 1); }

.bottom-margin {margin-bottom: 20px; }


.stellarnav {
	margin-bottom:5vH;
}

blockquote{
	padding: 6px;
	border-left: 2px solid #7f869c;
	margin: 3px 0 20px 0;
}

pre, .code {

	padding: 6px 0 20px 6px;
	border-top: 1px solid #7f869c;
	border-right: 1px solid #7f869c;
	border-bottom: 1px solid #7f869c;
	border-left: 6px solid #7f869c;
	margin: 3px 0 20px 0;
	
	font-size:1em;	
	overflow:auto; 
	line-height:2.2em;
	
}

address {
	line-height:120%;
	margin: 10px 0 20px 0;
	padding-left: 10px;
	border-left: 6px solid #7f869c;
	font-style: normal;
	font-weight: bold;
	}



aside {
	font-size:85%;
}

footer {
	margin-top:5vH;
	font-size:85%;
	border-top:1px solid #ccc;
	padding:1rem 0;
	position:relative;
}

.footernav {padding: 10px 0; }
.footernav a {display:inline-block; padding:1px 10px; border-right: 1px #999 solid}
.footernav a:first-child {border-left: 1px #999 solid}
footer .editthis {position:absolute; left:10px; top:5px;}




/*Extra Colorpicker */
#colorpickericon {display:block; width:24px; height:24px; background: url(../img/colorpicker.png) no-repeat; z-index:5000; position: absolute; top:230px; right:0; cursor:pointer; }
#colorpicker {display:none; width:90px; background: #eee; position: absolute; top:100px; right:0; z-index:9000; font-size:12px;line-height:100%; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);}
.pickerfield {width:100%; height:40px; float:left;}

.pickerfield input[type="color"] {width:100%; height:20px; padding:0; border:0; cursor:pointer;}
.pickerfield input[type="text"] {width:90%; height:20px; padding:1px 3%; border: 1px solid #000; cursor:text;}


a.colpick-button {display:block; clear:both; width:80%; margin:10px auto; padding:3px; background: rgba(255,255,255,0.2); text-align:center; border: 1px solid #000; border-radius: 15px;  cursor:pointer;}
#colorpicker-info {display:none; position: absolute; width:160px; padding:10px; top:0; left:-180px; background: #fff; box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);}

#gototopswitch {float:right; margin:10px 0 0 0;}

/* Login Box */

#showlogin {display:block; float:left; position:relative;  width:30px; text-align:right; margin:10px 6px 0 0; }
#login-box {position:absolute; width:250px; left:10px; top:-10px; padding:5px; font-size:11px; z-index:2000; background: #eee; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);}
#login-box td {vertical-align: top; }
#login-box .loginsubmit {border:0;}
#login-box .inputfield {width:100px; border: 1px solid #c9e8f9; padding:1px; line-height: 1em;}



.responsiveVideo, .flex-video {
   position: relative; padding-bottom: 56.25%; padding-top: 30px;  height: 0; overflow: hidden;
}

.responsiveVideo iframe, .flex-video iframe, .responsiveVideo object, .flex-video object, .responsiveVideo embed, .flex-video embed  {
   position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


th, td {vertical-align:top;}

table {
	border-collapse:collapse;
	border: none;
}


table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top; ;  border: none; border-bottom: 1px solid #666;}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  border: none; border-bottom: 1px solid #666;}
table.table tbody tr:hover td {background-color:rgba(120,120,120,0.1);}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:110%;}

/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}
body .showOnDesktops {display: block;}

/* --------------------------- pics ------------------------------------ */
img.picfull {width:100%; height:auto;}

@media screen and (min-width:640px) {
	img.pic2left, img.pic3left, img.pic4left { margin: 0 1em 1em 0; height:auto; }
	
	img.pic2right, img.pic3right,  img.pic4right { margin: 0 0 1em 1em; height:auto; }
	
	img.pic2left {float:left; max-width:48%;}
	img.pic2right {float:right; max-width:48%; }
	
	img.pic3left {float:left; max-width:32%;}
	img.pic3right {float:right; max-width:32%;}
	
	img.pic4left {float:left; max-width:24%;}
	img.pic4right {float:right; max-width:24%; }
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	body div .showOnTablets {display: block;}
}

@media screen and (max-width:640px) {
	img.pic2left, img.pic3left, img.pic4left,
	img.pic2right, img.pic3right,  img.pic4right { margin: 1em 0; width:100%; float:none; height:auto; }
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
	body div .showOnMobiles {display: block;}

}