* {
    margin: 0;
    padding: 0;
}

html {
    /* font-family: "DejaVu Sans Condensed"; */
    /* font-family: "Calibri"; */
    /* font-family: "FL Pismo Techniczne"; */
    font-family: 'Share Tech', sans-serif;
    background-color: #ddd;
    color: #333;
}

html.light {
    background-color: #ddd;
    color: #333;
}

html.dark {
    background-color: #333;
    color: #ddd;
}

.menu {
    font-size: 30px;
    text-decoration: none;
    color: black;
    position: absolute;
    top: 30px;
    right: 100px;
    padding: 8px;
}

.menu:hover {
    /* background-color: black;
    color: white; */
    border-bottom: 2px solid #555;
}

.fa-home {

    position: fixed;
    right: 30px;
    top: 30px;
    font-size: 50px;
    color: #333;
    /* padding: 4px; */
}

.fa-home:hover {

    /* background-color: #333;
    color: white; */
    /* text-decoration: underline; */
    border-bottom: 2px solid #555;
}


div.separator {
    background-color: brown;
    height: 10vh;
    color: blanchedalmond;
    text-align: center;
    padding: 10px;
}

section {
    margin-top: 30px;
    /* background-color: #343; */
    text-align: center;
}

section.intro {
    height: 10px;
    text-align: center;
    width: 100%;
    /* background-color: #733; */
}

section.main {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    margin: 10px;
    /* padding: 15px; */
    /* border: 1px solid red; */

}

.intro h1 {
    font-weight: normal;
}

.intro .fa-arrow-circle-down {
    position: absolute;
    bottom: 70px;
    font-size: 30px;
}

.container {
    /* display: flex; */
    vertical-align: top;
}
section.main.project {
    margin-top: 0;
    margin-bottom: auto;
    justify-self: flex-start;
    /* margin-top: 50px; */
    /* justify-content: center;
    align-items: center; */
    /* display: inline-block; */
}

.project h1,
h2,
h3 {

    text-align: left;
}


h1 {
    margin: 60px 30px 0px 30px;
    font-size: 32px;
}

h2 {
    margin: 60px 30px 0px 30px;
    font-size: 28px;
}

h3 {
    margin: 20px 30px 0px 30px;
    font-size: 28px;
}

p {
    margin: auto 30px;
    text-align: left;
    font-size: 24px;
}

a {
    /* margin: auto 30px; */
    text-align: left;
    font-size: 24px;

}

video {
    margin: 10px 0px;
}

.theme button {
    font-family: 'Share Tech', sans-serif;
    font-size: 18px;
    margin: 10px;
    color: inherit;
    background-color: inherit;
    display: block;
    padding: 5px;
}

section.main {
    max-width: 700px;
}

section.project img {
    /* max-width: 100%; */
    display: inline-block;
    max-height: 400px;
    max-width: 90%;
    /* max-height: 90vh; */
    /* min-height: 86vh; */
    margin: 3%;
    /* border: 1px solid black; */
}

.dark img.grafika {
    filter: invert(100%);
}

img.logo {
    width: 40vw;
    max-height: 50vh;
    margin-top: 20vh;
}

.intro h1 {
    text-align: center;
    margin: 10px;
    font-size: 30px;
}

pre {
    text-align: left;
    margin: 12px;
    font-size: 12px;
    border: 2px dashed grey;
    white-space: pre-wrap;
}