header
{
    padding-top: 50px;
    position: fixed;
    width: 50%;
    padding-left: 50%;
    margin-left: -25%;
}

header img
{
    float: left;
}

#navigation p
{
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 134%;
    /* or 20px */
    letter-spacing: 0.1em;
    text-transform: uppercase;


}

a
{
    text-decoration: none;
    color:black;
}

a:hover
{
    text-decoration:wavy;
    color: #AAAAEF;
}

body {
    height: 100vh;
    margin: 0;
    background: radial-gradient(50.84% 80.8% at 50.01% 0%, #E9E2DA 0%, #FFDBD4 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

}

#riveCanvas
{
    width: 100%;
    height: auto;
}

#navigation
{
    float: right;
}



.centered {
    width: 100%;       /* fixed width */
    margin: 0 auto;     /* horizontal auto margins */
}

.container {
    display: flex;
    justify-content: center; /* horizontal */
    align-items: center;     /* vertical */
    height: 100vh;           /* container full viewport height */
}

#circle
{
    width: 100%;
    max-height: 600px;
}

#noise
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-blend-mode: color-burn;
    background-image: url("/assets/svg/noise.png");
    background-size: cover;
    background-position: 100%;
    opacity: 50%;
}

footer
{
    bottom:0;
    left:0;
    position: fixed;
    padding-bottom: 20px;
    width: 50%;
    padding-left: 50%;
    margin-left: -25%;
}

footer p
{
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 134%;
    /* or 20px */
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
