/*
    To change this license header, choose License Headers in Project Properties.
    To change this template file, choose Tools | Templates
    and open the template in the editor.
*/
/*
    Created on : Jan 11, 2020, 7:11:08 PM
    Author     : DantheManwiththePlan
*/
/* Style the label to display next to the inputs */
/* Style the submit button */
/* Style the container */
/* Floating column for labels: 25% width */
/* Floating column for inputs: 75% width */
/* Clear floats after the columns */
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
body {
  background-color: #fff;
  display: block;
  font: 14px Verdana;
  font-weight: normal; }

h1 {
  font-family: arial black;
  text-align: center;
  color: #fff; }

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
  padding: 0px; }

#menu_container {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
  padding: 0px 60px 15px 0px; }

.menu {
  width: 25%;
  float: left;
  padding: 10px;
  font-weight: normal;
  cursor: pointer; }

.moremenu:link {
  font: inherit;
  text-align: center;
  text-decoration: none;
  padding: 3px 7px;
  color: #fff;
  border: solid 1px yellow;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.moremenu:visited {
  font: inherit;
  text-align: center;
  text-decoration: none;
  padding: 3px 7px;
  color: #1C3E8C;
  border: solid 1px #CCC;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.moremenu:hover {
  text-decoration: none;
  color: #5A7A9B;
  border: solid 1px #666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

#ul_Rep {
  position: relative;
  left: 0;
  top: 5px;
  margin: 0;
  padding: 0; }

#ul_Rep li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: inherit; }

#ul_Rep div {
  position: absolute;
  margin: 0;
  padding: 0;
  border: solid 1px #DE9292; }

#ul_Rep div a {
  position: relative;
  display: block;
  margin: 0;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #C43434;
  color: #FFF;
  font: inherit; }

#ul_Rep div a:hover {
  background: #DE9292;
  color: #FFF; }

input[type=text], input[type=address], input[type=apartment], input[type=city], input[type=state], input[type=zip], input[type=email], input[type=number], input[type=checkbox], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical; }

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block; }

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width: 25%; }

.rowbot {
  margin-top: 20px; }

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #e6d4b9;
  border: solid 2px yellow;
  padding: 20px;
  opacity: 0.9; }

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px; }

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px; }

.top {
  margin-top: 20px; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

.form_text {
  font-family: arial black;
  font-size: 25pt;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 36px; }

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0; } }

/*# sourceMappingURL=mainsass_statSITE.css.map */
