body{
	background: #122539;
	margin: 0px;
}

.containerTitle {
  text-align: center;
  color: white;

}

.header {
position: absolute;
top:5%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: black;
  font-size: 30px;
  width: 100%;
  padding:0px;
  float:right;
}

.header a{
	text-decoration:none;
	color:black;
}

.topCorner{
	position:absolute;
	background-color:yellow;
	color:black;
	border: 5px solid black;
	font-weight: bold;
	width: 12%;
	left: 2%;
	top: 5%;
}

.center{
	position: absolute;
	background-color:yellow;
	color:black;
	border: 5px solid black;
	font-weight: bold;
	left: 32.5%;
	width: 35%;
	top: 15%;
}

.center a{
	font-size: 3em;
}


.header h1{
	margin-bottom: 0px;
}

.header h5{
	margin-top: 0px;
	font-size: 20px;
}

.frontIMG{
	 width: auto !important; /*override the width below*/
	 max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  float: left;
  margin-bottom:1em;
  }
  
 .text{
	 padding-top: 10px;
	 padding-bottom: 2em;
 }
 
  .textI{
	 padding-top: 10px;
	 padding-bottom: 2em;
 }
  
 .containerText{
	text-align: center;
	color: black;
	background: white;
 }
 
 .containerText h2{
	 font-size: 40px;
	
 }
 
  .containerText hr{
	  margin-left: auto;
  margin-right: auto;
	 padding: 0px;
	 width: 15%;
	
 }
 
  .containerText h5{
	 font-size: 20px;
	
 }
 
.textI h3{
	   margin: 0;
	 font-size: 20px;
	
 }
 
 
 .textI h4{
	   margin: 10px;
	 font-size: 25px;
	
 }
 .containerText a.button {
    padding: 10px;
    border-radius: 3px;
    background: red;
	color: black;
	text-decoration: none;
	font-size: 25px;
	margin-bottom: 1em;	
	transition:transform 0.25s ease;
}

 .containerText a.button:hover {
    -webkit-transform:scale(1.5); /* or some other value */
    transform:scale(1.5);
}



 .contact{
	 padding-top: 10px;
	text-align: center;
	color: white;
	background: #122539;
 }
 
  .contact h2{
	text-align: left;
	padding-left: 10%;
	font-size: 30px;
 }
 
   .contact h3{
	font-size: 35px;
 }
 
  .contact h4{
	text-align: left;
	padding-left: 10%;
	font-size:20px;
	padding-bottom: 1em;
 }
 
 .contact table{
	 margin: 0 auto;
	 font-size: 20px;
	 margin-bottom: 1em;
	
 }
 
 .boldText{
	 font-size: 30px;
 }
 
 .contact th{
	 width: 300px;
 }
 
 iframe {
	 padding-top: 20px;
 }
 

.footer {
	position: bottom;
	padding: 0px 5px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	color: black;
	float:right;
}

.footer p {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.footer p.data {
  font-size: 15px;
  padding-left: 10%;
  font-weight: bold;
  margin: 0;
}

.footer a:hover {
  color: blue;
}

.footer-right {
  float: right;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}