/* Home Styles */

#background {
    margin:0;
    padding:0;
    position:absolute;
    z-index: -1;
    display: none;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#partLanding {
    margin-top: -35px;
}
#land {
    width: 500px;
}
#mainLand {
    box-shadow: 2px 2px 10px;
    background-color: #fff;
    padding: 20px 0px 0px 0px;
    display: none;
}
#navLand {
    background-color: #E5E5E5;
    height: 0;
    font-size: 0px;
    justify-content: center;
    vertical-align: middle;
}

#profilePic {
    height: 100px;
}

.textName {
    padding-top: 10px;
    font-size: 20px;
    margin-bottom: 0px;
}
.textQuote {
    font-size: 13px;
    margin-bottom: 5px;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-link {
    border-radius: 10px;
}
.nav-link:hover {
    background-color: #3E7251;
}

#whiteCover {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    display: none;
}