/* ABOUT SECTION  */

/* body, html {
     height: auto;
} */

@font-face {
    font-family: kingdom;
    src: url(assets/fonts/SangBleuKingdom-Regular-WebS.woff2);
}

:root {
  --backdrop-height: 15px; /* Default: Desktop */
}

.content-right {
    top: 10px;
    position: relative;
    width: 49vw;
    /* padding-left: 10px; */
    left: 50%;
}



@media (max-width: 800px) {
    .content-right {
        position: relative;
        width: 95%;
        margin-right: 10px;
        margin-left: 10px;
        left: 0px;
       
    }
} 

.teaser {
       font-family: kingdom;
    font-size: 22px;
     padding-bottom: 50px;
      color: var(--text)
}

@media (max-width: 800px) {
    .teaser {
       font-size: 16px;
       
    }
} 

.time-stamp {
    font-family: suisse mono;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
     color: var(--text)
}

.CV {
    font-family: kingdom;
    font-size: 16px;
    padding-bottom: 20px;
     color: var(--text);
     margin-bottom: 10px;
}


h1 {
font-family: kingdom;
  font-size: 16px;
}


.mailto:hover {
    font-family: suisse mono;
    font-size: 12px;
    opacity: 0.6;
    transition: 0.35s ease;
}

hr {
    border-color: var(--text);
    border: 0.5px solid;

}

