body,
html {
    height: 100%;
}

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

    /* Full height */
    height: 100%;

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

.container {
    width: 100%;
    height: 100%;
}

#welcomeBox {
    background-color: #121212;
    color: white;
    margin-left: auto;
    margin-right: auto;
    ;
}

#text {
    width: 70%;
    text-align: justify;
}

#textBox {

    background-color: #121212;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    text-align: justify;


}

#logoBox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    padding: top 20px;
    text-align: center;
}

.center {
    text-align: center;
}