/********************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), lightpink) 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: lightpink;
  }
  
  .right-logo {
    border: 1px solid lightpink;
    border-left:none;
  }


.art-img-vuur {
border:1px solid lightpink;
}


.month{
  font-size: 16px;
  color: lightpink;
  }

  a.month:hover {
    color: lightgrey;
  }

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

.custom-btn {
    background-color: lightpink;
    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%, lightpink 99%);
    }


  a.continue {
    color: lightpink;
  }

  .normal-link {
    color:coral
}

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

.down-arrow {
  font-size: 48px;
  font-weight: bold;
  color: lightpink;
}

.quote {
  color: lightskyblue;
}


.highlight {
  color: lightskyblue;
  background-color: transparent;
  border: 1px solid lightpink;
  list-style-type: none;
  padding:5px 10px;
  border-radius: 10px;
}

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

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


.sub-top-widget {
       color: lightpink;
        }
            

.sub-main {
color: lightpink;
}


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


.about-elsewhere {
    color: lightpink;
}

a.elsewhere {
    color: lightpink;
}


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

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

.quote-list {
    color: lightpink;
}

a.quote-list {
    color: lightpink;
}

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


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

.archives {
color: white;
}

.archives:hover {
  color: lightgrey;
}
