
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}


/* Custom Button Styles */

.btn-dark01 {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color:#f44336;
}

.btn-dark01:hover,
.btn-dark01:focus,
.btn-dark01:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}


.btn-dark02 {
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #ffc107;
}

.btn-dark02:hover,
.btn-dark02:focus,
.btn-dark02:active {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}


.btn-light {
    color: #333;
    border: none;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, .8);
}


#menu-re {
    position: fixed;
    z-index: 50;
    top: 200px;
    right: 0;
}

#menu-log {
    position: fixed;
    z-index: 50;
    top: 250px;
    right: 0;
}

.toggle {
    font-size: 1.5em;
    margin: 5px 5px 0 0;
    padding: 10px 15px;
}