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


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


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

  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: coral;
}

/* phone-frame */
.phone-frame {
position: relative;
width: 531px; /* Voeg de juiste breedte toe */
height: 252px; /* Voeg de juiste hoogte toe */
margin-left:0px;
cursor: pointer;
overflow: hidden; /* Verberg de video buiten de grenzen van de telefoonafbeelding */
opacity: 0.8;
}

.phone-frame:hover {
opacity: 1;
}

#phoneImage {
width: 100%;
height: auto;
display: block;
}

#phoneVideo {
position: absolute;
top: 30px;
left: 50px;
width: 85%;
height: 80%;
object-fit: cover; /* Zorg ervoor dat de video het frame bedekt */
}

figcaption {
color: white;
padding-left: 20px;
text-align: left;
z-index: auto;
}

.video-container {
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.video-container video {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 87%;
  border-radius: 10px;
}

/* Optioneel: Stijl voor de afspeelknop */
.video-container video::-webkit-media-controls-play-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  font-size: 24px;
}

.video-container video::-webkit-media-controls-play-button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 600px){
 .phone-frame {
position: relative;
width: 331px; /* Voeg de juiste breedte toe */
height: 157px; /* Voeg de juiste hoogte toe */
margin-left:0px;
cursor: pointer;
overflow: hidden; /* Verberg de video buiten de grenzen van de telefoonafbeelding */
opacity: 0.8;
}
.video-container video {
top:10px;
}
}

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

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


  a.continue {
    color: coral;
  }

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

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


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

.sub-main {
color: coral;
}


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


.about-elsewhere {
    color: coral;
}

a.elsewhere {
    color: coral;
}


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

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

.quote-list {
    color: coral;
}

a.quote-list {
    color: coral;
}

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


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

.archives {
color: white;
}

.archives:hover {
  color: lightgrey;
}
