@font-face {
    font-family: 'tay_birdieregular';
    src: url('TAYBirdie.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body{
  width: 100%;
  height: 100%;
  background-color: #ffc43f;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'tay_birdieregular', sans-serif;
}

p, ul, button, a{
  font-family: 'DM Sans', sans-serif !important;
}

p.bigger{
  font-size: 1.2rem;
}

a{
  color: #1c1c1c;
}

a.light{
  color: white;
}

#bananaImage {
  opacity: 0.2;
}

#feed img{
  border-radius: 5px;
  width: 100%;
}

img#sticker-a{
  transform: rotate(15deg) scale(0.9);
}

img#sticker-b{
  transform: rotate(-18deg) scale(0.9);
}

img#sticker-c{
  transform: rotate(24deg) scale(0.9);
}

footer p{
  font-size: 0.8rem;
}

.navbar-toggler{
  border: none !important;
}

.btn{
  background-color: #1c1c1c;
  color: white;
}

.btn:hover{
  background-color: #121212;
  color: white;
}



@media only screen and (max-width: 576px) {
img#sticker-a{
  transform: rotate(15deg) scale(0.4);
}

img#sticker-b{
  transform: rotate(-18deg) scale(0.4);
}

img#sticker-c{
  transform: rotate(-18deg) scale(0.4);
}
}


/*COOKIE*/
.cookie-overlay {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  color: whitesmoke;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: #1c1c1c;
}

  > div:first-child {
    width: 458px;
  }

  a {
    text-decoration: underline;
  }

  .cookie-overlay > .btn{
    background-color: #efefef;
    border: none;
    color: #1c1c1c;

  }

  .close-cookies {
    cursor: pointer;
  }

@media only screen and (max-width: 576px) {
  .cookie-overlay{
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .cookie-overlay > div:first-child {
      width: auto;
    }
  }
}