.body {
    background: rgba(0,0,0,1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(0,0,0,0.8)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(0,0,0,0.8)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(0,0,0,0.8)); /*Fx 3.6-15*/
    background: linear-gradient(to right,rgba(255,255,255,1),rgba(0,0,0,0.8)); /*Standard*/
    color: #ffffff;
}

#header {
    text-align: center;
    color: #ffffff;
    font-size: 100px;
}

#content {
    width: 100%;
    margin: auto;
    padding: 5%;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
}

#wrapper {
    width: 100%;
}

#footer {
    position: fixed;
    width: 100%;
    height: 5%;
    bottom: 0;
    text-align: center;
}

#crewimg{
    width: 100%;
    height: auto;
}

.navbar {
    background: rgba(0,0,0,0.2);
    font-size: 40px;
    text-align: right;
}



