@media only screen and (max-width: 800px) {
  


body{
  margin: 0;
  background-color: #FEFFED;
  font-family: "Montserrat", sans-serif;
}

.red{
  color: #800020 !important;
}

#color-green {
  color: #0f5634;
}

img {
 max-width: 100%;
 border-radius: 30px;
}

.head-bar {
  width: 100%;
  background-color: #0f5634;

}

.head-bar-logo {
  width: 100%;
  height: 100px;
}

.head-bar-logo img{
  width: 50%;
  margin-left: 25%;

}

.head-contact{
  width: 100%;
  color: #cca943;
  font-size: 24px;
  text-align: center;
}

.stawhorn-hero-image-place {
  width: 100%;
  margin-top: 0;
  height: 300px;
  position: relative;
}

.stawhorn-hero-image-place img {
  width: 100%;
  height: 100%;
}

.strawhorn-surveyors-inset-container {
  position: absolute;
  width: 100%;
  top: 40px;

}

.inset-logo{
  position: absolute;
  width: 40%;
  top: 40%;
  right: 30%;
}

.inset-logo img{
  width: 100%;
  border-radius: 30px;
  filter: grayscale(100%);
}

.quote{
 
  font-size: 12px !important;
  text-align: center;
}

.bottomquote{
  width: 100%;
  margin-top: 50px;
  color: #0f5634;
  background-color: #FEFFED;
}

.bottomquote h3{
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.strawhorn-section-title {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
  color: #0f5634;
  background-color: #FEFFED;

}


.strawhorn-section-title h1{
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; 
  font-size: 1.5em;
}

.surveyors-large-container{
  width: 100%;
  margin-bottom: 100px;

}

.surveyors-small-container{
  display: block;
  margin: auto;
  width:100%;
  margin-bottom: 100px;
}

.surveyors-row{
  width: 90%;
  margin-left: 5%;
  align-items: center;
  position: relative;
}

.surveyors-row img{
  width : 100%;
 
}

.surveyors-mobile-column {
  width: 100%;
}

.surveyors-mobile-column img{
  width: 100%;
}

.web-column{
  display: none;
}

.surveyors-column-single{
  width: 100%;
  font-size: 16px;
  text-align: center;

}

.burgundy-border{
  border-style: outset;
  border-color: #0f5634;
  background-color: #eee;
  width: 100%;
}

.burgundy-border p{
  padding-left: 5px;
  padding-right: 5px;
}

.green-border{
  border-style: outset;
  border-color: gold;
  background-color: #eee;
  width: 100%;
  margin-top: 20px;
}

.green-border p{
  padding-left: 5px;
  padding-right: 5px;
}

.strawhorn-client h5{
  padding-left: 20px;
  color: #0F3156;
}

.button-placement{
  width: 100%;
  min-height: 100px;
  padding-top: 40px;
}

.strawhorn-calltoaction{
  text-align: center; 
  margin-bottom: 25px;
  margin-top: 25px;
}

.strawhorn-calltoaction a{
  background-color: #0f5634;
  border-radius: 30px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid #cca943;
  font-size: 12px;
}

.strawhorn-calltoaction a:link{
  color: #cca943;
  text-decoration: none;
}

.strawhorn-calltoaction a:visited{
  color: #cca943;
  text-decoration: none;
}

.strawhorn-calltoaction a:hover{
  color: red;
  text-decoration: none;
  background-color: lightgrey;
}

.strawhorn-mobile-text{
  position: absolute;
  background-color: white !important;
  top: 2px;
  left: 2px;
  border-radius: 30px; 
  border: 3px solid #cca943;
  opacity: 0.8;
  font-size: 16px;
}

.strawhorn-mobile-text h2{
  margin-left: 10px;
  color: #0f5634;
  font-size: 18px;
  padding-left: 20px;
}




/* MENU SECTION */

#show-menu {
  opacity: 0;
  padding-bottom: 0px;
}


#show-menu:checked ~ #menu {
  display: block;
}

.display-menu {
  display: block;
  width: 90;
  margin-left: 10px;
  margin-right: 10px;
  color: #cca943;
  background-color: #0f5634;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #cca943;;
  border-radius: 0.50em;
}

#menu {
  
  display: none;
  background-color: #0f5634;
  margin-top: 10px;
}

#menu ul {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  
}


#menu li {
  display: inline-block;
  margin-bottom: 4px;
  width: 80%;
  margin-left: 10%;
  background-color: #0f5634;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.50em;
  border-color: #cca943;
}

#menu li a:link, #menu li a:visited {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 0px;
  width: 100%;
  text-align: center;
  color: #cca943;
  border: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#menu li a:hover {
  text-overflow: inherit;
  overflow: visible;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  position: relative;
  border-bottom: 3px solid #0f5634;
  font-size: 16px;
}

.accordion:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 16px;
  display: inline-block;
  transform: translateY(-50%);
  transition: all 0.1s linear;
}

.accordion.active:after{
  rotate: 45deg;
  transform: translateX(-50%);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}



footer{
  width: 100%;
  background-color: #0f5634;
  color: #8a8a8a;
  font-size: 14px;
  padding: 20px 0 20px;
  margin-bottom: 0;
}

footer p{
  color: #cca943;
  font-size: 20px;
}

footer a{
  color: #cca943;
  font-size: 20px;
  text-decoration: none;
}

footer ul{
  list-style-type: none;
  width: 100%;
  padding-left: 0px !important;
}

footer li{
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

footer p{
  text-align: center;
}

footer hr{
  border: none;
  background: #b5b5b5;
  height: 1px;
  margin: 20px 0;
  }

.strawhorn-head-background {
  margin-top: 0;
  width: 100%;
  height: 300px;
  padding-top: 20px;
  background-position: center;

}

.Surveydownload{
  width: 100%;
  display: block;
  margin: auto;
}

.Surveydownload img{
  width: 75px;
  height: 100px;
  border-radius: 0 !important;
  padding-top: 20px;
  display: block;
  margin: auto;
  
}


/* Sub Menu */


.strawhorn-sub-menu{
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 200px;
  border: 3px solid #cca943;
  background-color: #0F3156;

  
}

.strawhorn-sub-menu h3{
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: white;

}

.strawhorn-sub-menu ul{
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
  margin-top: 15px;
}

.strawhorn-sub-menu li{
  display: inline-block;
  margin-bottom: 4px;
  width: 47%;
  margin-left: 1%;
  margin-right: 1%;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.50em;
  border-color: #cca943;
  font-size: 16px;
  
} 



.strawhorn-sub-menu a:link{
  color: #cca943;
  text-decoration: none;
}
.strawhorn-sub-menu a:hover{
  color: #cca943;
  font-weight: 600;
}

.strawhorn-sub-menu a:visited{
  color: #cca943;
  text-decoration: none;
}



/* Background Images */

#insight-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/insight.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#reasons-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/drcreasons.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#rics-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/rics.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}



#bcis-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/academy01.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#testimonial-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/specialproperties.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#dfe-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images.government.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#audit-background{
   margin-top: 0;
   margin-bottom:0;
   background-image: url("images/audit.jpg");
   height: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   
}

.white-background{
  background-color: white !important;
  opacity: 0.9;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 30px;
  border: 3px solid #cca943;
  width: 90%;
  margin-left: 1%;
  margin-botton: 20px;
}

#backToTop{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  background-color: green;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  border: 3px solid #cca943;
}

#strawhorn-profile-image{
  display: block;
  margin: auto;
  padding-top: 40px;
  width: 80%;
  height: auto;
}

#strawhorn-profile-name{
  text-align: center;
}

.strawhorn-testimonial {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 50px;
  border-style: outset;
  border-color: gold;
  background-color: white;
  min-height: 200px;
}

.strawhorn-testimonial p{
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
}

.contactus{
  width: 100%;
  height: 500px;
  position: relative;
   background-image: url("images/contact_us.jpg");
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
  border-radius: 30px;
}

.callustoday{
  position: absolute;
  width: 70%;
  margin-left: 15%;
  margin-top: 40%;
  text-align: center;
  color: #0f5634;

}

#contact-form{
  display: block;
  width: 100%;
  height: 600px;
  border: 3px solid #cca943;
  background-color: lightgrey;
  border-radius: 10px;
  margin-bottom: 30px;
  }

#contact-form h2{
  text-align: center;
}

#form-items{
  margin-left: 10px;
  margin-right: 10px;
}

#form-items textarea{
  width: 100%;
  
}

.input-item input{
  float: right;
  padding-right: 15%;
}

#form-button{
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}

#form-button input{
  width: 100px;
  height: 50px;
  border: 3px solid #cca943;
  border-radius: 30px;  
}

#form-button-send{
  color: #cca943;
  background-color: #0f5634;
  margin-right: 50px;
}

#form-button-reset{
  color: white;
  background-color: red;
}




}