@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: AcuminPro;
  src: url("acumin-pro-extracondensed-regular.otf") format("opentype");
}

@font-face {
  font-family: AcuminProBold;
  src: url("acumin-pro-extracondensed-bold.otf") format("opentype");
}

@font-face {
  font-family: AcuminProThin;
  src: url("acumin-pro-extracondensed-thin.otf") format("opentype");
}

body {
  font-family: "Raleway", arial;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  width: 100%;
  height: 100%;
}

img.map,
map area {
  outline: none;
}
a {
  color: #333;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.header {
  width: 100%;
  display: block;
  padding: 7px 0px 7px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 2;
}
.wsmenu {
  font-family: "Raleway", AcuminPro, Oswald, "Arial Narrow", san-serif;
  font-size: 14px;
  width: auto;
  margin-right: 100px;
}
.wsmenu li a::before {
  content: "\005C\005C";
  position: absolute;
  left: 0;
  font-family: AcuminProThin;
  font-size: 22px;
  color: #e0e0e0;
  opacity: 0.5;
}
.wsmenu li:first-child a::before {
  content: "";
}
.wsmenu-list {
  margin: 0px;
  width: auto;
}
.logo {
  padding: 0px 0px;
  margin: 0;
  width: 165px;
  padding-left: 15px;
  padding-top: 5px;
  display: inline-block;
}
.logo2 {
  width: 215px;
}
.logo img {
  max-width: 100%;
}
.carousel a:hover {
  text-decoration: none !important;
}
.carousel-indicators {
  right: 0;
  width: 20%;
  left: auto;
}
.carousel-indicators li {
  border-radius: 0px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: rgba(255, 255, 255, 0.5);
  border: 0px;
  margin: 0px;
}
.carousel-indicators .active {
  border: 0px;
  width: 10px;
  height: 10px;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-next-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z/%3E%3C/svg%3E);
}
.carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns=http://www.w3.org/2000/svg fill=%23fff viewBox=0 0 8 8%3E%3Cpath d=M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z/%3E%3C/svg%3E);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev .glyphicon,
.carousel-control-next .glyphicon {
  background-color: #fff;
  border-radius: 100px;
  text-decoration: none;
  padding: 3px;
  color: #333;
  font-size: 22px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.timJenniferInfoContainer {
  margin-top: 62px;
  padding-bottom: 19% !important;
  position: relative;
  background-image: url(../images/tim-jennifer-headshots-v2.jpg);
  background-size: cover;
}
.timJenniferInfoContainer img {
  width: 100%;
  height: auto;
}
#aboutMapSolo,
#aboutMapSoloJennifer,
#aboutMapSoloTim,
#aboutMapSoloBeth {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
  display: none;
}
.timHobbyInfoContainer,
.jenniferAstropInfoContainer {
  background-color: #dcddde;
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.timHobbyPhoto,
.jenniferAstropPhoto {
  width: 25%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 100%; */
  height: 0;
  padding-bottom: 17%;
}
.timHobbyPhoto img,
.jenniferAstropPhoto img {
  max-width: 50%;
}
.timHobbyPhoto {
  background-image: url("../images/tim-hobby-headshot.png");
}
.jenniferAstropPhoto {
  background-image: url("../images/jennifer-astrop-headshot.png");
}
.timHobbyInfo,
.jenniferAstropInfo {
  padding: 50px;
}
#timHobbyBioContainer,
#jenniferAstropBioContainer {
  max-width: 80%;
  margin: 0 auto;
  padding: 80px 0px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 5;
}

.contentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}

.contentContainer.section-visible,
#timHobbyBioContainer.bio-visible,
#jenniferAstropBioContainer.bio-visible {
  opacity: 1;
  visibility: visible;
}

.whiteContainer {
  max-width: 80%;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}
.lightGrayContainer {
  background-color: #dcddde;
  position: relative;
}
.darkGrayContainer {
  background-color: #bcbdc0;
  position: relative;
  width: 100%;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
}
.footerText {
  font-family: "Raleway", AcuminProThin;
  text-align: center;
  letter-spacing: 3px;
  font-size: 28px;
}
.footerTextsmall {
  font-family: "Raleway", AcuminProThin;
  text-align: center;
  letter-spacing: 2px;
  font-size: 17px;
  max-width: 80%;
  margin: 0 auto;
}
.footerAddress {
  font-family: "Raleway", AcuminProThin;
  text-align: center;
  font-size: 17px;
  letter-spacing: 3px;
  margin: 0px;
  padding: 0px;
  margin-top: 80px;
}

.footerAddress li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.littlePolygon {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  transform: skew(20deg);
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
#socialSidebar {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 30px;
  z-index: 10;
}
#socialSidebar ul {
  margin: 0px;
  padding: 0px;
}
#socialSidebar li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #fff;
  background: rgba(153, 153, 153, 0.8);
  text-align: center;
}
#socialSidebar a,
#socialSidebar a:hover,
#socialSidebar a:visited {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px;
}

/*  ABOUT US */

#aboutMap {
  position: relative;
  background-image: url("../images/HAModern_aboutus-v3.jpg");
  background-size: cover;
  margin-top: 62px;
}
#aboutMapSolo,
#aboutMapSoloJennifer,
#aboutMapSoloTim,
#aboutMapSoloBeth,
#aboutMapSoloJennifer2022,
#aboutMapSoloTim2022 {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
  display: none;
}
#aboutMapSoloJennifer2022 {
  background-image: url(../images/tim-jennifer-headshots-hover-jennifer-v2.jpg);
  padding-bottom: 19%;
}
#aboutMapSoloTim2022 {
  background-image: url(../images/tim-jennifer-headshots-hover-tim-v2.jpg);
  padding-bottom: 19%;
}
#aboutMapSoloJennifer {
  background-image: url(../images/HAModern_aboutus_Jennifer-v3.png);
}
#aboutMapSoloTim {
  background-image: url(../images/HAModern_aboutusTim-v3.png);
}
#aboutMapSoloBeth {
  background-image: url(../images/HAModern_aboutus_beth-v2.png);
}
.aboutImages {
  width: 100%;
  height: 0px;
  padding-bottom: 52%;
}
.aboutImages img {
  width: 100%;
  height: auto;
}
#jenniferBio,
#timBio,
#bethBio {
  position: absolute;
  font-family: AcuminPro;
  font-size: 20px;
  letter-spacing: 1px;
  display: none;
}
#jenniferBio {
  width: 43%;
  left: 2%;
  top: 3%;
}
#timBio {
  width: 40%;
  top: 2%;
  right: 2%;
}
#bethBio {
  width: 38%;
  top: 2%;
  right: 2%;
}
.bioContainer {
  width: 100%;
  margin-bottom: 70px;
}
.bioHeadshot {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.bioText {
  width: 75%;
  display: inline-block;
  margin-left: 4%;
  font-family: AcuminProThin;
  letter-spacing: 2px;
  font-size: 20px;
  color: #fff;
}
.contentSection {
  position: relative;
}
/* SHOWROOM */

.showroomHeader {
  background-image: url(../images/showroom-v5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

/* HISTORY */

.historyHeader {
  background-image: url(../images/history.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

/* COMPLIMENTS */

.complimentsHeader {
  background-image: url(../images/GiopatoCoombes_Maehwa_Chandelier_Flow_26_Dining.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.complimentsBody {
  position: relative;
  width: 100%;
  background-size: cover;
  height: 0;
  padding-bottom: 51%;
}
.complementsLights,
.complementsRugs {
  width: 100%;
  background-size: cover;
  height: 0;
  padding-bottom: 51%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.complimentsBody {
  background-image: url(../images/complements-base-2024-v2.jpg);
}
.complementsLights {
  background-image: url(../images/complements-lighting-2024-v2.jpg);
}
.complementsRugs {
  background-image: url(../images/complements-rugs-2024-v2.jpg);
}
.complimentsBody img {
  width: 100%;
  height: auto;
}

/* PROJECTS */

.projectHeader {
  background-image: url(../images/header-projects-v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.projectSliderWindow {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.bx-wrapper .bx-viewport {
  background: none;
}
.bx-wrapper .bx-prev {
  left: -50px;
}
.bx-wrapper .bx-next {
  right: -50px;
}
.bx-wrapper img {
  margin: 0 auto;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
#cboxNext {
  right: -50px;
}
#cboxPrevious {
  left: -50px;
}

.projectImage {
  display: inline-block;
  margin: 25px;
  height: 200px;
  width: auto;
}
.projectImage img {
  max-width: 100%;
  max-height: 100%;
}

/* PRESS */

.pressHeader {
  background-image: url(../images/header-press.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

/* CONTACT */

.contactHeader {
  background-image: url(../images/contact-v2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.contactForm input,
.contactForm textarea {
  width: 100%;
  border: 1px solid #fff;
  background-color: #777;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
  padding: 5px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contactForm button {
  background: none;
  color: #fff;
  border: 0px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 910px) {
  #jenniferBio,
  #timBio,
  #bethBio {
    font-size: 11px;
  }
  #jenniferBio {
    width: 43%;
    left: 2%;
    top: 3%;
  }
  #timBio {
    width: 40%;
    top: 2%;
    right: 2%;
  }
  #bethBio {
    width: 37%;
    top: 2%;
    right: 2%;
  }
}

@media only screen and (min-width: 230px) and (max-width: 910px) {
  .smallogo {
    position: relative;
    width: 35%;
    display: inline-block;
    background: none;
  }
  .smallogo2 {
    width: 45%;
  }
  .wsoffcanvasopener .wsmenu {
    width: 240px;
  }
  .wsmenu li a::before {
    content: "";
  }
  .logo {
    display: none !important;
  }
  .bioHeadshot,
  .bioText {
    width: 90%;
    margin-bottom: 20px;
  }
  .header {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  }
}
