:root {
  --light-black: #313131;
  --white-color: #ffff;
  --grey: rgb(181, 181, 181);
  --primary-color: #0081cb;
}
body {
  background-image: url(/img/pexels-fauxels-3184418.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: var(--white-color);
  font-family: "Sofia", sans-serif;
}
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
.cover-container {
  max-width: 64em;
}
.mtn {
  width: 100%;
  background-color: blue;
}

/* .nav-item a {
  font-size: 22px;
}
.nav-item a:hover {
  border-bottom: 1px solid var(--white-color);
}
/* .mtn {
  margin-top: 70px;
  height: 100px;
} */
.dot {
  top: 50px;
  margin: 50px 300px;
}
.hey {
  width: 250px;
}
.txt {
  font-size: 20px;
}
@media screen and (max-width: 760px) {
  .mtn {
    margin-top: 100px;
    height: 80px;
  }
  .med {
    margin-top: 27px;
  }
  .hey {
    margin-top: 20px;
  }
}
@media screen and (min-width: 761px) {
  .mtn {
    margin-top: 50px;
    height: 90px;
  }
}
@media screen and (min-width: 320px) and (max-width: 420px) {
  .mtn {
    margin-top: 45px;
  }
  .hey {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 421px) {
  .mtn {
    margin-top: 45px;
    height: 80px;
  }
  .hey {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1440px) {
  .mtn {
    margin-top: 100px;
    height: 90px;
  }
  .hey {
    margin-top: 40px;
  }
}
/* .encat {
  margin-top: 30px;
  font-size: 50px;
}
.txt {
  margin-top: 15px;
  font-size: 35px;
}
.med {
  height: 55px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-left: 175px;
}
.mtn {
  margin-top: 25px;
  height: 60px;
}
.hey {
  height: 50px;
  font-size: 15px;
} */