html {
    font-family: 'Muli', sans-serif;
}
h1 h2 h3 h4 h5 h6 {
    font-family: 'Rubik', sans-serif;
}
body {
    background: #f7f7f7;
}

.navbar {
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3; }
    .navbar .navbar-brand h3 {
      font-weight: 100; }
    .navbar .nav-item {
      font-size: 1rem; 
    }

#showcase {
    background: url("https://images.unsplash.com/photo-1481858203162-e46b5e60dc0c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80") center center/cover no-repeat;
    min-height: 500px;
    position: relative; }
    #showcase #header {
      z-index: 2; }
    #showcase #overlay {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    #showcase h1 {
      font-family: "Questrial", sans-serif;
      line-height: 1; }
    #showcase #book {
      font-size: 1.5rem;
      border-radius: 2rem; 
    }
    
/* index.html */
#downloadSection i {
  font-size: 3rem;
  color: #ffffff;
  /* color: #2F2F2F; */
}
#downloadSection, a {
  color: #ffffff;
}
#downloadSection, a:hover {
  color: #bdbdbd;
}
#socialMedia i {
  color: #2F2F2F;
  font-size: 2.5rem;
}
#socialMedia i:hover {
  color: #f06565;
  font-size: 2.5rem;
}
/* Footer */
hr {
    border-color: white;
}
.nav-link {
    color: white;
}
.nav-link:hover {
    color: #d8d8d8;
}
/* #topThrees {
  background: url("../images/Canyonlands_Bg.png") top center / cover no-repeat;
  min-height: 500px;
  position: relative;
  margin-right: auto;
} */
#topThrees {
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url("../images/Canyonlands_Bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 450px;
    padding-top: 50px;
}