/* fonsdfta*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.7em;
  margin: 10px 0;
}

h3 {
  font-size: 1.5em;
  margin: 10px 0;
}

h4 {
  font-size: 1.3em;
  margin: 10px 0;
}

h5 {
  font-size: 1.1em;
  margin: 10px 0;
}

#logobar {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-wrap: $wrap;*/
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  clear: both;
}

#logo {
  width: 30%;
  max-width: 450px;
  min-width: 375px;
}

#topbarbuttons {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-wrap: $wrap;*/
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  width: calc(100vw - 600px);
}

#topbarbuttons a {
  width: 45%;
  max-width: 100%;
  height: 150px;
  font-family: poppins;
  background-color: #cbcada;
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
  color: #000000;
  font-size: 1.5em;
  text-decoration: none;
}

#topbarbuttons a:hover {
  background-color: #000063;
  color: #cbcada;
}

#logo img {
  width: 100%;
}

#topbar {
  background-color: #282536;
  height: 64px;
  padding-top: 10px;
  padding-right: 20px;
  color: #151413;
}

#toplinks {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-top: 6px;
  float: right;
}

#topbar a {
  color: #ffffff;
  text-decoration: none;
}

#topbar a:hover {
  color: #e9e91e;
  text-decoration: none;
}

main {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

header {
  margin: 0;
  position: sticky;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  z-index: 2;
}

body {
  margin: 0;
}

.topbarlink {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 20px;
}

.topbarlink img {
  margin: -6px 6px 0 0;
}

#logo {
  font-size: 2em;
  font-weight: bold;
}

@media screen and (max-width: 1230px) {
  #topbarbuttons a {
    width: 100%;
    margin-bottom: 5px;
    height: 65px;
    padding-top: 10px;
  }
  #topbarbuttons {
    width: calc(100vw - 450px);
  }
}
@media screen and (max-width: 850px) {
  #topbarbuttons a {
    border-right: 0;
  }
  #topbarbuttons, #logo {
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin: 0;
    min-width: auto;
  }
  #logo img {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
  }
}
@media screen and (max-width: 550px) {
  #logo, #logo img, #topbarbuttons {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #logobar {
    margin: 0;
    padding: 0;
  }
  #logo img {
    padding: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 495px) {
  .texttoplink {
    display: none;
  }
}
footer {
  background-color: #010066;
  padding: 50px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

footer a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#navdt {
  float: left;
}

#navdt a {
  color: #ffffff;
  font-size: 1.2em;
  text-decoration: none;
  margin-right: 30px;
}

#navdt nav {
  margin-top: 6px;
  margin-left: 10px;
}

#navdt nav li {
  text-transform: uppercase;
}

#navdt nav ul {
  list-style: none;
  position: relative;
  display: inline-table;
}

#navdt nav ul li {
  float: left;
  margin-left: 10px;
}

#navdt nav ul li:hover a {
  color: #e9e91e;
}

#navdt nav ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

#navdt nav ul li a.active {
  color: #ffff00;
}

#mobilemenu {
  display: none;
  margin-top: 10px;
}

#hamburger-checkbox {
  display: none;
}

@media screen and (max-width: 1260px) {
  #navdt {
    display: none;
  }
  #mobilemenu {
    display: block;
  }
  #transparentbar {
    opacity: 0;
    display: none;
  }
  #mobmenubutt {
    /*color:#ffffff;*/
    margin-left: 20px;
  }
  #mobmenubutt:hover {
    cursor: pointer;
  }
  #mobilemenu nav {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  #mobilemenu nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  #mobilemenu nav ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  #nav-checkbox {
    position: absolute;
    clip: rect(0, 0, 0, 0);
  }
  #mobilemenu nav {
    position: fixed;
    width: 20em;
    left: -20em;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 2;
    transition: all 0.2s ease;
  }
  #nav-checkbox:checked ~ nav {
    left: 0;
  }
  .overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0, .5);*/
  }
  #nav-checkbox:checked ~ .overlay {
    display: block;
  }
  #mobilemenu nav {
    background-color: #282536;
    color: #ffffff;
    margin-top: 5px;
  }
  #mobilemenu nav ul li {
    display: block;
    margin: 20px 0;
  }
  #mobilemenu nav a {
    display: block;
    margin-right: 10px;
    width: 100%;
    border: dotted 1px #0f0e0e;
    background-color: #0f0e0e;
    color: #ffffff;
    padding: 10px;
  }
  #mobilemenu nav a:hover {
    color: #e9e91e;
  }
  #mobilemenu nav a.active {
    color: #e9e91e;
  }
}
#tc {
  clear: both;
  background-color: #010066;
  min-height: 180px;
  height: auto;
  margin-top: 20px;
  color: #ffffff;
  background: url("../designfiles/homepagehouse.webp") no-repeat center right;
  background-size: contain;
  padding-left: 20px;
}

#tcouter {
  clear: both;
  background-color: #010066;
  min-height: 200px;
}

#tc h1 {
  font-size: 3em;
}

#homeyellowlinks {
  margin-top: 40px;
}

#bl1 {
  padding: 2% 4%;
}

#bl2 {
  background-color: #c3c3c7;
  color: #01012c;
  padding: 2% 4% 4% 4%;
}

#bl1 h1, #bl2 h1 {
  font-size: 2em;
}

#bl1 h2, #bl2 h2 {
  font-size: 1.7em;
}

#bl1 h3, #bl2 h3 {
  font-size: 1.5em;
}

#bl1 h4, #bl2 h4 {
  font-size: 1.3em;
}

#bl1 h5, #bl2 h5 {
  font-size: 1.1em;
}

@media screen and (max-width: 580px) {
  #tc {
    background-image: none;
  }
  #homeyellowlinks {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
  }
  a.yellowhomelink {
    padding: 5px 15px;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  a.yellowhomelink {
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
/*@forward "standard-responsive-menu"*/
#faqs {
  background-color: #141515;
}

#faqheader {
  width: 90%;
  margin: auto;
  padding-top: 40px;
  color: #ffffff;
}

#accordion-container {
  width: 90%;
  margin: auto;
  background: #141515;
  padding: 5px 10px 10px 10px;
  font-size: 0.8em;
  /*border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 15px #cccccc;
  -webkit-box-shadow: 0 5px 15px #cccccc;
  box-shadow: 0 5px 15px #cccccc;*/
}

.accordion-header {
  background: #141515;
  margin: 5px 0 0 0;
  padding: 5px 20px;
  cursor: pointer;
  color: #FA9505;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.active-header {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: url(images/active-header.gif) #141515;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.active-header:hover {
  background: url(images/active-header.gif) #141515;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.inactive-header {
  background: url(images/inactive-header.gif) #141515;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.inactive-header:hover {
  background: url(images/inactive-header.gif) #141515;
  background-repeat: no-repeat;
  background-position: right 50%;
}

.accordion-content {
  display: none;
  padding: 10px 10px 10px 20px;
  background: #141515;
  color: #ffffff;
  line-height: 2em;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  width: auto;
}

.mainpicture .orangebutt {
  margin-top: 60px;
}

#slidewrapper {
  background-color: #151413;
}

#slidewrapper div div {
  color: #ffffff;
  font-size: 1.6em;
  margin-left: 100px;
  line-height: 1.6em;
  padding-top: 200px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#slidewrapper div div h1 {
  color: #FA9505;
  font-size: 1.9em;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(71, 62, 49, 0.6);
}

.fadein {
  opacity: 1;
  transition: all 0.75s ease;
}

.noopacity {
  opacity: 0;
}

.fullopacity {
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #slidewrapper div div {
    margin-left: 10px;
    font-size: 1.3em;
  }
}
@media screen and (max-width: 700px) {
  .mainpicture .orangebutt {
    margin-right: 10px;
    margin-top: 60px;
  }
}
#outerelement {
  background-color: #F6620C;
  background-color: #af4507;
  background-color: #c6c7dc;
  position: relative;
  padding-bottom: 40px;
}

#testimonialwrapper {
  width: 90%;
  margin: auto;
  min-height: 350px;
  overflow: hidden;
  color: #010066;
  font-size: 0.8em;
}

#testimonialwrappertype2 {
  width: 99%;
  margin: auto;
  height: auto;
  overflow: hidden;
  color: #010066;
  font-size: 0.8em;
}

#testimonial-container {
  width: 100%;
  height: 100%;
  display: flex;
}

#testimonial-container-type2 {
  width: 100%;
  height: auto;
  padding-top: 50px;
}

.testimonial {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  padding: 20px;
  line-height: 30px;
}

.testimonialtype2 {
  text-align: center;
  padding: 10px;
  width: 33%;
  min-width: 33%;
  max-width: 33%;
  height: auto;
  float: left;
  line-height: 26px;
}

@media screen and (max-width: 1250px) {
  .testimonial {
    width: 33.3%;
    max-width: 33.3%;
    min-width: 33.3%;
  }
}
@media screen and (max-width: 950px) {
  .testimonial {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  #testimonialwrapper {
    width: 80%;
  }
  #testimonialwrappertype2 {
    width: 100%;
    padding-bottom: 30px;
  }
  .testimonialtype2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .testimonial {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
#leftbutt {
  position: relative;
  top: 150px;
  left: 20px;
}

#rightbutt {
  position: relative;
  top: 150px;
  right: 20px;
}

.stars {
  width: 200px;
  max-width: 100%;
  margin: auto;
}

div.testibutton {
  text-align: center;
}

div.testibutton a {
  background-color: #010066;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 20px;
}

.testimonialh2 {
  font-size: 1.4em;
  color: #010066;
  text-align: center;
  padding-top: 20px;
}

#pagegallery {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-wrap: $wrap;*/
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
}

.pagegallerywrapper {
  padding-top: 20px;
}

.pagegallerywrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  flex-basis: 47%;
  text-align: center;
  background-color: #bbbbbb;
}

.pagegalleryimage {
  box-sizing: border-box;
  margin: 20px 10px;
  max-width: 100%;
}

.pagegalleryimage img {
  max-width: 100%;
}

div .pagegallerytext {
  box-sizing: border-box;
  margin: 2%;
  margin-top: auto;
  background-color: #aaaaaa;
  min-height: 350px;
  padding: 5%;
}

@media screen and (max-width: 1250px) {
  div .pagegallerytext {
    min-height: 400px;
  }
}
@media screen and (max-width: 900px) {
  div .pagegallerytext {
    min-height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .pagegallerywrapper {
    flex-basis: 99%;
  }
  div .pagegallerytext {
    margin: 20px 0;
    min-height: 400px;
  }
}
#cookiecontrol {
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 30px;
  background-color: #282536;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  padding: 5px;
  border-top: solid 2px #ffffff;
  text-align: center;
  z-index: 1;
}

#cookiecontrol a {
  text-decoration: none;
  color: #e9e91e;
}

#propertylist {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*flex-wrap: $wrap;*/
  justify-content: center;
  justify-content: space-between;
  justify-content: space-around;
  margin: auto;
  width: 1500px;
  max-width: 100%;
  flex-basis: 30%;
  margin-bottom: 30px;
}

.propertycard {
  width: 33%;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: solid 1px #c4c0c0;
  margin-top: 20px;
}

.propertylistimage img {
  width: 100%;
}

.price {
  font-size: 1.3em;
  font-weight: bold;
}

.propertycard .summary {
  margin-top: 20px;
}

#forsalesearch {
  background-color: #010066;
  color: #ffffff;
  padding: 2%;
  margin-top: 30px;
  box-sizing: border-box;
}

#searchinner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
}

#forsalesearch select {
  padding: 16px;
  font-size: medium;
  text-align: center;
  box-sizing: border-box;
}

#forsalesearch div {
  display: inline-block;
  box-sizing: border-box;
}

#forsalesearch button {
  background-color: #e9e91e;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 20px;
  text-decoration: none;
  color: #000000;
  border: 2px solid #010066;
}

#forsalesearch button:hover {
  color: #ffffff;
  background-color: #010066;
  border-color: #ffffff;
  cursor: pointer;
}

.card {
  border: solid 1px #000000;
  margin: 10px;
  padding: 20px;
}

#recenttitle {
  background-color: #010066;
  padding: 30px;
  margin-top: 30px;
}

#recenttitle h2 {
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
}

.status {
  background-color: #00006b;
  color: #ffffff;
  padding: 2px 6px;
  text-align: center;
  border-radius: 4px;
  margin-left: 6px;
}

@media screen and (max-width: 1100px) {
  #propertylist {
    flex-basis: 50%;
  }
  .propertycard {
    width: 49%;
  }
  #forsalesearch div {
    display: block;
  }
  #forsalesearch #formleft {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #forsalesearch #formleft select {
    width: 100%;
    max-width: 100%;
  }
  #forsalesearch #formmiddle, #forsalesearch #formright {
    width: 50%;
    max-width: 50%;
    margin-bottom: 30px;
    float: left;
  }
  #forsalesearch #formmiddle select, #forsalesearch #formright select {
    width: 100%;
    max-width: 100%;
    border: solid 5px #010066;
    box-sizing: border-box;
  }
  #forsalesearch #ctrls {
    display: block;
    clear: both;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  #propertylist {
    flex-basis: 100%;
  }
  .propertycard {
    width: 100%;
    margin: 5px;
  }
}
#outerelement {
  background-color: #c6c7dc;
  position: relative;
  padding-bottom: 40px;
}

/*floorplans*/
#imagesbox, #floorplans {
  background-color: #e5e5ef;
  text-align: center;
}

#floorplans, #gmap, #streetview {
  display: none;
}

#imagesbox #floorplans img {
  max-height: 450px;
  box-sizing: border-box;
  width: auto;
  max-width: 100%;
}

#floorplans {
  width: 100%;
}

#floorplan-container {
  display: flex;
  box-sizing: border-box;
}

.propertyfpimage {
  width: 600px;
  max-width: 100%;
  margin: 6px;
}

#floorplanimage-container {
  width: 100%;
  height: 100%;
}

#floorplanimagewrapper {
  width: 90%;
  max-width: 100%;
  margin: auto;
  min-height: 350px;
}

.propertypfimage {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.fpimage {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*end of floorplan*/
#imagesbox #buttons a {
  background-color: #cbcada;
  width: 15%;
  color: #00006b;
  padding: 10px 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
}

#imagesbox #buttons a:hover {
  background-color: #00006b;
  color: #ffffff;
}

#imagesbox #buttons a.active {
  background-color: #00006b;
  color: #ffffff;
}

#imagesbox #buttons {
  padding: 20px;
}

#imagesbox {
  min-height: 624px;
}

#propertyimagewrapper {
  width: 90%;
  margin: auto;
  min-height: 350px;
  overflow: hidden;
  color: #010066;
  font-size: 0.8em;
}

#propimage-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.propertyimage {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  box-sizing: border-box;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  padding: 20px;
  line-height: 30px;
}

div.noitem {
  text-align: center;
  width: 100%;
}

#embedmapnocookie, #embedsvnocookie {
  background: url("../designfiles/mapembednocookie.jpg") no-repeat;
  background-size: cover;
  height: 490px;
}

@media screen and (max-width: 1230px) {
  #imagesbox #buttons {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1100px) {
  #imagesbox #buttons a {
    width: 40%;
    margin: 4px;
  }
  #imagesbox #floorplans img {
    width: 100%;
    margin: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .propertyfpimage {
    width: auto;
    max-width: 100%;
  }
  .fpimage {
    width: 100%;
  }
  #floorplan-container {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 950px) {
  .propertyimage {
    width: 33.3%;
    max-width: 33.3%;
    min-width: 33.3%;
  }
}
@media screen and (max-width: 950px) {
  .propertyimage {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
  #propertyimagewrapper {
    width: 80%;
  }
}
@media screen and (max-width: 850px) {
  .propertyimage {
    background-size: contain;
  }
}
@media screen and (max-width: 800px) {
  #rightbuttdiv, #leftbuttdiv {
    display: none;
  }
  #propertyimagewrapper, #propimage-container, .propertyimage {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  #imagesbox #buttons a {
    width: 90%;
  }
}
#contactdetails {
  float: left;
  width: 49%;
  padding-right: 20px;
  box-sizing: border-box;
}

#contactform {
  float: right;
  width: 49%;
}

#contactwrapper {
  padding: 0 1.5% 1.5% 1.5%;
}

#youraddresswrap {
  display: none;
}

#bottomtext {
  margin: 30px;
}

input[type=text],
input[type=tel],
textarea {
  width: 98%;
  border: solid 1px #cccccc;
  padding: 10px;
  margin: 6px 0;
}

input[type=submit] {
  padding: 8px;
  width: 150px;
  cursor: pointer;
  font-size: 1em;
}

.submitbutton {
  background-color: #e9e91e;
  border: 2px solid #e9e91e;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 20px;
  text-decoration: none;
  color: #000000;
  margin-top: 6px;
}

.submitbutton:hover {
  border: 2px solid #010066;
}

@media screen and (max-width: 1000px) {
  #contactform,
  #contactdetails {
    float: none;
    width: 100%;
  }
}
#homepage #bl1, #homepage #bl2 {
  text-align: center;
  line-height: 30px;
  font-size: 1.2em;
  padding-top: 40px;
  color: #010066;
}

#homepage #tc {
  clear: both;
  background-color: #010066;
  height: 800px;
  margin-top: 20px;
  color: #ffffff;
}

#homepage #tc #tcinner {
  background: url("../designfiles/homepagehouse.webp") no-repeat center right;
  background-size: 50%;
  width: 1400px;
  max-width: 100%;
  margin: auto;
  height: 800px;
  padding-top: 200px;
}

#homepage #tcinner h1 {
  font-size: 5em;
}

#homepage #homeyellowlinks {
  padding-top: 100px;
}

a.yellowhomelink {
  background-color: #e9e91e;
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 20px;
  text-decoration: none;
  color: #000000;
  border: 2px solid #010066;
}

a.yellowhomelink:hover {
  color: #ffffff;
  background-color: #010066;
  border-color: #ffffff;
}

#homepage #tc {
  background-image: none;
}

#homepage .homepagecol {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  text-align: left;
  padding: 10px;
  margin: auto;
  max-width: 800px;
  box-sizing: border-box;
}

#homepage .homepagecol div {
  background-color: #010066;
  color: #ffffff;
  margin: 6px;
  width: 100%;
  padding: 6px;
  font-size: 1.3em;
}

#homepage .homepagecol span {
  font-size: 2em;
  color: #e9e91e;
}

#homepage #hometable {
  display: flex;
  flex-direction: row;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  padding-right: 13px;
}

#hometable div.homepagecol {
  overflow: hidden;
  white-space: nowrap;
}

#orglogos {
  text-align: center;
  margin: 50px 0;
  max-width: 100%;
}

.orglogo {
  margin: 20px;
  max-width: 100%;
}

@media screen and (max-width: 1050px) {
  #homepage div.homepagecol, #homepage #hometable {
    display: block;
    width: 100%;
  }
  #homepage .homepagecol div {
    width: 100%;
  }
  #homepage div.homepagecol {
    margin-top: -6px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #homepage #tc #tcinner {
    height: 20%;
    background-position: top right;
  }
  #homepage #tc {
    height: 20%;
  }
  #homepage #tcinner h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 530px) {
  #homepage .homepagecol div {
    font-size: 0.8em;
  }
  #homepage #tcinner h1 {
    font-size: 2em;
    margin-top: 40px;
    text-align: center;
  }
  #homepage #homeyellowlinks {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
  }
  #homepage a.yellowhomelink {
    padding: 5px 15px;
    margin: auto;
  }
  #homepage #tc {
    text-align: center;
  }
  #homepage #tc #tcinner {
    background-position: top center;
  }
}
#standardpicture {
  background: linear-gradient(90deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%);
  background-color: #151413;
  height: 300px;
  background-size: contain;
}

#standardmessage {
  color: #ffffff;
  font-size: 1.4em;
  margin-left: 50px;
  line-height: 1.6em;
  padding-top: 100px;
}

#standardmessage h1 {
  color: #FA9505;
  font-size: 1.9em;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 1px 1px 3px rgba(71, 62, 49, 0.6);
}

@media screen and (max-width: 1000px) {
  #standardmessage {
    font-size: 1em;
    margin-left: 20px;
    padding-top: 140px;
  }
}
#propertysummary {
  text-align: center;
  font-size: 2em;
  line-height: 40px;
  color: #000063;
}

#propertysummary #price {
  font-weight: bold;
  margin: 40px;
}

#keyfeatures h2, #description h2 {
  text-align: left;
  margin-top: 40px;
  margin-left: 20px;
}

#keyfeatures {
  margin: auto;
  text-align: center;
}

.featurecol {
  display: inline-block;
  margin: 0 40px;
  width: 40%;
  box-sizing: border-box;
  vertical-align: top;
}

.featurecol ul li {
  padding: 5px;
  margin: 5px;
  text-align: left;
  font-size: 1.2em;
}

@media screen and (max-width: 900px) {
  .featurecol {
    margin: 0;
  }
  .featurecol ul li {
    padding: 5px;
    margin: 5px;
  }
}
@media screen and (max-width: 850px) {
  .featurecol {
    margin: 0;
    width: 90%;
    margin-left: 30px;
  }
  .featurecol ul li {
    padding: 5px;
    margin: 5px;
  }
}

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