@charset 'UTF-8';


* {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    margin-top: 1em;
}

body {
    outline: 2px solid black;
    background-color: white;
}

h1, h2, h3 {
    text-align: center;
}

a:visited {
    color: black;
}

a {
    text-decoration: none;
}


p {
    font-size: 1.5em;
    text-align: center;
}

button {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 2em;
}

.separator {
    height: 5px;
    background-color: rgb(202, 190, 190);
    opacity: 0.1;
    width: 100%;
}

#binary_bar {
    padding: 0em;
    width: 80%;
    overflow: hidden;
    right: 20%;
    outline: none;
}

.nav_container {
    width: auto;
    border: 0.5em solid black;
    background-color: white;
    height: 50px;
    position: relative;
}

.nav_container :nth-child(2) {
    right: 10%;
}

.nav_container :last-child{
    right: 0%;
}

.nav_div > p {
    vertical-align: middle;
}

.nav_div {
    width: 10%;
    height: 100%;
    position: absolute;
    text-align:center;
    margin: 0px auto 0px auto;     
    outline: 0.25em solid black;
}

.slider {
    height: 500px;
    max-width: 1000px;
    background-color: white;
}

.slide {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    align-self: center;
}

.show_off_container {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.show_off_container > div {
    margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    background-color: rgb(0,0,0);
}

.fibonacci_clock {
    width: 100%;
    max-width: 1000px;
    height: 500px;
    background-color: black;
    /*border: 5px solid rgb(85, 85, 243);*/
    position: relative;
}

.clock_item {
    outline: 3px solid black;
    text-align: center;
    background-color: white;
    position: absolute;
}

.size_one {
    width: 12.5%;
    height: 20%;
    left: 25%;
}

.second_area {
    top: 20%;
}

.size_two {
    width: 25%;
    height: 40%;
    left: 0%;
    top: 0%;
}

.size_three {
    width: 37.5%;
    height: 60%;
    left: 0%;
    bottom: 0%;
}

.size_five {
    width: 62.5%;
    height: 100%;
    right: 0%;
}