
body, html {
	font-family: 'Open Sans', sans-serif;
  
}

h1, h2, h3, h4, h5 {
  color: rgb(124, 117, 9);
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
    color: rgb(255, 255, 255);
  }

nav {
    font-size: 1.1rem;
  }

  main {
  font-size: 1.1rem;
}

.primarycolor{
  color: rgb(75, 75, 75);
} 

.border-primary {
  color: rgb(124, 117, 9);
}


.secondarycolor{
  color: rgb(255, 237, 0);
} 
.dropdown-menu>li {
    font-size: 1rem;
}

.btn-danger {
  background-color: rgb(124, 117, 9);
}

.btn-danger:hover {
  background-color: rgb(80, 75, 6);
}

.mask-custom {
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .15);
}



  /* Button Back to Top */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}
/* Button Back to Top Ende*/
