body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

div.top {
  position: fixed;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: white;
}

div.logo {
  float: left;
  top: 0;
  left: 0;
}

div.contact {
  float: right;
  top: 0;
  padding-right: 10px;
}

div.housepict {
  display: inline-block;
  position: relative;
  top: 135px;
  z-index: -1;
}

div.pict {
  position: relative;
  top: 135px;
  z-index: -1;
  padding-left: 10px;
}

div.pict_scroll {
  position: relative;
  top: 135px;
  z-index: -1;
  padding-left: 100px;
}

div.paragraph, p.paragraph {
  position: absolute;
  float: right;
  right: 0;
  width: 50%;
  top: 50px;
  padding-right: 100px;
}

div.fixed {
  position: fixed;
  top: 75px;
  width: 100%;
  border: 3px solid #73AD21;
}

.navbar {
  overflow: hidden;
  background-color: #333;
  cursor: pointer;
}

.navbar-right {
  position: absolute;
  right: 123px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ddd;
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

{
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 90%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  position: absolute;
  top: 130px;
  width: 80%;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

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

.logothumb {
  width: 438px;
  height: 70px;
  object-fit: contain;
  object-position: left;
  vertical-align: top;
}

.carrollton {
  width: 300px;
  height: 70px;
  object-fit: contain;
  object-position: right;
}

span.frontdesc {
  display: inline-block; /* the default for span */
  width: 500px;
  vertical-align: top;
  padding: 5px;
}

/* 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;
  }
}
