.custom-navbar {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.50);
}

.floating-card {
    border-radius: 6px;
    box-shadow: -4px 4px 14px 0px rgba(0,0,0,0.81);
    height: 100%;
}

.floating-container {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.box {
    padding: 3em 2em;
    background: #FFF;
    text-align: center;
    border-radius: 0px 0px 6px 6px;
}

.image {
    border: 0;
    position: relative;
}

.image.fit {
    display: block;
}

.image.fit img {
    display: block;
    width: 100%;
}

.image.feature {
    display: block;
    margin: 0 0 2em 0;
}

.image.feature img {
    display: block;
    width: 100%;
}

.image.featured {
    position: static;
    display: block;
    margin: 0;
}

.image.featured img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: block;
    width: 100%;
}

