/*body {
     background-color: #2b0757; } */
.top-head   {
    background-color: #eb8e31; 
    height: 55px; 
    width: 75%;
    position: fixed;

    z-index: 99;
   } 
@media only screen and (max-width: 450px) {
  .top-head h1 {

  font-size: 24px;
  width: 200px;
  line-height:22px;
  padding-top:5px;
  font-weight: 500;
  }
}
@media only screen and (min-width: 700px) {
  .top-head h1 {
  font-size: 29px;
  width: 600px;
  line-height:32px;
  padding-top:8px;
  font-weight: 500;
  }
}

.orange-bar {
background-color: #eb8e31; 
    height: 55px; 
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    vertical-align: middle;
 }
.container {
    background-color: #fff;  }
.resize {
    font-size: 3vmax;
    vertical-align: middle;
    height: 50px;   }

.contact-us {
    position:fixed; 
    top: 5px;
    right: 8%; 
    z-index: 100; }
 
.datil-copy {
    text-align:left;
    width: 98%;
    max-width: 600px;
    margin:auto; }
.form-row {
    margin-bottom: 10px;
}

.form-input {
 width: 100%;
}

.form-error {
    color: red;
}
#contact-form-container {

 }

/*.row {
width: 100%;

 }
.form-container {
padding: 10px;
border-color: #999;
border-width: 1px;}*/
.form-max {
 text-align:left;
    width: 98%;
    max-width: 600px;
    margin:auto;
 }
.floorplans {
width: 98%;
 }
.sent {
 color: red;
 font-weight:bold;
 font-size: 2.4rem; 
 line-height: 1.35; 
 letter-spacing: -.08rem;
  }