body {
    background-color: black;
    background-image: url('../img/bgimg.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 170px;
}

/* NAV */

.navbar{ 
    padding-top: 60px;
    font-size: 19px;
    font-family: t26-carbon, monospace;
    text-transform: lowercase;
    overflow: hidden;
}

.nav-link:hover{ 
    color: #000000 !important;
    background-color: #f5f5f5;
    cursor: cell;
}

.navbar-brand:hover{
    cursor: cell;
}

/* END NAV */

.carousel-caption {
    font-size: 17px;
    font-family: t26-carbon, monospace;
    text-transform: lowercase;
    /* position: absolute;
    top: 25%; */

}

.modal-backdrop{
    opacity: .9 !important;
 }


.preview:hover {
    color:#829896;
    cursor: cell !important;
    text-decoration: none;
}

.preview {
    position: relative;
    font-family: t26-carbon, monospace;
    color: #f5f5f5;
 }


/* FOOTER */
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.fab{
    color:#f5f5f5;

}

footer a:hover{
    cursor: cell;
    text-decoration: none;
