html, body {
    margin: 0;
    height: 100%;
	width:100%; 
}

.hero-image {
	display: block;
    cursor: pointer;
  background-image: url("logo3.png");
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#header{
 margin:0;
 border:none;
 background-color:#ed1c24;
 height:60%;
 overflow: hidden;
 width:100%;
 text-align:top;
 }
 
 h1{
 color: black;
 font-family:Californian FB; 
 font-size: 32px;
 }
 
 h2{
 color: white;
 font-family:Californian FB; 
 font-size: 38px;
 }
 
  h3{
 margin: 0;
 border-style: none none solid none; 
 border-color:#e5e05b;
 }
 
 #main{
 background:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
 background-color: #ed1b23; 
 border-color: none;
 height: auto;
 overflow:hidden;
 width: 100%;
 text-align:center;
 } 
 
 
 
 p {
color: white; 
font-family:Californian FB;
font-size: 23px;
text-align: left;
padding: 0em 0.5em;
 }
 
 p1 {
color: white; 
font-family:Californian FB;
font-size: 22px;
text-align: justify;
 }
 
  p2 {
color: white; 
font-family:Californian FB;
font-size: 22px;
text-align: center;
 }
 
 #footer{
 clear:both;
 border:none;
 border-color: black;
 background-color: #ed1c24;
 height:10%;
 text-align:center;
 padding: 2em 0em;
 width:100%;
 overflow:hidden;
  position: relative;
 }
 
 table, td, th {
  border: none;
}

table{
	width:70%;
	border-collapse: collapse;
	margin-left: 30px;
	padding: 3em 0em;
}

th{
	text-align:justify;
	padding: 0em auto; 
}

* {
  box-sizing: border-box;
  position:relative;
}


#content {
	float: center;
	width: 60%;
	text-align: center;
	position:relative;
	margin: ;
	}



ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.style1 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #e6e600;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

a {
	font-size: 22px;
	color: white;
	font-family:Californian FB;
	text-align:center;
	text-decoration:none
}

.icon {
 font-family:Californian FB;
 background: none;
 font-size: 1em;
 color: #FFF;
}	

.button {
  border: none;
  font-family:Californian FB;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 25px;
}

.button1 {background-color: orange;} 


