body {
    margin: 0;
    height: 0;
}

#landing-vert-menu {
    height: 100vh;
    width: 80px;
    background-color: #086caf;
}

.vert-menu-item {
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.vert-menu-item i {
    color: #ffffff;
}

.vert-menu-item:hover {
    background-color: #004b7e;
    cursor: pointer;
}

.horz-menu {
    display: flex;
    justify-content: center;
}

.horz-menu-item {
    padding: 10px 20px 10px 20px;
}

.horz-menu-item a {
    color: #737373;
}

.horz-menu-item i {
    border-radius: 50%;
    /* border: 3px solid #006ab1; */
    padding: 18px;
    background-color: #e2e1e1;
}

.horz-menu-item i:hover {
    background-color: #006ab1;
    color: #ffffff;
    cursor: pointer;
}

#landing-content {
    /* height: 100vh;
    width: calc(100vw - 80px);
    position: fixed;
    left: 80px;
    top: 0; */
}

#header {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -114px;
    color: #737373;
}