/********************LOGO STYLES  ABOUT ******************************************/
  
/******************************CAROUSEL BORDER-BOTTOM ANIMATION ****************************
.border-image-clip-path {
  padding: 10px 0px 20px 0px;
  border-bottom: 3px solid;
  border-image: linear-gradient(45deg, rgb(16, 1, 56), ) 1;
  clip-path: inset(0px round 2px);
  animation: huerotate 6s infinite linear;
  filter: hue-rotate(360deg);
  background-color: black;
  text-align: center;
  font-size: 60px;
}
      

@keyframes huerotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rorate(360deg);
    }
}

/************************************************************************/
  .left-logo {
    color: rgb(247, 59, 2);
  }
  
  .right-logo {
    border: 1px solid rgb(247, 59, 2);
    border-left:none;
  }


.art-img-vuur {
border:1px solid rgb(247, 59, 2);
}


.month{
  font-size: 16px;
  color: rgb(247, 59, 2);
  }

  a.month:hover {
    color: lightgrey;
  }

  .normal-link {
    color:coral
  }
  
  .normal-link:hover {
    color:coral;
    text-decoration: underline;
  }
  

  .down-arrow {
    font-size: 48px;
    font-weight: bold;
    color: rgb(247, 59, 2);
    }

/************* CUSTOM BUTTONS *************************/

.custom-btn {
    background-color: rgb(247, 59, 2);
    color: rgb(2,0,36,1);
  
  }

  .custom-btn:Hover {
 color: rgb(28, 31, 34);
 text-shadow: none;
  }


.main-content {
    background: linear-gradient(142deg, rgba(2,0,36,1) 90%, rgb(247, 59, 2) 99%);
    }


  a.continue {
    color: rgb(247, 59, 2);
  }

  /************************TOP WIDGETS*************************************/

.top-widget {  
        background: linear-gradient(142deg, rgba(2,0,36,1) 34%,rgb(247, 59, 2) 91%);
        }


.sub-top-widget {
       color: rgb(247, 59, 2);
        }
            

.sub-main {
color: rgb(247, 59, 2);
}


div.p-4 {
    background: linear-gradient(142deg, rgba(2,0,36,1) 54%, rgb(247, 59, 2) 91%);
}


.about-elsewhere {
    color: rgb(247, 59, 2);
}

a.elsewhere {
    color: rgb(247, 59, 2);
}


.footer {
background-color: rgb(28, 31, 34);
padding: 20px;
text-align: center;
}

/**************** QUOTES *********************/
.quote {
background: linear-gradient(142deg, rgba(2,0,36,1) 50%, rgb(247, 59, 2) 99%);
}

.quote {
  color:rgb(226, 22, 192);
}

.quote-list {
    color: rgb(247, 59, 2);
}

a.quote-list {
    color: rgb(247, 59, 2);
}

/**************** WIDGETS *********************/


.widget {
background: linear-gradient(142deg, rgba(2,0,36,1) 54%, rgb(247, 59, 2) 91%);
}

.archives {
color: white;
}

.archives:hover {
  color: lightgrey;
}
