﻿.overview {
    color: green;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 0px;
}

/* @import url('https://fonts.googleapis.com/css?family=Cutive+Mono'); */
*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    /* font-size: 18px; */
}

body {
    /* font-family: "Cutive Mono", serif; */
    /* font-size: 1.2em; */

    line-height: 1.6;
    background: #EEE2DC;
    overflow-x: hidden;
    padding-bottom: 0px;
}

label .menu {
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 100;
    width: 200px;
    height: 200px;
    background: #EEE2DC;
    border-radius: 50% 50% 50% 50%;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 0 0 #EEE2DC, 0 0 0 0 #EEE2DC;
    cursor: pointer;
}

label .hamburger {
    position: absolute;
    top: 135px;
    left: 50px;
    width: 30px;
    height: 2px;
    background: #000;
    display: block;
    transform-origin: center;
    transition: 0.5s ease-in-out;
}

label .hamburger:after,
label .hamburger:before {
    transition: 0.5s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}

label .hamburger:before {
    top: -10px;
}

label .hamburger:after {
    bottom: -10px;
}

label input {
    display: none;
}

label input:checked+.menu {
    box-shadow: 0 0 0 100vw #EEE2DC, 0 0 0 100vh #EEE2DC;
    border-radius: 0;
}

label input:checked+.menu .hamburger {
    transform: rotate(45deg);
}

label input:checked+.menu .hamburger:after {
    transform: rotate(90deg);
    bottom: 0;
}

label input:checked+.menu .hamburger:before {
    transform: rotate(90deg);
    top: 0;
}

label input:checked+.menu+ul {
    opacity: 1;
}

label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.25s 0s ease-in-out;
}

label a {
    margin-bottom: 1em;
    display: block;
    color: #000;
    text-decoration: none;
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

#menu{
    display: none
  }

#amazingcarousel-container-1 {
    background: #123C69;
    height: 100%;
}

footer{
    background-color:#123C69 !important;
    text-align: center;
    overflow: hidden;
}

hr{
    display: none;
}

h2{
    color: #123C69;
}