@font-face {
  font-family: "Montserrat-Regular";
  src: url("/assets/fonts/Montserrat/Montserrat-Regular.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("/assets/fonts/Montserrat/Montserrat-Medium.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("/assets/fonts/Montserrat/Montserrat-Light.woff");
  font-display: auto;
  font-style: normal;
}
@font-face {
  font-family: "Comfortaa";
  src: url("/assets/fonts/Comfortaa/Comfortaa-Light.ttf");
  font-display: auto;
  font-style: normal;
}

.jbtn {
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.jbtn:hover {
  background-color: #95c1e3;
  color: #ffffff;
  text-decoration: none;
}
.jbtn-blue {
  background-color: #95c1e3;
}
.jbtn-blue:hover {
  background-color: #e6cdba;
}
.general-button {
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
  -moz-box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
  box-shadow: 15px 15px 20px -15px rgba(184,184,184,1);
}
.general-button:hover {
  background-color: #95c1e3;
  color: #ffffff;
  text-decoration: none;
}

/* .activities-button {
  position: absolute;
  border-radius: 50px;
  padding: 15px 35px;
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  margin-top: 320px;
  margin-left: 45px;
  text-align: center;
}
.activities-button:hover {
  border-radius: 50px;
  padding: 15px 35px;
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
} */

.link-icon {
  text-decoration: none;
  color: #ffffff;
}
.link-icon:hover {
  text-decoration: none;
  color: #ffffff;
}
.back-to-top-button {
  float: right;
  border-radius: 10px;
  background-color: #e6cdba;
  width: 45px;
  height: 45px;
  border: 0px;
  padding: 8px;
  color: #ffffff;
  justify-self: end;
  margin-right: 100px;
  position: relative;
  top: 280px;
  right: 0px;
}
.general-button.register {
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  justify-self: center;
}
.general-button.register:hover {
  background-color: #95c1e3;
  color: #ffffff;
  text-decoration: none;
}
.general-button.schedule {
  border-radius: 50px;
  padding: 15px 30px;
  background-color: #e6cdba;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat-Medium";
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  justify-self: center;
}
.general-button.schedule:hover {
  background-color: #95c1e3;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .back-to-top-button {
    top: 560px;
  }
}

@media (max-width: 1100px) {
  .back-to-top-button {
    display: none;
  }
}
@media (max-width: 1054px) {
  .general-button {
    font-size: 18px;
  }
}
