body, html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url("../images/gritte-gEQlN_TDwe4-unsplash-scaled.jpg");
    /* Full hight */
    height: 100%;

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

.font-a-own {
    font-size: 1.5em;
}

.navbar-brand {
    font-size: 1.5em !important;
}

.full100 {
    background-color: #f8f9fa;
}

.transparentColor {
    background: rgba(0, 0, 0, 0.7);
}