html, body {
  
  background-image: url("../images/whitetexture.gif");
  min-height: 100%;
  max-width:100%;
  
  }





html, body { font-family: 'Open Sans', sans-serif; font-weight: 400;, sans-serif;

}

h1,h2,h3 { font-family: 'Open Sans', sans-serif; font-weight: 700;color:#0082b4;, sans-serif;

}

h4 { font-family: 'Open Sans', sans-serif; font-weight: 600; color:#ffffff;, sans-serif;

}

h4.blu { font-family: 'Open Sans', sans-serif; font-weight: 600; color:#0082b4;, sans-serif;

}

h5,h6 { font-family: 'Open Sans', sans-serif; font-weight: 400; , sans-serif;

}

b{ font-family: 'Open Sans', sans-serif; font-weight: 600;, sans-serif;

}

p{ font-family: 'Open Sans', sans-serif; font-weight: 400;, sans-serif;

}



#topbox {
 width:100%;
 height: 280px;
background-image: url("../images/skybg.png");
overflow: hidden;
 	
}

#inbox {
 width:480px;
    
	padding: 0px;
	height: 280px;
    /* background-color: green; */
	/* background-image: url("../images/skybg.png"); */
    overflow: hidden;
 	
}


.sun{
	top: -120px; 
	left: 52px;
	width: 470px;
	height: 470px;
		/* opacity: 0; */
/*     filter: alpha(opacity=0); /* For IE8 and earlier */

}



.sunlady {
	top:0px; 
	left:0px
		/* opacity: 0; */
/*     filter: alpha(opacity=0); /* For IE8 and earlier */

}

.sunflare {
	top:-180px; 
	left:-20px;
		/* opacity: 0; */
/*     filter: alpha(opacity=0); /* For IE8 and earlier */

}


.human {
	top:300px; 
	max-width:360px;
	    color: rgba(255, 255, 255, 1);
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */ 
	text-align: center;
	line-height: 1.2;
	text-shadow: 2px 2px 5px #884400;
	font-family: 'Open Sans ', sans-serif;  font-weight:600; font-size: 20px; 
 	
}

.message1 {
	/* background-color: green;  */
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

}

.message2 {
	/* background-color:blue;  */
opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

}

.message3 {
	/* background-color:blue;  */
opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

}

.inviz {
	
opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

}

.top3 {
	
max-width:100%; 
padding: 0px 16px 16px 16px;  
margin: auto;

}

@media screen and (max-width: 1200px) {
  .top3 {padding: 0px 4px 4px 4px; max-width:300px;}
  
  
}

@media screen and (max-width: 800px) {
  
  h4.blu {font-size:13px;}
  
}

@media screen and (max-width: 600px) {
  
  h4.blu {font-size:20px;}
  
}


.sfooter {
   position: fixed;
   left: 0;
   bottom: 0;
  
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #00415a;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -40px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #00415a transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.w3-button-aco {
	color:#000 ; 
	background-color: #bbd3e9;
	
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background-image: url("../images/icons/cornerarrow.png");
    background-repeat: no-repeat;
  background-position: right bottom;
 transition: 1s;  
	}

.w3-button-aco:hover {
	color:#fff ; 
	background-color:#8CC63F;
	background-image: url("../images/icons/cornerarrow_mo.png"); 
	}
	
	.w3-button-aco1 {
	color:#000 ; 
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background-color: #66b4d2;
	background-image: url("../images/icons/cornerarrow_up.png");
    background-repeat: no-repeat;
  background-position: right top;
 transition: 1s;  
	}
	
	.accordion {
  color:#000 ; 
	background-color: #bbd3e9;
	height:60px;
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background-image: url("../images/icons/cornerarrow.png");
    background-repeat: no-repeat;
  background-position: right bottom;
 transition: 1s;  
}

.accordion:hover {
  color:#fff ; 
	background-color:#8CC63F;
	background-image: url("../images/icons/cornerarrow_mo.png"); 
  
}

.active {
  color:#000 ; 
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background-color: #66b4d2;
	background-image: url("../images/icons/cornerarrow_up.png");
    background-repeat: no-repeat;
  background-position: right top;
 transition: 1s;  
  
}

.active:hover {
  color:#000 ; 
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background-color: #66b4d2;
	background-image: url("../images/icons/cornerarrow_up.png");
    background-repeat: no-repeat;
  background-position: right top;
 transition: 1s;  
  
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
	
.slshbutton{
  background-color: #3c3c3c;
  background-image: url("../images/buttongold40.png");
  height: 40px;
  border: 1px solid #191970;
  border-style: inset;
  box-shadow: 1px 1px 2px #999999;
  color: #cccccc;
  padding: 8px;
  margin: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.slshbutton:hover {
 background-color: #8CC63F;
  color:#0000ff;
  border: 1px solid #0000ff;
  border-style: inset;
  box-shadow: 0px 0px 6px #1E90FF;
}

.countdown {
  min-height: 100%;
  position: relative;
  text-align: center;
  padding: 10px;
  color: #0082b4;
  font-family: 'Open Sans', sans-serif; 
  
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}

.chart{
  display: inline-block;
  width: 58px;
  height: 58px;
  margin: 0 4px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding-top: 14px;
}
  
  .clocktitle{
    display: block;
    font-size: 2em;
    font-weight: normal;
  }

  canvas{
    position: absolute;
    left: 0;
    top: 0;
  }