html {
  font-size: 14px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
    .toggler1 {
        display: none;
    }

}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;

}

footer {
    background-color: rgb(237, 176, 33) !important;
    padding-top: 10px;
    padding-bottom: 50px;
    position: absolute;
    width:100%;
}

::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

body {
    overflow: auto; /* Hide scrollbars on body */
}

.pt {
    font-family: Pacifico;
    font-weight: 500;
    font-size: 20px;
    color: white !important;
    text-shadow: 0 0 2px white;
    transition: all ease-in-out 0.5s;
}

    .pt:hover {
        text-shadow: 2px 2px black;
    }

@media (max-width: 768px) {
    .linkfooter {
        font-size:8px;
    }


}