h1 {
  font-size: 60px;
  margin: 0px;
  padding: 0px;
}
h3 {
  margin: 0px;
  padding: 0px;
 color:teal;
 font-size: 18px;
}
/*
input[type=text],select,textarea,input[type=password],input[type=email],input[type=tel] {
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  font-size: 15px;
  background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
  color:#000;
  border-radius:10px;
} 
*/
.textshadow1 {
	font-size:20px;
color:#900;
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
color: #900;
font-size:20px;
}
.bg {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	background: linear-gradient(90deg, #fcff9e 0%, #c67700 100%);
}
.hbg
{
	background: linear-gradient(90deg, #f8ff00 0%, #3ad59f 100%);
}