#fractal_body {
    margin: 0;
}

#menu_body {
    margin: 0;
}

.menu {
    width: 100%;
    height: 33vh;
}

.menu_link {
    width: 100vw;
    height: 33vh;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: xx-large;
    font-weight: bold;
    color: black;
}

#clifford_div {
    background: url("../assets/clifford_attractor.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#clifford_div:hover {
    background-size: auto 170%;
}

#martins_div {
    background: url("../assets/martins_mapping.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#martins_div:hover {
    background-size: auto 170%;
}

#dejong_div {
    background: url("../assets/dejong_attractor.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#dejong_div:hover {
    background-size: auto 170%;
}

#symmetric_div {
    background: url("../assets/symmetric_icon.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#symmetric_div:hover {
    background-size: auto 170%;
}

#bedhead_div {
    background: url("../assets/bedhead.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#bedhead_div:hover {
    background-size: auto 170%;
}

#svensson_div {
    background: url("../assets/svensson.png") no-repeat center;
    background-size: auto 150%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#svensson_div:hover {
    background-size: auto 170%;
}

form {
    width: 25vw;
    max-width: 400px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: beige;
    height: 100%;
    padding: 10px;
    overflow-y: auto;
}

form input, form button, form select {
    width: 100%;
    height: 30px;
}

form button {
    height: 50px;
    font-size: xx-large;
    cursor: pointer;
}

form input[type=color] {
    cursor: pointer;
}

form select {
    cursor: pointer;
}

#canvas {
    width: 100%;
    height: 100vh;
}

#box-canvas {
    width: 70%;
    height: 100vh;
}

form div {
    margin: 10px 0;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0.7px 0;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 25.6px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #484d4d;
    border-radius: 0px;
    border: 0px solid #010101;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
    border: 0px solid #ff1e00;
    height: 27px;
    width: 18px;
    border-radius: 0px;
    background: rgba(255, 67, 95, 0.93);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -0.7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #545a5a;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 25.6px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #484d4d;
    border-radius: 0px;
    border: 0px solid #010101;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
    border: 0px solid #ff1e00;
    height: 27px;
    width: 18px;
    border-radius: 0px;
    background: rgba(255, 67, 95, 0.93);
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 25.6px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #3c4040;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #484d4d;
    border: 0px solid #010101;
    border-radius: 0px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 1px #670000, 0px 0px 0px #810000;
    border: 0px solid #ff1e00;
    height: 27px;
    width: 18px;
    border-radius: 0px;
    background: rgba(255, 67, 95, 0.93);
    cursor: pointer;
    height: 25.6px;
}

input[type=range]:focus::-ms-fill-lower {
    background: #484d4d;
}

input[type=range]:focus::-ms-fill-upper {
    background: #545a5a;
}

.btn {
    width: 100%;
}

.form-check-input {
    margin-top: -2px !important;
}

.box {
    float: left;
    border: 2px black solid;
    margin-left: 5px;
}



.box h1, .closed h1 {
    margin: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50px;
    background-color: blue;
    color: whitesmoke;

    position: relative;
    left: 45%;
    top: 45%;
    font-size: 75px;

}

.hidden {
    visibility: hidden !important;
}

.open > h1{
    /*opacity: 0.5;*/
    background-color: red;
    left: 0;
    top: 0;
    margin-left: 10px;
    margin-top: 10px;
    border: 1px black solid;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color: whitesmoke;
    font-size: 40px;

    position: relative;
}


.closed {
    opacity: 1;
}

#stack p:first-child {
    color: red;
}

#moves p:last-child {
    color: red;
}