.col-12.col-lg-6.col-xl-6 {
}

.header-buttons a.btn:hover, .header-buttons button:hover {
  cursor: pointer;
  color: white;
  background: #0e089f;
}

@media (min-width: 300px) {
  .header-buttons a.btn {
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 90%;
    background: none;
    border-radius: 0;
    border-color: #0e089f;
  }
}

.header-buttons a.btn, .header-buttons button {
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 75%;
  background: none;
  border-radius: 0;
  border-color: #0e089f !important;
}

.row.header-buttons div {
  margin-top: 20px;
}

html, body, .btn, p {
  font-family: 'Work Sans';
}

.row.header-buttons {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 80px;
}

.h1, h1 {
  margin-bottom: 80px;
  margin-top: 80px;
  line-height: 5rem;
  text-align: center;
  font-size: 6rem;
  font-family: 'franchise';
  text-transform: uppercase;
}

#brand {
  z-index: 1;
  position: relative;
  margin-top: 40px;
}

body {
  color: #232323;
  background-color: #f4f2ed;
}

.logo-background {
  width: 100%;
  padding-bottom: 150%;
  background: #b46a55;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 300px) {
  .logo-background {
    width: 100%;
    padding-bottom: 73%;
    background: #b46a55;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .logo-background {
    width: 100%;
    padding-bottom: 60%;
    background: #b46a55;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .logo-background {
    width: 100%;
    padding-bottom: 150%;
    background: #b46a55;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .gallery-copy-bg {
    margin-right: 10%;
    width: 50%;
    height: 503px;
    background: #6c714d;
    position: absolute;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .gallery-copy-bg {
    margin-right: 10%;
    width: 50%;
    height: 558px;
    background: #6c714d;
    position: absolute;
    right: 0;
  }
}

.logo-accent {
  width: 82%;
  padding-bottom: 46%;
  background: url(../../assets/img/brand/Brand-landing-Line-pattern-root.jpg) repeat;
  position: absolute;
  top: 166px;
  left: -27px;
  background-size: cover;
}

@media (min-width: 300px) {
  .logo-accent {
    width: 80%;
    padding-bottom: 43%;
    background: url(../../assets/img/brand/Brand-landing-Line-pattern-root.jpg) repeat;
    position: absolute;
    top: 149px;
    left: -27px;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .logo-accent {
    width: 76%;
    padding-bottom: 44%;
    background: url(../../assets/img/brand/Brand-landing-Line-pattern-root.jpg) repeat;
    position: absolute;
    top: 215px;
    left: -27px;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .logo-accent {
    width: 100%;
    padding-bottom: 115%;
    background: url(../../assets/img/brand/Brand-landing-Line-pattern-root.jpg) repeat;
    position: absolute;
    top: 215px;
    left: -27px;
    background-size: cover;
  }
}

#gallery p, #gallery .h2, #gallery h2 {
  font-family: 'noe', serif;
}

@media (min-width: 300px) {
  .gallery-copy {
    background: #6c714d;
    color: #fff;
  }
}

.gallery-copy {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #fff;
}

@media (min-width: 992px) {
  .gallery-copy {
    background: none;
    color: #fff;
  }
}

#gallery .gallery-copy p {
  font-size: 1.1rem;
}

#gallery {
  margin-bottom: 0;
}

.container.gallery-container {
  padding-top: 60px;
}

#welcome-desktop {
  display: none;
}

@media (min-width: 992px) {
  #welcome-desktop {
    display: inherit;
  }
}

img#brand {
  margin-bottom: 40px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#virtual-tour {
  width: 90%;
}

#virtual-tour {
  width: 90%;
}

#carousel {
  padding: 0;
}

.navbar.navbar-light.navbar-expand-md.bg-light {
  background: #f4f2ed !important;
}

#privacy {
  padding-right: 45px;
  padding-left: 45px;
  color: rgb(132, 135, 134);
  font-size: 10px;
}

#more-to-see {
  margin-top: 20px;
}

.carousel-control-next-icon {
  width: 100px;
  background-image: url(../../assets/img/brand/right-arrow.svg);
}

.carousel-control-prev-icon {
  width: 100px;
  background-image: url(../../assets/img/brand/left-arrow.svg);
}

.carousel-control-next, .carousel-control-prev {
  top: 108%;
}

#sub-footer {
  padding-top: 40px;
  background: #fff;
}

@media (min-width: 300px) {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
}

@media (min-width: 576px) {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -15%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
}

.carousel-indicators li {
  background: url(../../assets/img/brand/dot.png) no-repeat;
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: inherit;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  background-size: contain;
}

@media (min-width: 300px) {
  .h2, h2 {
    margin-top: 8%;
  }
}

@media (min-width: 992px) {
  .h2, h2 {
    margin-top: -10%;
  }
}

@media (min-width: 1200px) {
  .h2, h2 {
    margin-top: -7%;
  }
}

#privacy a {
  text-decoration: underline;
  color: rgb(132, 135, 134);
}

#privacy a:hover {
  color: rgb(132, 135, 134);
}

@media (min-width: 300px) {
  #brand-bar img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #brand-bar img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #brand-bar img {
    width: 79%;
  }
}

.modal-header {
  border-radius: 0;
  border: none;
}

#brand-bar-desktop {
  display: none;
}

@media (min-width: 768px) {
  #brand-bar-desktop {
    display: inherit;
  }
}

#brand-bar-mobile {
  width: 70% !important;
  display: none;
}

@media (min-width: 300px) {
  #brand-bar-mobile {
    display: inherit;
  }
}

@media (min-width: 768px) {
  #brand-bar-mobile {
    display: none;
  }
}

img#virtual-tour:hover {
  /*background: #fff;*/
  /*opacity: 0.9;*/
}

.gallery-copy {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 300px) {
  .gallery-copy {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.carousel-item {
  max-height: 682px;
}

