html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

.container {
  max-width: 1240px;
}

main {
  min-height: 70vh;
}

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

ol, ul {
  list-style: none;
  padding: 0;
}

h1, h2 {
  font-family: "Oswald", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div1 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div1 {
    flex: 0 0 40%;
  }
}
@media screen and (min-width: 768px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .mini-sections > .div2 {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .mini-sections > .div2 {
    flex: 0 0 60%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 710px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 171px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.btn-main {
  padding: 0.4rem;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}
.btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #202E1F;
  background: #202E1F;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
}
.btn-main:hover {
  background: #627351;
  border: 1px solid #627351;
  color: #fff !important;
  text-decoration: underline;
}

.landing-header {
  background-image: url(../../img_landing_page/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-header-img .main-logo {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .landing-header-img .main-logo {
    width: 40%;
  }
}
.landing-header-img .txt-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-header-img .txt-logo h1 {
  color: white;
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .landing-header-img .txt-logo h1 {
    margin-left: 15px;
    font-size: 33px;
  }
}
.landing-header-img .txt-logo img {
  width: 15%;
}
@media (min-width: 768px) {
  .landing-header-img .txt-logo img {
    width: 5%;
  }
}

.website-coming-soon {
  background-image: url(../../img_landing_page/ELM-logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.website-coming-soon .landscape-img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .website-coming-soon .landscape-img {
    width: 80%;
  }
}
.website-coming-soon .coming-txt {
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.website-coming-soon .coming-txt .sub-title {
  font-size: 30px;
  color: #627351;
  font-weight: bold;
}
.website-coming-soon .coming-txt p {
  font-weight: bold;
}
.website-coming-soon .photos img {
  width: 90%;
  margin: 0 auto;
}

.item-list-bar {
  background: #202E1F;
}
.item-list-bar .item {
  width: 30%;
  text-align: center;
  color: #E4E776;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .item-list-bar .item {
    width: 20%;
    font-size: 25px;
  }
}
.item-list-bar .brand-list {
  justify-content: center;
  color: white;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .item-list-bar .brand-list .brand-item {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .item-list-bar .brand-list .brand-item {
    font-size: 20px;
  }
}

.vist-partner-store .img-box {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .vist-partner-store .img-box {
    height: 300px;
  }
}
.vist-partner-store .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .vist-partner-store .img-box img {
    width: 20%;
  }
}
.vist-partner-store .vist-title {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #202E1F;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
}
.vist-partner-store .vist-title .flex-area {
  display: block;
}
.vist-partner-store .vist-title a {
  color: #202E1F;
  display: block;
  font-size: 42px;
  transition: transform 0.2s;
  /* Animation */
  margin: 0 auto;
}
.vist-partner-store .vist-title a:hover {
  transform: scale(1.2);
}
.vist-partner-store .vist-title a img {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .vist-partner-store .vist-title a img {
    width: 100%;
    margin-top: 0;
  }
}

footer {
  background: #202E1F;
}
footer .landing-footer {
  text-align: center;
  align-items: center;
}
footer .landing-footer .hours {
  color: #E4E776;
}
footer .landing-footer .address {
  color: #E4E776;
}
@media (min-width: 768px) {
  footer .landing-footer .landing-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
footer .landing-footer .landing-img img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .landing-footer .landing-img img {
    width: 50%;
    margin: 0;
  }
}
footer .follow-txt {
  color: #E4E776;
  font-size: 18px;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 768px) {
  footer .follow-txt {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  footer .follow-txt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  footer .follow-txt {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  footer .follow-txt {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  footer .follow-txt {
    font-size: 22px;
  }
}

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