/*  ===============================  *
 *           Landing Page            *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    position: relative;
    padding-bottom: 7em;
    padding-top: 10em;
    background: url('../images/bg-hero-m.jpg') no-repeat center;
    background-size: cover;
  }
  #hero:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 40%;
    /* Set the height where the gradient starts */
    background: linear-gradient(to bottom, rgba(64, 37, 5, 0) 0%, #402505 60%, #402505 40%);
  }
  #hero .hero-content {
    color: white;
    width: 88%;
    max-width: 70em;
    margin: auto;
    position: relative;
    padding: 0 2em;
    z-index: 1;
  }
  #hero .hero-content .hero-title {
    font-size: 2.1em;
    white-space: nowrap;
    margin-top: -0.2em;
    margin-bottom: 0;
  }
  #hero .hero-content p,
  #hero .hero-content span {
    font-weight: 400;
    color: white;
    max-width: 35.71428571em;
    font-size: 0.9em;
  }
  #hero .hero-content .hero-description {
    position: relative;
    margin-bottom: 3.2em;
  }
  #hero .hero-content .hero-description:before {
    content: '';
    position: absolute;
    top: 2.4em;
    left: 0;
    background-color: white;
    width: 40%;
    height: 0.25em;
  }
  #hero .hero-content blockquote {
    font-size: 0.8em;
    color: white;
    margin: 0.8em 0;
  }
  #hero .hero-content .underside {
    display: flex;
    justify-content: space-between;
  }
  #hero .hero-content .underside img {
    transform: scale(-1, -1);
  }
  #hero .hero-content .underside .author {
    position: relative;
    margin-top: 1.2em;
    font-size: 0.8em;
  }
  #hero .hero-content .underside .author:before {
    content: '';
    position: absolute;
    top: -0.6em;
    left: 0;
    background-color: white;
    width: 40%;
    height: 0.2em;
  }
  #hero .hero-content .right picture,
  #hero .hero-content .right img {
    scale: 1.05;
  }
  #hero:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero .hero-content .right picture,
  #hero .hero-content .right img {
    transform: translate(2.5em, 0em);
    scale: 1.15;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero {
    padding-bottom: 6.5em;
    background: url('../images/bg-hero.jpg') no-repeat center;
    background-size: cover;
  }
  #hero .hero-content {
    padding: 0 2.8em;
    width: 94%;
  }
  #hero .hero-content .hero-title {
    font-size: 3.3em;
  }
  #hero .hero-content .right picture,
  #hero .hero-content .right img {
    transform: translate(2.5em, -2.5em);
    scale: 1;
  }
}
/*  ===============================  *
 *             Personal              *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #personal {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #personal h2 {
    position: relative;
    margin-bottom: 2em;
  }
  #personal h2:before {
    content: '';
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: black;
    width: 90%;
    height: 0.15em;
  }
  #personal #question {
    min-width: 19em;
  }
  #personal .dual-container picture,
  #personal .dual-container img {
    max-width: 14em;
    max-height: 14em;
  }
  #personal .left {
    display: flex;
    flex-direction: row;
    align-items: start;
    position: relative;
  }
  #personal .left h3 {
    margin-bottom: 1em;
    padding: 0.42105263em;
    position: relative;
  }
  #personal .left h3:before {
    content: '';
    position: absolute;
    top: 4em;
    background-color: black;
    width: 90%;
    height: 0.2em;
  }
  #personal .left .dual-container {
    gap: 11.8em;
  }
  #personal .right {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
  }
  #personal .right .list-item {
    display: flex;
    align-items: center;
    gap: 1.2em;
  }
  #personal .right .list-item .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.5em;
    padding: 0.6em 1.2em;
    box-shadow: 0 3px 3px -3px #000000, 0 4px 6px -4px #000000;
    font-size: 0.8em;
  }
  #personal .right .list-item:last-child .bookmark:not(:last-child):before,
  #personal .right .list-item:last-child .bookmark:not(:last-child):after {
    display: none;
  }
  #personal #bekendheid.dual-container {
    margin-top: 5.75em;
  }
  #personal #bekendheid.dual-container picture {
    background-color: white;
    border: 0.1em solid black;
    outline: 0.1em solid black;
    outline-offset: -0.8em;
  }
  #personal #bekendheid.dual-container picture,
  #personal #bekendheid.dual-container img {
    padding: 0.4em 2em;
    max-width: 35.8em;
    max-height: 19.3em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #personal {
    justify-content: center;
  }
  #personal .dual-container {
    gap: 7em;
  }
  #personal .dual-container .left {
    width: 17.5em;
  }
  #personal .dual-container .right {
    width: 17.5em;
  }
  #personal .dual-container picture,
  #personal .dual-container img {
    max-width: 16em;
    max-height: 16em;
  }
  #personal .left:before {
    content: '';
    position: absolute;
    right: -3.55em;
    background-color: black;
    height: 100%;
    width: 0.05em;
  }
  #personal #bekendheid.dual-container {
    gap: 3em;
  }
  #personal #bekendheid.dual-container picture,
  #personal #bekendheid.dual-container img {
    padding: 1.2em 2.4em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #personal .dual-container {
    gap: 11.8em;
  }
  #personal .dual-container .left {
    width: 20em;
  }
  #personal .dual-container .right {
    width: 20em;
  }
  #personal .left:before {
    content: '';
    position: absolute;
    right: -5.95em;
    background-color: black;
    height: 100%;
    width: 0.05em;
  }
}
/*  ===============================  *
 *            Publications           *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #publications {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10em;
    padding-top: 10em;
    background: url('../images/bg-1.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 0;
  }
  #publications:before,
  #publications:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  #publications:before {
    top: 0;
    height: 10%;
    /* Set the height for the top gradient */
    background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #publications:after {
    bottom: 0;
    height: 10%;
    /* Set the height for the bottom gradient */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  #publications h2 {
    position: relative;
    margin-bottom: 2em;
    color: white;
  }
  #publications h2:before {
    content: '';
    position: absolute;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    width: 90%;
    height: 0.15em;
  }
  #publications span,
  #publications p,
  #publications h3 {
    color: white;
    text-align: center;
    max-width: 22.5em;
  }
  #publications span {
    color: #d2d2d2;
  }
  #publications .container {
    display: flex;
    align-items: start;
    gap: 2.4em;
    flex-wrap: wrap;
  }
  #publications .card {
    display: flex;
    flex-direction: column;
    flex: 1 0 46.8%;
    align-items: center;
    width: 9em;
  }
  #publications .card picture,
  #publications .card img {
    width: 7.5em;
    height: 11.25em;
  }
  #publications .card .bottom {
    position: relative;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #publications {
    justify-content: center;
    background: url('../images/bg-1.jpg') no-repeat center;
    background-size: cover;
  }
  #publications .container {
    flex-wrap: nowrap;
  }
  #publications .card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: initial;
    width: 9em;
    height: 36.65em;
  }
  #publications .card picture,
  #publications .card img {
    width: 9em;
    height: 13.25em;
  }
  #publications .card .bottom {
    position: absolute;
    bottom: 0;
  }
  #publications .card .button-group {
    transform: scale(0.75);
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #publications .card {
    width: 12.5em;
    height: 30em;
    align-items: initial;
  }
  #publications .card picture,
  #publications .card img {
    width: 9em;
    height: 13.25em;
  }
  #publications .card span,
  #publications .card p,
  #publications .card h3 {
    text-align: left;
  }
  #publications .card .button-group {
    transform: scale(1);
  }
}
/*  ===============================  *
 *               Extra               *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #extra #professionaliteit.dual-container picture {
    background-color: white;
    border: 0.1em solid black;
    outline: 0.1em solid black;
    outline-offset: -0.8em;
    padding: 0.7em;
  }
  #extra #professionaliteit.dual-container picture,
  #extra #professionaliteit.dual-container img {
    max-width: 30.4em;
    max-height: 19.1em;
  }
  #extra #professionaliteit.dual-container img {
    width: 100%;
    height: 100%;
  }
  #extra .info {
    height: 12.5em;
    background: url('../images/bg-2.jpg') no-repeat center;
    z-index: 0;
    margin-bottom: 35em;
    margin-top: 5.75em;
    position: relative;
  }
  #extra .info .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6em;
  }
  #extra .info .card {
    width: 20em;
    height: 20em;
    background-color: #402505;
    border: 0.1em solid gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.2em 3em;
    transform: translateY(10%);
  }
  #extra .info .card h3 {
    color: white;
    text-align: center;
    font-size: 1.26315789em;
  }
  #extra .info .card h3:before {
    content: '';
    position: absolute;
    top: 2.75em;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    width: 60%;
    height: 0.05em;
  }
  #extra .info .card p {
    color: white;
  }
  #extra .info:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #1c0b00;
    opacity: 0.85;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #extra .info {
    margin-bottom: 17.5em;
  }
  #extra .info .container {
    flex-direction: row;
    justify-content: space-evenly;
  }
  #extra .info .card {
    transform: translateY(30%);
  }
}
