.bg {
    /* The image used */
    background-image: url("images/roadtrip3.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
filter: alpha(opacity=50);
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
}

ul {
    list-style-type: none;
    margin: 0;
    left: 50%;
    padding-top: 30px;
    padding-left: 35%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.8;
    filter: alpha(opacity=50);
}

li {
    float: left;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.795);
}

/*.active {
    background-color: rgba(255, 255, 255, 0.795);
}
*/

.header {
    background-image: url("images/header.jpg");
    /*padding: 100px;*/
    /*text-align: center;*/
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 100%;*/
    height: 100%;
}

.container {
    position: center;
    margin: 0;
    left: 50%;
    padding-left: 35%;
    padding-top: 50px;
    
}

/* Bottom right text */
.text-block {
    position: absolute;
    /*bottom: 20px;
    right: 20px;*/
    background-color: rgba(255, 255, 255, 0.24);
    color: rgb(2, 2, 2);
    padding-left: 150px;
    padding-right: 150px;
    padding-bottom: 250px;
}
