/* LESS Document */
/*-----------------------------------------------

Name:     "Smart Structures" master styles
Designer: Bohnsack Design
Date:     02-2023 v1.0

----------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// LESS Variables //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
/* white */
/* black */
/* light blue */
/* medium blue */
/* dark blue */
/* orange */
/* gray */
/* light gray */
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// HTML5 Rules //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Site-Wide Styles //////////////////////////////////////////////////
----------------------------------------------------------------------------------------------------------------- */
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000000;
}
/* headers */
h1 {
  font-size: 300%;
  line-height: 1.1em;
  color: #f15a29;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
h2 {
  font-size: 125%;
  text-align: center;
  padding-bottom: 30px;
  color: #999999;
}
h2.as-h1 {
  font-size: 300%;
  line-height: 1.1em;
  color: #f15a29;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
}
h3 {
  font-size: 125%;
  font-family: 'Roboto Slab', serif;
  color: #f15a29;
  font-weight: 700;
  padding: 15px 0 0 0;
  line-height: 100%;
}
h4 {
  font-size: 125%;
  color: #0099a2;
  font-family: 'Roboto Slab', serif;
  text-align: center;
  font-weight: 700;
  padding: 30px 0;
}
h5 {
  color: #f15a29;
}
h6 {
  color: #f15a29;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
.white-text {
  text-shadow: #000000 0px 0px 50px, #000000 0px 0px 75px;
  color: #ffffff;
}
a,
button {
  text-decoration: underline;
  color: #dbe9e6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: 0;
}
a:hover,
button:hover {
  color: #0099a2;
  cursor: pointer;
}
a,
button:focus,
a:active {
  outline: none;
  color: #0099a2;
  border: none;
}
a img,
button {
  border: none;
}
blockquote {
  font-size: 120%;
  font-style: italic;
  color: #dbe9e6;
  padding: 15px 0;
}
b,
strong {
  font-weight: bold;
  font-weight: 700;
}
hr {
  height: 1px;
  border-top: 2px solid #dbe9e6;
  padding: 0;
}
ul {
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: left;
}
ul li {
  list-style: none;
  background: url(../images/bullet.png) no-repeat 5px 12px;
  background-size: 6px;
  margin: 0 0 0 10px;
  padding: 2px 0 2px 20px;
}
ul.striped li {
  background-image: none;
  background-color: #f2f2f2;
  margin: 0;
  padding: 2px 7px;
}
ul.striped li:nth-child(even) {
  background-image: none;
  background-color: #ffffff;
}
p {
  padding: 5px 0 10px 0;
  margin: 0;
}
header {
  background: url("/images/bg1.png") #386369;
  z-index: 200;
  padding: 0 30px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
header a {
  text-decoration: none;
  color: #ffffff;
}
header a:hover {
  text-decoration: none;
}
header nav {
  display: flex;
}
header #home-btn {
  position: relative;
  z-index: 1;
}
header #home-btn img {
  width: 120px;
  margin-bottom: -30px;
}
header #contact-btn {
  display: inline-block;
  background-color: #f15a29;
  padding: 5px 10px;
  margin: 11px;
  float: right;
  white-space: nowrap;
}
header #contact-btn:hover {
  background-color: #0099a2;
  color: #ffffff;
}
header .main-nav {
  display: flex;
  justify-content: space-between;
}
header .main-nav.active {
  margin-top: 20px;
}
header ul {
  padding: 10px 0;
}
header ul li {
  background: none;
  padding: 5px 15px;
  margin: 0px;
}
header ul li:first-child {
  margin-left: 15px;
}
#panel1 {
  width: 100%;
  position: relative;
}
#panel1 h1 {
  position: absolute;
  top: 75px;
  z-index: 2;
  color: #ffffff;
  background: url("../images/header-bg.png") no-repeat 100% 100%;
  padding: 15px 25px 25px 25px;
  width: 65%;
  font-weight: 400;
  text-align: left;
}
.hero {
  min-height: 75vh;
  padding: 0 0 0 90px;
  display: flex;
}
.hero .hero-subhead {
  width: 25%;
  background-color: #ffffff;
  display: flex;
  align-items: flex-end;
}
.hero .hero-subhead h2 a {
  color: #999999;
  text-decoration: none;
  display: block;
  background: url("/images/arrow-down.svg") no-repeat 50% 100%;
  background-size: 60px;
  padding: 0 30px 80px 30px;
  margin-bottom: 20px;
}
.hero .hero-pic {
  background: url("/images/pics/Dining-Kitchen.webp") no-repeat 50%;
  background-size: cover;
  width: 75%;
}
.hero .hero-pic img {
  position: absolute;
  bottom: -60px;
  right: 30px;
  max-height: 150px;
}
.icons div {
  text-align: center;
}
.icons img {
  max-height: 140px;
  padding: 20px 0;
}
.panel {
  position: relative;
  padding: 100px 0;
}
.bg-graph-blue {
  background: url("/images/bg2.png");
}
.bg-graph-white {
  background: url("../images/bg3.png");
}
.bg-light-blue {
  background-color: #dbe9e6;
}
.floorplans-list {
  text-align: center;
}
.floorplans-list h2.as-h1 {
  padding-bottom: 0;
}
.bg-pic {
  background: url("/images/pics/Bedroom1.webp") no-repeat 50% 100%;
  background-size: cover;
}
.textblock {
  padding: 50px;
}
.copyright p {
  padding: 30px 0;
  font-size: 85%;
}
/* MAGNIFIC Popup Overrides */
.mfp-figure:after {
  background: transparent !important;
  box-shadow: none !important;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Section Page Styles 
//////////////////////////////////////////////////
----------------------------------------------- */
.section-header {
  background: url("/images/pics/Bedroom1.webp") no-repeat 50% 70%;
  background-size: cover;
  position: relative;
}
.models .section-header {
  background: url("/images/pics/Living-room.webp") no-repeat 50% 60%;
  background-size: cover;
}
.upgrades .section-header {
  background: url("/images/pics/Living-room2.webp") no-repeat 50% 60%;
  background-size: cover;
}
.concept .section-header {
  background: url("/images/pics/Living-room2.webp") no-repeat 50% 70%;
  background-size: cover;
}
.process .section-header {
  background: url("/images/pics/Bedroom2.webp") no-repeat 50% 70%;
  background-size: cover;
}
.about .section-header {
  background: url("/images/pics/Dining-Kitchen.webp") no-repeat 50% 70%;
  background-size: cover;
}
.contact .section-header {
  background: url("/images/pics/Living-room2.webp") no-repeat 50% 70%;
  background-size: cover;
}
.section-header h1 {
  color: #ffffff;
  background: url("../images/header-bg.png") no-repeat 100% 100%;
  padding: 15px 50px 25px 25px;
  margin: 100px 0;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}
.decorative-boxes {
  position: absolute;
  right: 50px;
  bottom: -40px;
  z-index: 10;
  max-width: 150px;
}
h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
}
.models h2.as-h1 {
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid #dbe9e6;
  line-height: 0.4em;
}
/* Bootstrap icons */
.bootstrap-icon {
  color: #386369;
  font-size: 100px;
  text-align: center;
  display: block;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
File Download buttons 
//////////////////////////////////////////////////
----------------------------------------------- */
a.file {
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px 10px 50px;
  margin: 0 0 10px 0;
  display: inline-block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  line-height: 130%;
}
a.file:hover {
  background-color: #dbe9e6;
}
a.pdf {
  background: url(../images/bullet-pdf.png) no-repeat 12px 50% #0099a2;
  background-size: 30px;
}
a.csv {
  background: url(../images/bullet-csv.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
a.doc {
  background: url(../images/bullet-doc.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
a.xls {
  background: url(../images/bullet-xls.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
a.link {
  background: url(../images/bullet-link.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
a.download {
  background: url(../images/bullet-download.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
a.video {
  background: url(../images/bullet-video.png) no-repeat 12px 50% #0099a2;
  background-size: 20px;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Buttons
//////////////////////////////////////////////////
----------------------------------------------- */
a.down-btn {
  width: 50px;
  height: 70px;
  background: url(../images/arrow-down.svg) 0% 0% no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  margin: auto;
}
a.down-btn:hover {
  background-position: 0% 100%;
}
a.btn {
  border: none;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  background-color: #f15a29;
  padding: 10px 20px;
  margin: 20px 0;
  text-decoration: none;
  font-size: 125%;
  line-height: normal;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
}
a.btn:hover {
  background-color: #0099a2;
  color: #ffffff !important;
}
a.btn:focus,
a.btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  -moz-outline-style: none !important;
  background-color: #0099a2 !important;
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Forms 
//////////////////////////////////////////////////
----------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
textarea {
  border: #dbe9e6 solid 2px;
  padding: 10px 10px;
  margin: 0 5px 10px 0;
  background-color: #dbe9e6;
  color: #000000;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #ffffff;
}
button {
  text-decoration: none;
  color: #ffffff;
  background-color: #f15a29;
  padding: 10px 20px;
}
button:hover {
  color: #ffffff;
  background-color: #0099a2;
}
select {
  color: #000000;
  border: 0 !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #dbe9e6;
  background-size: 14px;
  width: 200px;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  padding: 7px;
  margin: 0 0 10px 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
select:hover {
  background: url(/images/arrow-down-white.png) 95% 50% no-repeat #0099a2;
  background-size: 14px;
}
input[type=submit] {
  background-color: #f15a29;
  padding: 5px 15px 10px 15px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  font-size: 150%;
  letter-spacing: 1px;
  height: 46px;
}
input[type=submit]:hover {
  background-color: #386369;
}
label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------------------------------------------------------- 
////////////////////////////////////////////////// Media Queries //////////////////////////////////////////////////
---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Desktop (xl)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 1200px) {
  /*header:before {content:"Desktop (xl)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  #panel1 h1 {
    top: 75px;
    padding: 15px 25px 25px 25px;
    width: 65%;
    font-size: 275%;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Laptop (lg)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 992px) {
  /*header:before {content:"Laptop (lg)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  header {
    padding: 0 0 0 15px;
  }
  header .contact-btn-container {
    text-align: right;
    width: 100%;
  }
  header ul li:first-child {
    margin-left: 0px;
  }
  #panel1 h1 {
    top: 75px;
    padding: 15px 25px 25px 25px;
    width: 90%;
    font-size: 225%;
  }
  .hero {
    padding: 0 0 0 75px;
  }
  .floorplans-list {
    padding-bottom: 50px;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Tablet (md)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  /*header:before {content:"Tablet(md)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 275%;
  }
  h2 {
    font-size: 125%;
  }
  h3 {
    font-size: 125%;
  }
  h2.as-h1 {
    font-size: 200%;
  }
  .models h2.as-h1 {
    line-height: 0.7em;
  }
  .hero {
    padding: 0 0 0 15px;
  }
  .bg-pic {
    min-height: 50vh;
  }
  .copyright,
  .copyright .text-right {
    text-align: center !important;
  }
  button.up-btn {
    display: block;
    width: 60px;
    height: 90px;
    margin-left: -30px;
    position: fixed;
    top: -90px;
    left: 50%;
    background: url(../images/arrow-up.png) 0% 0% no-repeat;
    background-size: 100%;
    text-indent: -9999px;
    z-index: 100;
    border: none;
  }
  button.up-btn:hover {
    opacity: 1;
    background-position: 0% -50%;
  }
  button.up-btn.visible {
    top: 0px;
  }
  a.btn {
    margin: 2px 0;
  }
}
/* ----------------------------------------------- 
//////////////////////////////////////////////////
Phone (sm)
//////////////////////////////////////////////////
----------------------------------------------- */
@media only screen and (max-width: 576px) {
  /*header:before {content:"Phone(sm)"; background-color:#C2C2C2; position:fixed; bottom:0; z-index: 1000;} /* display test */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 275%;
  }
  h2 {
    font-size: 130%;
  }
  h3 {
    font-size: 115%;
    padding-top: 15px;
  }
  .hero .hero-subhead h2 a {
    padding: 0 10px 80px 10px;
  }
  .hero .hero-subhead {
    width: 0;
  }
  .hero .hero-pic {
    width: 100%;
  }
}
