
* {
	padding: 0%;
	margin: 0%;
	outline: none;
}
.heading {
	position: relative;
    margin-top: .25%;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 100%;
	overflow: hidden;	
	}
	
.mainnav {
   width: 100%;
   display: flex;
   justify-content: center;
   padding-bottom: 2%;
   padding-top: 2%;
   overflow: hidden;
   background-color: white;
   } 
.mainnav ul {
   margin-bottom: 1%;  
   }
.mainnav ul li {
   display: inline-block;
   line-height: 20px;
   margin: 0 7px;   
   }
.mainnav ul li a{
   background-color: white;
   color: #c8232c; 
   border: 2px solid #c8232c;    
   display: block;
   font-size: 18px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-radius: 10px;
   outline: none;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: underline;  
   }     
.mainnav ul li a:hover{
   background-color: #c8232c;
   color: white;  
   font-size: 20px;  
   }  
.mainnav ul li a:focus{
   background-color: #c8232c;
   color: white; 
   border: 3px solid blue;   
   font-size: 20px;  
   }  
   
 
/* start of skip to main content */
#main {
  float: left;
  display: flex;
  justify-content: center;
  text-align: center;	 
  width: 78%;
  margin: auto;
  margin-top: 1%;
  margin-bottom: 1%;
  position: relative;
  overflow: hidden;
}  
#main:focus {
    border: 2px solid blue;
	border-radius: 6px;
} 
.skip {
  position: absolute;
  left: -10000px;
  z-index: 999;
  padding: 5px 10px;
  background-color: #c8232c;
  color: white;
  opacity: 0;
  overflow: hidden;
}
.skip:focus {
   left: 50%;
   transform: translateX(-50%);   
   border: 3px solid blue;
   padding: 10px 20px;
   border-radius: 6px;  
   opacity: 1;  
}	

/* end of skip to main content */

.container{
	float: left;
	margin: auto;
    width: 75%;
	margin-top: 0;
	margin-bottom: 2%;
	border: 3px solid #c8232c;
	border-radius: 15px;
	text-align: center;	
	overflow: hidden;
}
.form {
	width: 100%;
	overflow: hidden;
}
.form-group{
    margin-bottom:1.5em;
    transition:all .3s;
}
.form-label{
	color: #c8232c;
	font-size: 20px;
    transform:translateX(-50px);
	border-radius: 10px;
}
.form-control{
	display: inline;
    box-shadow:none;
    border-radius:5px;
	border: 1px solid #c8232c;
    width: 95%;
    font-size:1.25em;
    transition:all .6s;
	padding: 0 5px;
}
.form-control::placeholder{
    color: #c8232c;
	opacity: .4;
}
.form-control:hover, :focus {
   border: 3px solid #c8232c;
   color: #c8232c;	
}
.form-control:focus{
    box-shadow:none;
    border-color:var(--font-hover-color);
    outline:none;
}
.form-control:invalid:focus{
    border: 3px solid #c8232c;
}
.form-control:valid:focus{
    border: 3px solid #c8232c;
}
.btn{
    background: 0 0 #fff;
    border:1px solid #c8232c;
    border-radius:10px;
    color: #c8232c;
    font-size:1em;
    padding:10px 50px;
    text-transform:uppercase;
	margin-bottom: 2%;
}
.btn:hover, :focus {
   border: 3px solid #c8232c;	
}
textarea{
    resize:none;
}
.focused > .form-label{
    opacity:1;
    transform:translateX(0px);
}	
.secondary-content {
	width: 22%;
	float: right;
	display: flex;
	justify-content: center;
    text-align: center;	
	flex-direction: column;	
	overflow: hidden;
    margin-top: 1%;	
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 1%;
}
.advertise-here-section {
    margin: auto;
	width: 90%;
	text-align: center;
	margin-bottom: 1%;
    padding-top: 1%;
    padding-bottom: 1%;	
}	
    .legal-info {
		background-color: #c8232c;		
		text-align: center;
		width: 100%;
		overflow: hidden;		
	}
    .footernav {
		text-align: center;
		width: 100%;
		overflow: hidden;		
		padding-bottom: 2%;
	}
	.footernav ul {
		margin: auto;
		padding: 0;
		overflow: hidden;
		display: inline-block;
	}
	.footernav ul li {
		margin: 0;
		padding: 0;
        float: left;  
		list-style-type: none;		
    }
	.footernav ul li a {
       display: block;
       padding: 10px;
	   text-align: center;
	   color: white;
    }	
.footernav ul li a:hover{
   background-color: white;
   color: #c8232c;  
   font-size: 20px;  
   }  
.footernav ul li a:focus{
   background-color: #c8232c;
   color: white; 
   border: 3px solid white;   
   font-size: 20px;  
   }	
p{
    font-size: 24px;
    color: #c8232c;
	padding-top: 5%;
	padding-bottom: 5%;
}
h1 {
	font-size: 30px;
    color: #c8232c;
	padding-left: 3%;
    text-shadow: .25px .25px .5px lime;
}
h2{
    font-size: 26px;
    color: #c8232c;
	padding-left: 3%;
    text-shadow: 0px .25px 1px lime;	
}	
h3{
    font-size: 30px;
	color: #c8232c; 
	text-shadow: 0px .25px 1px lime;
	padding-top: 1%;
	padding-bottom: 1%;	
}
h4 {
    font-size: 55px;
    color: #c8232c;	
	padding-top: 1%;	
	padding-bottom: 1%;
}
h5 {
   text-align: center;
   padding-top: 5px;
   padding-bottom: 5px;
}

@media only screen and (max-width: 1000px) {
p {
	padding-top: 5%;
}
h3 {
	font-size: 34px;
	padding-top: 2%;
}	
}

@media only screen and (max-width: 800px) {
#main {
  width: 100%;
} 
.container {
	margin: auto;
	float: none;
	width: 90%;
	border: none;	
	border: 1px solid #c8232c;
}
.form-control{
    width: 90%;
}
.secondary-content {
	margin: auto;
	float: none;
	width: 95%;	
} 	
.mainnav {
	width: 100%;
	display: inline;
}
.mainnav ul {
   width: 100%;
   text-align: center;
}
.mainnav ul li{
   width: 90%;
   justify-content: center;
   margin-top: 1.5%;
   margin-bottom: 1%;
   }
.footernav {
	width: 100%;
	display: block;
}
.footernav ul {
	width: 100%;
	text-align: center;
}
.footernav ul li {
	width: 90%;
	margin-left: 5%;
	margin-top: .1%;
}  
}


