@import url("https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Fredoka&family=Oswald:wght@200..700&family=Quicksand:wght@500&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tilt+Neon&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Fredoka&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Oswald:wght@200..700&family=Quicksand:wght@500&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sarala:wght@400;700&family=Tilt+Neon&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}

::selection {
    color: white;
    background-color: #48085f;
}

body {
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    position: relative;
    background-color: #eafefd;
    min-height: 100vh;
}

.container-groot {
    margin: 2rem;
    padding: 1rem;
}

.container {
    max-width: 1100px;
    margin: auto;
}

figcaption {
    display: none;
}

header {
    color: white;
    background-color: black;
    margin-right: auto;
}

h1,
h2 {
    font-family: "Hubot Sans", sans-serif;
}

article {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 1rem;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 2%;
}

header {
    background-image: url(../Images/hero2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 3rem;
    padding-bottom: 5rem;
    max-width: 100%;
    align-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

header div {
    text-align: center;
}

svg {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
}

h2 {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center
}

.text {margin: 20px;}



#disclaimer {
    font-size: smaller;
}

footer {
    background-color: #110a40;
    color: #eafefd;
    height: 125px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -100px;
}

a {display: inline-block;}

nav a {
    color: #eafefd;
    background-color: #0f0c59;
    border: solid 5px #0f0c59;
    border-radius: 10%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

nav a:focus {
    border: solid 6px #f20530;
}

nav a:hover {
    color: #084887;
    background-color: #f20530;
    border: solid 5px #f20530;
    border-radius: 10%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

.techcivicrealms {
    color: #0f168c;
}

.eternal {
    color: #f20530;
}

#topbutton {position: fixed;
bottom: 20px;
right: 20px;
padding: 11px;
text-align: center;
border-radius: 8px;
background-color: #0f168c;}

#topbutton:hover {background-color: #f20530;}

#disclaimer {text-align: left;
max-width: 80%;
margin-left: 10px;}


@media screen and (min-width: 1000px) {
    img {
        width: 500px;
    }

    p {
        padding: 1rem;
        font-size: 20px;
        text-align: left;
    }

    img {
        padding: 1rem;
        border-radius: 5%;
    }

    header {
        background-image: url(../Images/hero2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 400px;
        max-width: 100%;
        align-content: center;
    }

    body {
        background-color: #eafefd;
    }

    .links {
        float: left;
    }

    .rechts {
        float: right;
    }

    section {
        overflow: auto;
    }

    .container {
        margin: 0 auto;
    }

    header div {
        text-align: left;
    }

    svg {
        position: absolute;
        top: 50px;
        right: 50px;
    }

    h1 {
        position: absolute;
        top: 50px;
        left: 50px;
        font-size: 60px;
    }

    /*
    header a {
        color: #A31B97;
        background-color: white;
        border: solid 1px white;
        font-size: 5px;
        border-radius: 5%;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
        text-decoration: none;
        font-weight: bold;
        position: absolute;
        left: 50px;
        top: 140px;
        display: block;
    }
    */

    header a:hover {
        background-color: #a31b97;
        color: #130c6a;
        border: solid 1px #a31b97;
    }

    h2 {
        font-size: 40px;
    }

    nav a {
        color: #eafefd;
        background-color: #0f0c59;
        border: solid 15px #0f0c59;
        font-size: 15px;
        border-radius: 10%;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
        text-decoration: none;
        text-align: center;
    }

    nav a:focus {
        border: solid 15px #f20530;
    }

    nav a:hover {
        color: #084887;
        background-color: #f20530;
        border: solid 15px #f20530;
        border-radius: 10%;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
        text-decoration: none;
    }

    #disclaimer {
        position: absolute;
        bottom: 0;
        margin-bottom: 1px;
        
    }

    h2 {
        display: none;
    }

    figure {
        position: relative;
    }

    figcaption {
        font-size: 50px;
        font-weight: bold;
        display: block;

        position: absolute;
        background-color: rgba(72, 8, 95, 0.5);
        height: 470px;
        width: 470px;
        border-radius: 2%;
        text-align: center;
        left: 15px;
        top: 15px;
        color: #eafefd;
        transition: 1s;
        filter: brightness(80%);
    }

    figcaption:hover {
        background-color: rgba(72, 8, 95, 0.1);
        transition: 1s;
        filter: brightness(100%);
    }

    #figure1,
    #figure3 {
        position: absolute;
        background-color: rgba(72, 8, 95, 0.5);
        height: 470px;
        width: 470px;
        border-radius: 2%;
        text-align: center;
        left: 15px;
        top: 15px;
        color: #eafefd;
        transition: 1s;
        filter: brightness(80%);
    }

    #figure1:hover,
    #figure3:hover {
        background-color: rgba(72, 8, 95, 0.1);
        transition: 1s;
        filter: brightness(100%);
    }

}
