.navbar {
  position: fixed;
  width: 100%;
  z-index: 9;
}

html:not([data-scroll='1']) .scroll {
      position: fixed;
      width: 100%;
      z-index: 9;
      transition: 200ms ease-in-out;
      box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1280px) {

.navbar-brand {
  font-size: 25px;
  margin-left: 50px;
  font-family: "Montserat-Bold";
  color: #000;
  text-decoration: none;
  

}

.scroll1 {
  padding-top: 80px;
  transition: 500ms ease-in-out;
}

.nav-link {
  font-family: 'Montserat-Regular';
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
  display: inline;
}



.underlined {
  border-bottom: solid 2px #000000;
    padding-top: 2px;
}

/* .navbar-nav {
      margin-left: auto;
  } */

}

.navbar-brand {
  font-family: "Montserat-Bold";
  color: #000;
  text-decoration: none;
}

.navbar {
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  z-index: 99;
}

nav ul li a {
  text-decoration: none;
  color: inherit;
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.nav-link {
  font-family: 'Montserat-Regular';
  color: #000;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1280px) {

.navbar-brand {
  font-size: 25px;
  margin-left: 50px;
}

.underlined {
    border-bottom: solid 2px #000000;
    padding-bottom: 1px;
    display: inline-block;
    text-align: center;
    
  }

  .nav-link {
  font-family: 'Montserat-Regular';
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
  display: inline;
}

}


@media screen and (max-width: 768px) {
  .navbar-brand {
      font-size: 25px;
      padding-left: 10px;
  }

button {
  margin-right: 10px;
}

.underlined {
  border-bottom: solid 2px #000000;
  padding-bottom: 1px;
  display: inline-block;
  text-align: center;
}

.scroll1 {
  padding-top: 120px;
  transition: 500ms ease-in-out;
}
}
