@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lobster&family=Oswald:wght@200..700&display=swap");

.oswald-regular {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lobster {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Oswald", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
}

.bg-header {
  background-color: rgb(0, 156, 172);
}

.bg-main {
  background-color: rgb(244, 244, 244);
}

.bg-footer {
  background-color: rgb(0, 156, 172);
}

.navbar-nav {
  margin: 0 auto;
}

.nav-link {
  color: white;
  font-size: 1.5em;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nav-item {
  border-bottom: 3px solid white;
}

h1 {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
}

h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: rgb(136, 239, 254);
  font-size: 2em;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
}

h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.75em;
}

footer a {
  color: #FFF;
}

.fs-4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
}

.copy-border {
  border-top: 3px solid #FFF;
}

.copy {
  font-size: 0.7em;
}

#btn-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}

#cookies-message {
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  font-size: 90%;
  color: #FFF;
  text-align: left;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  z-index: 999;
}

#cookies-message #accept-cookies-checkbox {
  padding: 5px;
  display: inline-block;
  margin-left: 0px;
  text-decoration: none;
  cursor: pointer;
}