@font-face {
  src: url(/Fonts/Lato/Lato-Light.ttf);
  font-family: latothin;
}

@font-face {
  src: url(/Fonts/Lato/Lato-Bold.woff);
  font-family: latobold;
}

/* @font-face {
  src: url(/Fonts/Helvetica/helvetica-rounded-bold-5871d05ead8de.otf);
  font-family: helround;
} */

.navbar-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  /* justify-content: flex-end; */
  align-items: center;

  /* position: fixed; */
  top: 0;

  height: 50px;
  width: 100%;
  padding: 50px;
  margin-bottom: 50px;

  font-family: Helvetica;
  list-style-type: none;
  text-transform: uppercase;
  gap: 50px;

  background-color: transparent;
  /* background-color: black; */
}

.navbar-link.another-class {
  color: white;
}

.navbar-link.contact {
  background-color: #fff3;
  padding: 10px;
  border-radius: 5px;
}

.navbar-link.contact:hover {
  background-color: #fff7;
}

.navbar-link {
  color: #fff9;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700 bold;
}
.navbar-link.active {
  color: black;
}
.navbar-link:hover {
  /* border-bottom: 1px solid white; */
  color: white;
  transition: 0.3s;
}

.head {
  display: flex;
  color: white;
  font-size: 35px;
  font-weight: 300;
  font-family: latothin;
  /* position: fixed; */
  right: 0;
  /* align-self: flex-start; */
}

.headspan {
  color: white;
  /* font-style: italic; */
  font-family: latobold;
  font-weight: 700;
}

body {
  /* background-color: grey; */
}
