
* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body {
    background: #000300;
    color: #ffb110;
    min-height: 3000px;
}

footer {
    margin-top: 200px;
    padding: 40px;
}

.parallax:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #000300, transparent);
    z-index: 1000;
}

.parallax:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parallax img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#logo {
    width: 40%; 
    height: auto;
    left: 30%;
}


#road {
    z-index: 2;
}

#text {
    position: relative;
    color: #fff;
    font-size: 10em;
    z-index: 1;
}

#content img {
    width:80%;
}

#content {
    position: relative;
    top: 800px;
    z-index:9999; 
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 1400px;
}
.blerb {
    margin-top:50px;
    width:60%;
    margin: auto;
    text-align: center;
}