@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

:root {
    --deg-angle: 0.0deg;
    --translation: 0px 0px;
}

body {
    padding: 0;
    margin: 0;
}

header {
    text-align: center;
    font-size: 48pt;
    font-family: "Arial", sans;
    color: white;
    background-image: url("/img/header/photos.jpg");
    background-size: cover;
    width: 100%;
    min-width: 440px;
}

article p {
    font-family: "EB Garamond", "Times New Roman," serif;
}

header hgroup h1 {
    font-size: 48pt;
}

header hgroup p {
    font-size: 24pt;
}

hgroup {
    text-align: center;
}

hgroup h1 {
    font-size: 24pt;
}

hgroup p {
    font-size: 16pt;
    font-family: "EB Garamond", "Times New Roman", serif;
    font-style:italic;
}

kbd {
    background-color: #ffffcc;
    padding: 2px;
    border: 1px solid #666600;
    border-bottom: 2px solid #444400;
    border-right: 2px solid #444400;
    border-radius: 5px;
    font-weight: bold;
}

/* === FLEX === */
.flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

/* === FONT AWESOME === */
.fa {
    text-decoration: none;
}

/* === TRANSFORMS === */

.rotate {
    display: block;
    transform: rotate(var(--deg-angle));
}

.messy {
    display: inline;
    width: auto;
}

/* === === */

.label-wrap {
    filter: drop-shadow(1px 1px 1px black);
    width: auto;
}

.label {
    background-image: url('/img/paper/paper.jpg');
    padding: 5px;
    width: auto;
    display: inline;
}

.block-label {
    background-image: url('/img/paper/paper.jpg');
    padding: 10px;
    width: auto;
    display: block;
}

.sans {
    font-family: 'Helvetica', 'Arial', sans;
}

.serif {
    font-family: 'EB Garamond', serif;
}

.link_div {
    position:absolute;
     width:100%;
     height:100%;
     top:0;
     left: 0;
     z-index: 1;
}
