*,
html,
body {
  box-sizing: border-box;
  margin: 0;
  color: white;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  display: none;
}

@media (min-width: 0px) {
  #container {
    background-image: url(https://cdn.homedit.com/wp-content/uploads/2021/11/Modern-Mansion.jpg);
    position: relative;
    width: 100%;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: contrast(1.2);
  }
  #one {
    background-image: url("https://cdn.homedsgn.com/wp-content/uploads/2014/05/Modern-Mansion-on-Sunset-Plaza-Drive-06.jpg");
    position: relative;
    width: 100%;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: contrast(1.2);
  }
  #two {
    background-image: url("https://images.squarespace-cdn.com/content/v1/58487dc4b8a79b6d02499b60/d779760a-5028-4209-ac02-6c72b19e6455/Francis+York+Bespoke+Modern+Mansion+in+the+Hills+of+Bel+Air+4.jpg");
    position: relative;
    width: 100%;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: contrast(1.2);
  }
  #three {
    background-image: url("https://e0.pxfuel.com/wallpapers/235/719/desktop-wallpaper-modern-mansions-background-1920x1080-mansion.jpg");
    position: relative;
    width: 100%;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: contrast(1.2);
  }
  #four {
    background-image: url("https://images.squarespace-cdn.com/content/v1/5e30b4c769dcbf426b421101/1627933275320-72S5CGBXSZ8248X2K9X0/01-Bundy-Drive-Brentwood-Luxury-Poolside-Living.jpg");
    position: relative;
    width: 100%;
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: contrast(1.2);
  }
  .navbar-brand {
    font-family: "Orbitron";
    color: #ebc590;
    margin-right: 0;
  }
  .navbar-brand:hover {
    cursor: default;
    color: #ebc590;
  }
  .nav {
    font-family: "Barlow Condensed";
  }
  .nav li {
    font-weight: bold;
  }
  .nav li a {
    color: #ffffff;
  }
  .nav li a:hover, .nav li a:active, .nav li a:focus {
    color: #ebc590;
  }
  .nav-link {
    padding-left: 0;
  }
  .content {
    position: absolute;
    bottom: 10%;
    text-align: start;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .content h1 {
    font-size: 2rem;
    font-weight: 900;
    text-shadow: 0 0 2px black;
    color: #ebc590;
    font-family: "Orbitron";
  }
  .content p {
    font-size: 1.1rem;
    color: #ffffff;
    text-shadow: 1px 1px 0 black;
    font-family: "Barlow Condensed";
  }
  .home_button {
    text-decoration: none;
    outline: none;
    padding: 0.5em 3em;
    text-shadow: 0 0 10px black;
    border: 2px solid #ebc590;
    color: #ebc590;
    background-color: transparent;
    font-family: "Orbitron";
    transition: all 250ms ease-in-out;
  }
  .home_button:hover {
    background-color: #ebc590;
    color: black;
    text-shadow: none;
  }
}
@media (min-width: 500px) {
  .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 640px) {
  .content {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .content {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .content h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .nav {
    font-family: "Barlow Condensed";
  }
  .nav li {
    font-weight: bold;
  }
  .nav li a {
    color: #ffffff;
  }
  .content {
    width: 40%;
  }
  .content h1 {
    font-size: 6rem;
    font-weight: 900;
  }
  .content p {
    font-family: "Barlow Condensed";
  }
  footer {
    position: absolute;
    bottom: 1%;
    right: 1%;
  }
}/*# sourceMappingURL=styles.css.map */