/* CSS Document */
body {
  background-image: url("bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  color: white;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 100px;
  padding: 10px;
  text-align: center;
  font-weight: lighter;
  line-height: 1;
  margin: 0px;
  text-shadow: 1px 1px 2px black;
}

div.footer {
  color: white;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  font-style: italic;
  margin: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background:rgba(255,255,255,0.25);
  margin: auto;
  text-shadow: 1px 1px 2px black;
}

div.taa-cont {
  width: 95%;
  margin: auto;
  margin-top: 40px;
}

div.taa-row {
  width: 30%;
  padding: 10px;
  margin: 10px;
	background:rgba(255,255,255,0.25);
	float: left;
}

div.taa-halfrow {
  width: 45%;
  padding: 10px;
  margin: 10px;
	background:rgba(255,255,255,0.25);
	float: left;
}

div.taa-fullrow {
  width: 95%;
  padding: 10px;
  margin: 10px;
	background:rgba(255,255,255,0.25);
	float: left;
}

div.taa-leftcell {
  color: white;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 30px;
  padding: 10px;
  text-align: center;
  font-weight: normal;
  line-height: 1.25;
	float: left;                     
	text-shadow: 1px 1px 2px black;
	width: 25%;
	margin-right: 20px;
}

div.taa-rightcell {
  color: white;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 30px;
  padding: 10px;
  text-align: left;
  font-weight: normal;
  line-height: 1.25;
  float: clear;
  text-shadow: 1px 1px 2px black;
}

div.taa-textarea {
  color: black;
  font-family: "Segoe UI", "Helvetica", sans-serif;
  font-size: 14pt;
  padding: 10px;
  text-align: full;
  /*font-weight: lighter;*/
  line-height: 1.2;
  margin: 5px;
  /*text-shadow: 1px 1px 2px black;*/
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: nonw;
  color: black;
}

div.container {
  height: 135px;
}

/* resize images */
div.container img {
    width: auto;
    height: 100%;
    border-color: rgba(187,222,251, 0.75);
    border-style: solid;
}
