
#fullview>div {
    background-color: #a6a6a62e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.688rem;
    flex-direction: column;

}

#fullview>div:nth-child(even) {
    background-color: #a6a6a62e;
    color: white;
}



#navbar {
    position: fixed;
    width: 100%;

}

#navbar ul {
    list-style: none;
    text-align: center;
}


#navbar li:last-of-type {
    margin-right: 0;
}

#navbar li a {
    text-decoration: none;
    color: #282c34;
}

#navbar li a.active {
    font-weight: 600;
}

#down {
    box-shadow: 0px 2px 9px #888;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    font-size: 1rem;
    margin-bottom: 5px;
}
#fv-dots {
    z-index: 100;
}
/* Override Styles */
#fv-dots ul li a span {
    background-color:rgba(0, 0, 0, 0.339);
    border-radius: 1;
    transition: all 0.5s ease;
}

#fv-dots ul a.active span {
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    background-color: black;
}