/*
Theme Name: fabianraphaelsokolowski.com
Theme URI: fabianraphaelsokolowski.com
Description: Propriatary theme for fabianraphaelsokolowski.com.
Version: 0.0.0
Author: Matthias Sokolowski
Author URI: https://matthias-sokolowski.de
License: Closed / Propriatary
License URI: 
Text Domain: frs
*/

body {
    padding: 0;
    margin: 0;
    background: white;


    font-family: "Noto Sans", sans-serif;
    /* font-optical-sizing: auto; */
    /* font-weight: 400; */
    font-style: normal;

}

root-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* this is for both header and footer */
.navigation-bar {
    font-size: 18px;
    letter-spacing: +1px;

    width: 100%;
    z-index: 100;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-tracks: center;

    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;

        padding-top: 20px;
        padding-bottom: 20px;

        display: block;
        padding-right: 20px;
        border-bottom: 3px solid transparent;
    }

    ul {
        padding: 0;
        padding-left: 12px;
        margin: 0;
    }

    li {
        list-style: none;
        display: inline-block;
        margin-right: 12px;
    }

}

header {
    background-color: white;
    color: black;

    position: fixed;

    border-bottom: 1px solid black;

    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
        color: black;
    }
}

footer {
    background-color: black;
    color: white;


    a,
    a:hover,
    a:active,
    a:visited {
        text-decoration: none;
        color: white;
    }


    a:hover {
        text-decoration: underline;
        color: white;
    }

}

.left {
    padding-left: 30px;
}

.right {
    padding-right: 30px;
}

.current_page_item {
    /* text-decoration: underline; */
    /* border-bottom: 3px solid rgba(12, 12, 12, 0.8); */
}

.content {
    min-height: calc(100vh - 52px - 30px - 35px);

    padding-top: calc(40px + 20px + 27px + 1em);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5em;

    padding-bottom: 100px;
}

.text-content {
    width: 800px;
    background-color: rgb(240, 240, 240);

    padding: 2em;
}