/* - - - - S C H R I F T E N - - - -
font-family: 'Days One', sans-serif;
font-family: 'Hurricane', cursive;
font-family: 'Lexend', sans-serif; 
*/



/* - - - - FONTS: G E N E R A L - - - - */
h1{
    font-family: 'Lexend', sans-serif;
    font-weight: 100;
    font-size: 8.3rem;
    line-height: 50%;
    padding-top: 620px;
    padding-bottom: 20px;
    text-shadow: 5px 5px 5px black;
    letter-spacing: -0.3rem;
    word-spacing: 0.5rem;
}

h2{
    font-family: 'Hurricane', cursive;
    font-weight: 100;
    font-size: 6em;
    line-height: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0 0 10px black;
}
h3{
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    font-size: 1.15em;
    padding-top: 10px;
}
h4{
    font-family: 'Hurricane', cursive;
    font-weight: 100;
    font-size: 2.7rem;
    line-height: 80%;
    padding-bottom: 10px;
}

.right h4{
    color: rgb(185, 252, 84);
}

.rotate{
    transform: rotate(-8deg);
}

p{
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    padding-top: 10px;
    line-height: 130%;
}
.big{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 800;
}

ul{
    font-family: 'Lexend', sans-serif;
    line-height: 140%;
    list-style: none;
    padding-top:50px;
}

ol{
    font-family: 'Lexend', sans-serif;
    font-size: 1.05rem;
    line-height: 120%;
    margin-left: -0.6rem;
}

ol li {
    margin-top: 20px;
}


/* - - FONTS: S O R T S - - - - */

.sorts h4{
    color: rgb(250, 125, 0);
    font-family: 'Hurricane', cursive;
    font-weight: 100;
    line-height: 80%;
}

.sorts p{
    color: black;
}

.sorts p:first-of-type{
    color: rgb(250, 125, 0);
    line-height: 40%;
    font-weight: 300;
    margin-bottom: 10px;
}


/* - - - - FONTS: V O C A B U L A R Y - - - - */
.vocabulary h4{
    font-size: 3rem;
    padding-bottom: 10px;
    line-height: 70%;
}

.vocabulary ul{
    padding-top: 10px;
}

.vocabulary ul :nth-child(odd){
    font-weight: 400;
    font-size: 1.3rem;
}

.vocabulary ul :nth-child(even){
    font-weight: 300;
    padding-bottom: 5px;
    padding-bottom: 25px;
}

.vocabulary ul :last-child{
    margin-bottom: 20px;
}


/* - - - - FONTS: T A B E L L E - - - - */

.tab{
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-family: 'Lexend', sans-serif;
    border-collapse: collapse;
    caption-side: top;
}

.tab th{
    font-weight: 600;
    padding-top: 10px;
}

.tab td{
    font-weight: 300;
}

caption{
    font-family: 'Hurricane', cursive;
    color: rgba(245, 245, 220,1);
    margin-bottom: 10px;
    text-align: left;
    font-size: 3em;
}

.tab tbody tr{
    border-bottom: 1px solid beige;
}

.tab tfoot{
    line-height: 110%;
}



/* - - FONTS: L I N K S - - - - */

a{
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
a:link {
    color: rgba(245, 245, 220,1);
}
a:visited {
    color: rgba(245, 245, 220,1);
}
a:hover {
    color: rgb(185, 252, 84);
}
a:active {
    color: rgba(245, 245, 220,1);
}