@font-face {
    font-family: "PermanentMarker";
    src: url(fonts/PermanentMarker-Regular.ttf);
}
.text-PermanentMarker {
    font-family: "PermanentMarker";
}
body {
    font-family: 'Lato';
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PermanentMarker';
}
.bg-orange {
    background-color: #f76137;
}
.banner-img {
    margin-bottom: -1px;
}
.text-yellow {
    color: #f3bd20;
}
.text-orange {
    color: #f76137;
}
.text-cyan {
    color: #4cb8c0;
}
.bg-cyan {
    background-color: #4cb8c0
}
.bg-brown {
    background-color: #927349;
}
.footer-logo {
    max-width: 200px;
}
.bg-top-yellow {
    background-color: #feb12c;
}
.bg-art-yellow {
    background-color: #f3bd20;
}
.nav .active {
    color: #f8b61a;
}
.nav a:hover {
    color: #f3bd20;
}
.yellow-marker li::marker {
    color: #f8b61a; 
}
.border-grad {
    border-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%) 1;
}
.btn-orange, .btn-brown {
    font-family: "Futura", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 10px 15px;
    transition: 0.5s;
    color: #fff;
    border-radius: 0.2rem;
  }
  .btn-orange {
    background: #f76137;
  }
  .btn-brown {
    background: #927349;
  }
  .btn-orange:hover {
    background: #ff5526;
    border-color: #ff5526;
    color:#fff;
  }
  .btn-brown:hover {
    background: #856130;
    border-color: #856130;
    color:#fff;
  }