@font-face{
  font-family: 'Bobby Jones Soft Regular';
  src: url('/Fonts/Bobby Jones Soft Regular.ttf');
}

#--NAVIGATION--{
  background-color: #D1E8EE;
  top: -20px;
  left: -10px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
}
button{
  background-color: inherit;
  font-family: 'Bobby Jones Soft Regular';
  color: #2f88a3;
  border: none;
  cursor: pointer;
  font-size: 30px;
}
h1{
  font-family: 'Bobby Jones Soft Regular';
  text-align: center;
}
button:hover
{
  color: #68aec4;
}
.home{
  font-family: 'Bobby Jones Soft Regular';
}
.dropbtn{
  font-family: 'Bobby Jones Soft Regular';
  color: #2f88a3;
}

.links{
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.logo{
  background-color: #e4f1f6;
}

.daymakers{
  font-size: 50px;
}
.links{
  text-align: end;
  margin-left: auto;
  margin-right: 10%;
  gap: 30px;
}