.jumbotron{
    text-align: center;
    font-size: 14px; /*to do*/
    background-color: black;
    background: url("../img/header3.jpg") no-repeat center center;
    background-size: cover;
    width:100%;
    height: 100%;
    padding-bottom: 10%;
    margin-bottom: 0px;
}

body{
    background-color: black;
    color:white;
}

h1{
    font-family: cursive;
    font-style: italic;
    text-shadow: black 4px 4px 3px;
}

.navbar-custom{
    margin-bottom: 20px;
    background-color: black;
}

.row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#scrollUp
{
    position: fixed;
    bottom : 10px;
    right: 10px;
    z-index: 10;
}