@charset "utf-8";
/* CSS Document */

body {background-image: 0);
	color:#333;
	font-family:georgia, cambria, freeserif, freesans;
	margin:0px;}
	
body a {color: #a7c2dd);}

header {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
	text-align:center;}

header h1 {font-size: 20pt;
    color:#000066;
    font-weight: bold;
    margin-bottom: 10px;
	margin-top: 0px;}	

div {background-color:#a7c2dd;
    text-align:center;}

h2 {font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;}	

h3 {font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;}

h4 {font-size: 0px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;}

main {background-color:#edf2ed;
	color: #444;
	width:100%;}

article {border: 0px solid grey;
	border-radius:0px;
	margin:3px;
	background-color:#a7c2dd;
    padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
    font-size: 18px;
    text-align:center;
    }
img {max-width:100%; height:auto; }

.my-form * {
  box-sizing: border-box;
  font-family: sans-serif;
}

.my-form {
  max-width: 550px;
  padding: 0 7.5rem;
}

.my-form label {
  display: block;
  padding: 1.2rem 0 0.2rem 0;
  font-weight: 700;
  font-size: 1rem;
  color: #374151;
}

.my-form input, .my-form textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.7rem;
  background-color: #fff;
  border: 3px solid #D1D5DB;
  outline: none;
  border-radius: 0.5rem;
  color: #000;
  transition: 300ms border;
}

.my-form textarea {
  resize: none;
}

.my-form input:focus, .my-form textarea:focus {
  background-color: #fff;
  border-color: #2563EB;
}

.my-form input:focus:required:invalid {
  background-color: #fff;
  border-color: #E74694;
}

.my-form .btns-row {
  margin-top: 1rem;
  text-align: right;
}

.my-form button {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  border-color: transparent;
  background-color: #2563EB;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: 300ms background;
  cursor: pointer;
}

.my-form button:hover {
  background-color: #3B82F6;
}

figure {text-align:center;}

#content iframe {
	border: 1px solid #666;
	height: 30px;
	width: 100px;}

footer {background-color: #a7c2dd;
	color:#424490;
	font-size:12px;
	font-weight:bolder;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
	width: 100%;}




