.overlay {
    top:0;
    position: fixed;
    right: 0;
    left: 0;
    /* z-index: 100; */
    background-color: #fff;
}

.bg-atom {
    background-color: #4EAFE5;
}

.bg-atom-dark {
    background-color: #132B4D;
}

.atom-button {
    background-color: #4EAFE5;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

:hover.atom-button {
    background-color: #132B4D;
}

.footer {
    background-color: white;
}