.bg-custom {
  background-color: #70d3ef !important;
}

.nav-item {
  font-weight: bold;
}

body {
  background-color: #00b2e325 !important;
  z-index: 0;
  overflow: hidden;
}

body.overflow {
  overflow: visible;
}

.rocks {
    float: right !important;
    position: relative !important;
    height: 100vh !important;
    width: auto !important;
    z-index: -9999;
}

.nav-link.active {
  color: black !important;
}

.nav-link {
  color: rgb(82, 82, 82) !important;
}

nav {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.disable-select {
  user-select: none; /* supported by Chrome and Opera */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
}

a {
  outline: none !important;
  transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
  text-decoration: none;
}

button {
  outline: none !important;
}

#infin {
  max-width: 50vw;
  max-height: auto;
}

div {
  font-family: 'Lato', sans-serif !important;
}

ul {
  list-style: none;
}



html {
  font-size: 16px;
}
@media screen and (min-width: 320px) and (max-width: 999px) {
  p {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
    font-weight: bold;
  }

  ul.content > li {
    margin-left: -30px;
  }

  li.block {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  p {
    font-size: 32px;
  }

  div.disclaimer  {
    text-align: justify;
  }
}

div.contact > p {
    margin-bottom: 0px;
    margin-top: 1rem;
}