* {
  box-sizing: border-box;
}

h1{
font-family: "Arial", Helvetica, sans-serif;
font-size:52px;
}
h2{
font-family: "Arial", Helvetica, sans-serif;
font-size:44px;
color:#0000ff;
line-height: 12pt;
}
h3{
	font-size:36px;
color:#6600ff;
line-height: 10pt;
}
h4{font-size:24px;}
h5{
font-size:18px;
text-align: center;
line-height: 10pt;
}
h6{font-size:14px;
    text-align: center;
}

/* .fa {font-size:50px;} */

p {
  font-family: "FreesiaUPC", Times, serif;
  font-size:18px;
    text-align: center;
	font-weight: bold;
line-height: 16pt;
}
.header2 {
  background-color: #c0e4c2;
  padding: 5px;
  text-align: center;
  font-family: "Tahoma",Tahoma, Helvetica, sans-serif;
  font-weight: none;
}
.column {
 float:left;
 margin-left:50px;
  margin-right:50px;
   font-size: 16px;
 padding:15px;   
  width: 90%;	
  background-color:#fff;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
form.example input[type=text] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 42px;
  height:42px;
  padding: 5px;
  background: #454e87;
  color: white;
  font-size: 16px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button :hover {
  background: #0b7dda;
}

}
form.example::after {
  content: "";
  clear: both;
  display: table;
}
/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
	margin-left:15px;	
 	padding:5px;
	 background-color:#e8e8e8;
  }
}
@media screen and (max-width: 600px) {
  .column right {
	padding:50px;
	margin:2px;	
  }
}
.divA {
  width: 14.5vh;
  height: 33vh;
  border: 1px solid #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-sizing: border-box;
  background:#333399;
 padding-top: 5px;
 margin:5px 5px 5px 2px;
 float: left;
font-size:1.5vh;
color:#fff;
text-align: center; 
line-height: 1.2;
}
.divB {
  background:#124745;
  width: 14.5vh;
  height: 33vh;
  border: 1px solid #000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  box-sizing: border-box;
 padding-top: 5px;
 margin:5px 5px 5px 2px;
 float: left;
font-size:1.5vh;
color:#fff;
text-align: center; 
line-height: 1.2; 
}
.div0 {
  width: 140px;
  height: 300px;
  margin: auto;
  border: 1px solid #3d7c7c;
  padding: 1px;
  margin-bottom: 5px;
  background-color: #e8f0ef;
}
.div0:hover{
  width: 140px;
  height: 300px;
  margin: auto;
  border: 2px solid #ff9900;
  padding: 1px;
margin-bottom: 5px;
}