@import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');

body {
  font-family: 'Neue Haas Grotesk Text Pro', sans-serif;
  color: #000;
  font-weight: 500;
}

.row {
  width: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
}

.navbar {
  text-transform: uppercase;
  font-size: 18px;
  width: 100%;
  z-index: 1001;
  position: fixed;
  transition: .3s ease-in-out;
  background:  #EEEEEE;
}

.nav-link,
.nav-link:hover,
.nav-link.active {
  color: #000000;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:hover {
  color: #000000;
  border: none;
  box-shadow: none;
}


.btn-1 {
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #E2C383;
  color: #E2C383;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-1:hover {
  background-color: #E2C383;
  border: 1px solid #E2C383;
  color: #000000;
}

.py-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-section {
  padding-top: 50px;
}

.pb-section {
  padding-bottom: 50px;
}

.hero-mobile-inner {
  min-height: 400px;
  padding-top: 72px;
  display: flex;
  align-items: center;
  position: relative;
}

.iso-hero-mobile {
  position: absolute;
  top: calc(400px - 50px);
  left: calc(50% - 50px);
}

#hero-desktop {
  height: 300vh;
  position: relative;
  width: 100vw;
}

.hero-inner {
  top: 0;
  height: 100vh;
}

.hero-inner-bg {
  background: url('../img/hero-bg.jpg');
  background-size: cover;
}

.hero-inner-text {
  position: relative;
  width: 660px;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.hero-inner-text h1 {
  text-transform: uppercase;
}

.hero-inner-text img {
  position: absolute;
  top: calc(50% - 100px/2);
  left: calc(100% - 100px/2);
  z-index: 3;
}

#intro {
  color: #FFFFFF;
  background: #54565A;
}

#craftsmanship ul {
  padding-left: 0;
  list-style: none;
}

#craftsmanship li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#craftsmanship li img {
  width: 25px;
  margin-right: 10px;
}

#projects {
  background-color: #C7C7C7;
}

.grid-item {
  position: relative;
  height: 250px;
}

.grid-content {
  position: absolute;
  background-color: white;
  margin: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.grid-description {
  position: absolute;
  height: 100px;
  top: 100;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #FFFFFF;
  background: linear-gradient(0deg, rgba(52,52,52,.7) 0%, rgba(52,52,52,0) 100%);

}

.grid-1 .grid-content {
 background: url('../img/prospect-studio.jpg');
 background-size: cover;
 background-position: center;
}

.grid-2 .grid-content {
  background: url('../img/terpins.jpg');
  background-size: cover;
  background-position: center;
 }

.grid-3 .grid-content {
  background: url('../img/showroom.jpg');
  background-size: cover;
  background-position: center;
}

.grid-4 .grid-content {
  background: url('../img/jackson-hole.jpg');
  background-size: cover;
  background-position: center;
}

.grid-5 .grid-content {
  background: url('../img/teton-village.jpg');
  background-size: cover;
  background-position: center;
}

.grid-6 .grid-content {
  background: url('../img/kelly-wyoming.jpg');
  background-size: cover;
  background-position: center;
}

.map-section {
  position: relative;
}

.claim {
  position: absolute;
  width: 160px;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  z-index: 400;
}

#mapHome {
  height: 500px;
  position: relative;
}

.btn-contact {
  position: absolute;
  z-index: 401;
  bottom: 20px;
  right: 20px;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}

.map-img {
  background: url('../img/map-img.jpg');
  background-size: cover;
}

footer {
  background-color: #54565A;
}

footer a,
footer a:hover {
  color: #000000;
}

footer i {
  font-size: 1.4em;
}

.privacy a {
  text-decoration: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .py-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .pt-section {
    padding-top: 100px;
  }
  
  .pb-section {
    padding-bottom: 100px;
  }

  .container-lg-fluid {
    max-width: 100%;
  }

  .mid-lg-container {
    max-width: 480px;
    margin-right: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }

  .navbar {
    background: transparent;
    z-index: 1001;
  }

  .nav-link,
  .nav-link:hover,
  .nav-link.active {
    color: #FFFFFF;
  }

  .solid {
    background-color:  #EEEEEE;
  }

  .solid .nav-link,
  .solid .nav-link:hover,
  .solid .nav-link.active {
    color: #000000;
  }

  .intro-bg {
    background: url('../img/intro-img.png');
    min-height: 800px;
    background-size: cover;
    background-position: bottom right;
  }

  .craftsmanship-bg {
    background: url('../img/craftsmanship-img.jpg');
    min-height: 800px;
    background-size: cover;
    background-position: bottom;
  }

  .grid-item {
    height: 400px;
  }

  #mapHome {
    height: 700px;
  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .mid-lg-container {
    max-width: 570px;
    margin-right: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .mid-lg-container {
    max-width: 660px;
    margin-right: 0;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
  }
 }