/*mobile version*/

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

body{
    margin: 0;
    background-color: #1d1c21;
}

.page {
    flex-direction: column;
    font-family: Arial;
    color: #DDDDDD;
}
.blur {
  filter: blur(2px); /* Adjust the blur intensity as needed */
  
}

.blur-exclude, .blur-exclude * {
  filter: none !important; /* Remove blur effect for excluded elements and their children */
}


.introduction-name, .introduction-description, .introduction-about_me{
  margin: 0px;
  font-family:'Times New Roman', Times, serif;

}
.introduction-name {
    margin-top: 33vh;
    font-size: xxx-large;
}
.introduction-description {
    font-size:xx-large;
}
.introduction-about_me{
    font-size: large;
    padding-top: 20vh;
    z-index: 2;
    position: relative;
}

.personalia {
    background-color: #1d1c21;
    width:auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding-left: 3%;
    padding-right: 3%;
    transition: 0.35s;
}

.profile {
    background-color: #1d1c21;
    width: 100%;
    transition: 0.35s;
}

.person-logo {
    border-radius: 50%;
    margin: 0;
    float: right;
    width: 128px;
    height: 128px;
    animation: glow 3s ease alternate;
    position: absolute;
    top: 30%;
    right: 3%; 

}

.border-top-left {
    position: absolute;
    height: 30vh;
    width: 30vh;
    top: 1%;
    left: 1%;
}
.border-bottom-right {
    position: absolute;
    height: 30vh;
    width: 30vh;
    bottom: 1%;
    right: 1%;
    z-index: 0;
}

.profile-content {
    color: #999999;
    padding: 15px;
    font-size: 20px;
}

.profile-content__category-title {
    color: #DDDDDD;
}

.profile-content__category--hidden-mobile {
    display: none;
}

.profile-content__element {
    display: flex;
    flex-direction: column;
}

.profile-content__element--hidden-mobile {
    display: flex;
    flex-direction: column;
    display: none;
}

.profile-content__title {
    color: #DDDDDD;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 6px;
}

.profile-content__period {
    display: none;
}

.profile-content__details {
    color: lightslategray;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
}
.header-content {
    Color:#101010;
    display: sticky;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
  }
  
  a {
    color: #0077cc;
  }

  .unblurred{
    position: relative;
    z-index: 5;
  }
  .TDObject {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 100px;
    display: inline-block; /* Ensure block display */
}

#3DObject canvas {
    position: absolute;
    margin-top: 10px;
    top: 0;
    left: 0;
    width: 100px !important; /* Override the width with !important */
    height: 75px !important; /* Override the height with !important */
}

  .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }

  .contact-info{
    width: 200px;
    height: 50px;
    position:absolute;
    top: 4vh;
    left: 8vh;
  }
#menuDiv{
    position: absolute;
    top: 100px;
    right: 4px;
    width: 140px;
    height: 120px;
    z-index: 5;
    text-align: center; 
    background-color: #404040;
    display: none;
    animation: fadeIn 0.35s;
    border-radius: 10px;
    
  }
  .phone {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 54px;
    left: -22px; 
  }
  .mail{
    height: 28px;
    width: 28px;
    position: absolute;
    top: 85px;
    left: -27px; 
  }
  .house{
    height: 28px;
    width: 28px;
    position: absolute;
    top: 120px;
    left: -28px; 
  }
  #current-user{
    position: absolute;
    top: 36px;
    left: 30px;
    z-index: 5;
    width: 235px;
    font-family: "Comic Sans MS";
  }
  .contact-info__mail{
    position: relative;
    z-index: 2;
    width: 200px;
  }
  .contact-info__phone{
    margin-top: 55px;
    width: 200px;
  }
  .contact-info__residence{
    width: 200px;
  }
  #confirmation-message {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4CAF50; /* Green color */
    color: white;
    text-align: center;
    padding: 10px;
    display: none; /* Initially hidden */
  }
  .input-field, .input-field-subject, .contact-me__message {
    width: 60%; 
    padding: 12px; 
    border: 1px solid white;
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical; 
  }
  input[type=email]{
    margin-left: 37px;
  }
  
  .input-field-subject{
    margin-left: 23px;
  }
  .contact-me__message{
    margin-top: 0;
    margin-left: 11px;
}
  .message{
    margin-bottom: 10px;
    position: relative;
    bottom:38px;
  }
  
  /* Style the submit button with a specific background color etc */
  .g-recaptcha {
    background-color: #1861ac;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  /* When moving the mouse over the submit button, add a darker green color */
  .g-recaptcha:hover {
    background-color: #1b6ec2;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }

  
.container {
    display: flex;
    flex-direction: column;
    font-family: Arial;
}

.gdpr-consent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* Center vertically */
    position: fixed;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center horizontally and vertically */
    padding: 10px;
    margin: 5px;
    border: 2px solid gray;
    border-radius: 15px;
    background-color: gray;
    z-index: 2;
    width: 300px;
}


.gdpr-consent__description{
    display: flex;
    justify-content: center;
    font-family:'Times New Roman', Times, serif;
}

.gdpr-consent__choice{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    width: 100%;
}

.gdpr-consent__button--accept {
    background-color: #1861ac;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    font-family:'Times New Roman', Times, serif;
    transition: 0.5s;
}

.gdpr-consent__button--accept:hover {
    background-color: #1b6ec2;
}

.gdpr-consent__button--reject {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    font-family:'Times New Roman', Times, serif;
    transition: 0.5s;
}

.hide{
    display: none;
}

.show{
    display: block;
}

button:hover {
  opacity: 0.8;
}
.center {
    margin: 0;
    position: absolute;
    top: 53%;
    left: 50%;
    width: 95%;
    height: 95%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loginButton, .signUpButton, .artboardButton{
  position: relative;
  margin: 0;
  margin-bottom: 3px;
  width: 95%;
  height: 30%;
  transition: 0.5s;
  z-index: 5;
}
#loginButton{
  background-color: #005BB7;
  border-color: #679AE6;
  border-radius: 10px;
}
.signUpButton{
  border-color: #296a01;
  border-radius: 7px;
  background-color: #5a9e16;
}
.artboardButton{
  background-color: rgb(255, 42, 42); 
  border-radius: 10px;
  border-color:rgb(141, 39, 39);
}
  
:root {
  --color-primary: #3d6cb9; /* Vibrant blue */
  --color-secondary: #4b7dcf; /* Slightly lighter blue */
  --color-tertiary: #5890e5; /* Another shade of blue */
  --color-quaternary: #2a517f; /* Darker blue for contrast */
  --color-quinary: #1c325a; /* Darkest blue */
}


.text-shadows {
  text-shadow: 1.5px 1.5px 0 var(--color-secondary), 3px 3px 0 var(--color-tertiary),
    4.5px 4.5px var(--color-quaternary), 6px 6px 0 var(--color-quinary);
  font-family: bungee, sans-serif;
  font-weight: 700; /* Adjusted font weight to make it thicker */
  text-transform: uppercase;
  font-size: calc(1rem + 2.5vw);
  text-align: center;
  margin: 0;
  color: var(--color-primary);
  animation: shadows 2s ease-in infinite;
  letter-spacing: 0.2rem;
}


@keyframes shadows {
  0% {
    transform: translate(0, 0);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary);
  }
  10% {
    transform: translate(-1.5px, -1.5px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary);
  }
  20% {
    transform: translate(-3px, -3px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary);
  }
  30% {
    transform: translate(-4.5px, -4.5px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary), 4.5px 4.5px var(--color-quaternary);
  }
  40% {
    transform: translate(-6px, -6px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary), 4.5px 4.5px var(--color-quaternary),
      6px 6px 0 var(--color-quinary);
  }
  50% {
    transform: translate(-6px, -6px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary), 4.5px 4.5px var(--color-quaternary),
      6px 6px 0 var(--color-quinary);
  }
  60% {
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary), 4.5px 4.5px var(--color-quaternary),
      6px 6px 0 var(--color-quinary);
  }
  70% {
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary), 4.5px 4.5px var(--color-quaternary);
  }
  80% {
    text-shadow: 1.5px 1.5px 0 var(--color-secondary),
      3px 3px 0 var(--color-tertiary);
  }
  90% {
    transform: translate(-1.5px, -1.5px);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary);
  }
  100% {
    transform: translate(0, 0);
    text-shadow: 1.5px 1.5px 0 var(--color-secondary);
  }
}



@media only screen and (min-width: 800px) {

    .page {
        flex-direction: row;
    }

    .introduction-name{
        order: -1;
        display: block;
    }



    .profile-content__category--hidden-mobile{
        display: flex;
        flex-direction: column;
    }

    /*fix: anders als stipje zichtbaar*/
    .profile-content__category--hidden-mobile hr{
        width: 100%;
    }

    .profile-content__element--hidden-mobile {
        display: flex;
    }

    .profile-content__element-header{
        display: flex;
        justify-content: space-between;
    }
    /* v THIS NEEDS A COLOR CHANGE v */
    .profile-content__period {
        font-size: 12px;
        color: #3A3042;
        display: flex;
    }
    /* ^ THIS NEEDS A COLOR CHANGE ^ */
    .person-logo {
        position: absolute;
        width: 235px; 
        height: 235px; 
        right: 2%; 
    }
    .loginButton{
      height: 100px;
      width: 100px;
      position:Absolute;
      left:1550px;
      top:25px;
    }
    .section-about_me{
        padding-left: 36%;     
        width: 50vh;
    }
    .contact-info__phone{
        padding-top: 10px;
      }
      .contact-info__mail{
        padding-top: 12px;
      }
      .contact-info__residence{
        padding-top: 15px;
      }
      .gdpr-consent {
        width: 600px;
        top: 90%;
      }

}