body {
    color: #ffffff;
    background-color: #444a50;
    font-family: "Raleway", sans-serif;
}

p {
    font-size:17px;
}

.kop {
    color: #ffffff;
}

/********************LOGO STYLES******************************************/
.css-logo-container {
    position: absolute;
    left:100px;
    margin-top:-25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  
  .left-logo {
    margin: auto;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: orange;
    background-color: rgb(28, 31, 34);
  }
  
  
  .right-logo {
    margin-left:-3px;
    height:30px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    color: white;
    border: 1px solid orange;
    border-left: none;
  }

  .span-text {
    display: block;
    padding:3px;
    padding-left: 0px;
    padding-right: 3px;
    margin-top:-5px;
  }


img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.art-img {
border-radius: 10px;
}

figcaption {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    color: #ffffff;
}

/****************** NAVIGATION ***********************************/
/* Custom styles for the top navigation */
.navbar-dark {
    background-color: rgb(28, 31, 34); /* Dark background color */
    height:80px;
}

.navbar-dark .navbar-toggler-icon {
    border-color: #ffffff; /* White color for the hamburger icon */
}

.navbar-toggler {
    color: #ffffff; /* White color for the text of the hamburger button */
}

.navi-link {
display: block;
  padding: .5rem 1rem;
}


.navi-link.nav-1 {
    color: rgb(226, 22, 192); /* Kleur voor de eerste link */
    letter-spacing: 2px;
}

.navi-link.nav-2 {
    color: lightgreen; /* Kleur voor de tweede link */
    letter-spacing: 2px;
}

.navi-link.nav-3 {
    color: coral; /* Kleur voor de derde link */
    letter-spacing: 2px;
}

.navi-link.nav-4 {
    color: lightpink; /* Kleur voor de vierde link */
}

.navi-link.nav-5 {
    color:lightskyblue; /* kleur voor de vijfde link */
    letter-spacing: 2px;
}

.navi-link.nav-6 {
    color: rgb(247, 59, 2); /* Kleur voor link 6*/
    letter-spacing: 2px;
}


a.navbar-name {
    font-size: 24px;
    color: lightskyblue;
    letter-spacing: 2px;
}


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

.custom-btn {
    width: 140px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    padding: 8px 25px;
    font-size:16px;
    font-weight: 500;
    background-color: orange;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 30%);
  }

  .btn-top {
  font-weight: 600;
  }

  .btn-top:hover {
    background-color: white;
    color: rgb(28, 31, 34);
    text-shadow: none;
  }


  /**********************************************/

  #canvas {
    width: 100%; /* Volledige breedte van de containerdiv */
    height: auto; /* Hoogte aanpassen om de aspectverhouding te behouden */
}


/* Custom styles for the content sections */
.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/**************************************/

.header {
padding: 20px;
text-align: center;
}

/************** CAROUSEL TEXT DIV BACKGROUND ****************/
.carousel {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, rgb(241, 3, 241), orange, lightskyblue, coral, lightgreen, lightpink, rgb(247, 59, 2)) 1
  }


.back {
padding: 20px;
text-align: center;
text-shadow: 2px 2px 3px #000000;
}

.carousel-indicators li {
  display:none;
  }

/******************** MAIN **************************************/
.main {
padding: 30px;
padding-top:20px;
}


.main-content {
    border-radius: 10px;
    padding: 30px;
    color: white;
    margin-bottom: 20px;
    background: rgb(2,0,36);
    background: linear-gradient(142deg, rgba(2,0,36,1) 90%, rgb(180, 119, 6) 99%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
    }

.article-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Aangepast naar center */
    align-items: flex-start;
  }
  
  .article-text {
    flex: 1;
  }
  
  .article-image {
    flex: 1;
    margin-left: 20px; /* Optioneel: voeg wat ruimte toe tussen de tekst en de afbeelding */
    margin-right: auto; /* Toegevoegd om de afbeelding naar links te verplaatsen */
  }
  
  .article-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }

  a.continue {
    color: orange;
    font-size: 16px;
    letter-spacing: 1px;
  }


  .normal-link {
    color:coral
  }
  
  .normal-link:hover {
    color:coral;
    text-decoration: underline;
  }
 /*************animated letters *****************/

 .letter {
  display: inline-block;
}



.ml3 {
  font-weight: 500;
  font-size: 32px;
  margin-top: -40px;
}


.ml10 {
  position: relative;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  font-size: 17px;
  text-shadow: 1px 1px 2px black;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

  

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

.top-widget {
        border-radius: 10px;
        padding: 5em;
        color: white;
        margin-bottom: 20px;
        background: rgb(2,0,36);
        background: linear-gradient(142deg, rgba(2,0,36,1) 34%, orange 91%);
        box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
        }

.sub-top-head {
        color: white;
        font-size: 32px;
        }


.sub-top-widget {
       color: orange;
       font-size: 28px;
        }
            
.top-widget-p {
    font-size: 22px;
    }

.sub-main {
color: orange;
font-size: 24px;
}


.right {
padding: 20px;
font-size: 16px;
}

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

    p.month{
        font-size: 20px;
        }

a.month:hover{
    font-size: 16px;
    color: lightgrey;
    }

    .month-right {
    color: lightskyblue;
    }

    .small-cat-css {
    color: lightgreen;
    }

a.css-cat {
    font-size: 16px;
    color: lightpink;
}

a.css-cat:hover {
    color: lightgrey;
}


a.blog-cat {
    color: coral;
    font-size: 16px;
}

a.blog-cat:hover {
    color: lightgrey;
}

a.snippets-cat {
    color: lightskyblue;
    font-size: 16px;
}

a.snippets-cat:hover {
    color: lightgrey;
}


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


a.philosophy-cat:hover {
    color: lightgrey;
}

.archives {
   margin-bottom: 20px;
}


/**************** VIDEO SECTION**********************************/

/* 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;
  }
  }


  /********PRE CODE STYLES *******************/

  .code-box{
    margin-top:20px;
    margin-bottom: 20px;
    padding: 30px;
    text-align: left !important;
    background-color: rgba(2,0,36,1);
    border-radius: 10px;
    color: #fcfcf8;
   }

  /* Standaard tekstkleur */
  .lightpink {
   color:lightpink;
  
  }

  /* Kleur voor opmerkingen */
  .comment {
    color: #10d410;
  }

  .white {
    color: white;
  }

  .blue {
    color: lightblue;
  }

  .red {
    color: red;
  }

  .salmon {
    color: salmon;
  }


.code-font {
font-size: 16px;
color: white;
}


.code-font {
padding: 0;
margin: 0;
text-align: left !important;
}

  
/****************DARK**********************/

.card-dark {
    background-color: transparent;
    color: #fff;
    border-radius: 10px;
    border:none;
}

.card-body {
    background-color: #444a50;
    border-radius: 10px;  
  }

.bg {
    background-color: #444a50;
    padding:15px;
    border-radius: 10px;
  }



div.p-4 {
    border-radius: 10px;
    background-color: rgb(28, 31, 34);
    background: linear-gradient(142deg, rgba(2,0,36,1) 54%, orange 91%);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
}


a.elsewhere {
    font-size: 18px;
    color: white;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
}

a.elsewhere:hover {
    color: lightgrey;
}

.about-elsewhere {
    color: orange;
}


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

a.smail {
    color: white;
}


/**************** SIDEBAR *********************/

/**************** QUOTES *********************/
.quote {
color: rgb(207, 207, 206);
background-color: rgb(28, 31, 34);
padding: 30px;
font-size: 20px;
font-style: italic;
margin-bottom: 15px;
border-radius: 10px;
background: linear-gradient(142deg, rgba(2,0,36,1) 50%, orange 99%);
box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
}

.quote-list {
    color: orange;
}

a.quote-list {
    color: orange;
}

a.quote-list:hover {
    color: lightgrey;
}

.quote-text {
    font-size: 20px;
    font-weight: 400;
}




/**************** WIDGETS *********************/
.sub-white {
    color: white;
    padding: 10px;
}

.sub-lightskyblue {
    color: lightskyblue;
    font-size: 20px;
}

a.sub-lightskyblue {
    color: lightskyblue;
    font-size: 20px;
}

a.sub-lightskyblue:hover {
    color: lightgrey;
    font-size: 20px;
}


.sub-widget {
    color: white;
    font-size: 20px;
}

a.sub-widget {
    color: white;
    font-size: 20px;
}

a.sub-widget:hover {
    color: lightgrey;
    font-size: 20px;
}

.widget {
padding: 30px;
padding-top:20px;
margin-bottom: 15px;
border-radius: 10px;
background-color: rgb(28, 31, 34);
background: linear-gradient(142deg, rgba(2,0,36,1) 54%, orange 91%);
box-shadow: 5px 5px 5px rgb(0 0 0 / 30%); 
}

.widget img {
border-radius: 10px;
}

.widget p {
color: lightgrey;
text-shadow: 2px 2px 3px rgb(2,0,36);
}


.image-top {
margin-top: 10px;
opacity: 0.9;
}

.image-top:hover {
opacity: 1;
}


/**************  BACK TO TOP ALIGN RIGHT *********************************/

.right-side {
    float: right;
    margin-top: -50px;
    margin-right: 50px;
    transform: translateY(-50%);
}



/* Adjusting column widths */
.custom-container .row > div {
    width: 100%;
}

/* Aanpassingen in de CSS-stijlen */
@media (max-width: 767px) {

  .main-content {
    width:370px;
    margin-left: -10px;
  
  }

    .top-widget {
      width: 370px;
      margin-left: -10px;
      padding:1em;
    }

    .top-widget-p {
        font-size:14px
    }

    p {
        font-size:14px
    }

    .custom-btn {
        width: 120px;
        height: 35px;
        font-size:12px
    }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgb(28, 31, 34); /* Pas aan naar de gewenste achtergrondkleur */
    padding: 10px;
  }
  
  .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  
  .navi-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff; /* Pas aan naar de gewenste kleur voor de menu-links */
  }
  
  .navbar-toggler {
    order: -1;
    margin-right: auto;
  }

  .css-logo-container {
    margin-left: 10px; /* Pas aan naar de gewenste afstand naar rechts */
  }
  .navbar-collapse {
    order: 1;
  }

 .col-md-8 {
    width: 370px;
}


  .article-container {
    flex-direction: column;
  }

  .article-image {
    margin-top: 0;
    margin-left:0px;

  }

  .art-img-vuur {
    margin-left:20px;
  border:none;
  }
}



@media (min-width: 768px) {

  
    .custom-container .col-md-3 {
        width: 60%;
    }
    .top-widget{
        font-size:22px;
    }

    .custom-container .col-md-6 {
        width: 60%;
    }

    .custom-container .col-md-9 {
        width: 90%;
    }

}
