html, body {
    font-family: Verdina, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom right, #7C3030, #AA4A44);
}


div {
    margin: auto;
    text-align: center;
    width: max-content;
}

table {
    margin: 0px;
    border-spacing: 0px;
    padding: 0px;
}

th, td {
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main {
    width:1000px;
}

td.banner1 {
    width:1000px;
    height: 562px;
    background-image: url("../images/bannerbg.png");
    background-repeat:no-repeat;
    background-size:1000px 562px;
}

.button {
  background-color:#7C3030;
  color: white;
  padding:4px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  -webkit-text-stroke-width: 0px;
}

.button:hover {
  background-color:#AA4A44;
  text-decoration: none;
  cursor: pointer;
}

table.top {
    width:1000px;
    height: 70px;
}

.header {
    height: 70px;
    position: fixed;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background-color: #36617C;
    border: 1px solid black;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.5);
}

.border {
    border: 1px solid black;
}

.form {
    background-color: #0F2F3D;
    background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
    background: rgba(204, 204, 204, 0.5);
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
   -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #7C3030;
}

.formfield {
    border-radius: 5px;
    height: 25px;
    width: 260px;
   -webkit-text-stroke-width: 0px;
    color: #000;
    font-size: 18px;
}

.formfield::placeholder {
    color: #000;
}

.formcomments {
    font-size:15px;
   -webkit-text-stroke-width: 0px;
    border-radius: 5px;
    width: 260px;
    height: 100px;
}

.formcomments::placeholder {
    color: #000;
}


.formtbl {
    border-spacing: 5px;
}

.formcell {
    text-align:right;
    vertical-align: middle;
}
.formcellr {
    text-align:left;
    vertical-align: middle;
}

.formcellth {
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
}


.logo {
    width: 50px;
    text-decoration: none;
}

.title {
    color: #7C3030;
    font-size:32px;
}

.title:hover {
    color: #AA4A44;
}

a.logo:hover {
   text-decoration: none;
}

.centerIMG {
    width: 1000px;
}

input {
   -webkit-text-stroke-width: 0px;
}
