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


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


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

  a.month:hover {
    color: lightgrey;
  }

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

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


  a.continue {
    color: lightskyblue;
  }

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

  .snippets {
    color: lightskyblue;
  }


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


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

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


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

.sub-main {
color: lightskyblue;
}


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


.about-elsewhere {
    color: lightskyblue;
}

a.elsewhere {
    color: lightskyblue;
}


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

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

.quote-list {
    color: lightskyblue;
}

a.quote-list {
    color: lightskyblue;
}



/**************** quiz questions *********************/
.question {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.quiz {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

input[type="radio"] {
  margin-right: 5px;
  cursor: pointer;
}

#submit-btn {
  margin-top: 10px;
  padding:7px 15px;
  background-color: lightskyblue;
  color: rgb(2,0,36,1);
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#submit-btn:hover {
  background-color: lightgrey;
}

#result-container {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
}

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


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

.archives {
color: white;
}

.archives:hover {
  color: lightgrey;
}
