body, html {
    height: 100%;
}

.bg { 
    /* The image used */
    background-image: url("../img/background.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
    height: 100%;
    margin-top:13%;
}

.header--title {
    color: #1b3a57;
    font-weight: bold !important;
    text-transform: uppercase;
}

.header--description{
    color: white;
}

.navbar{
    background-color: #1b3a57 !important;
}

.nav-link{
    color: white !important;
}

#about{
    background-color: #e3e3e3;
    color: #09131D;
}

