html, body {
    max-width: 100%;
    overflow-x: hidden;
}

#header{
    text-shadow: 3px 2px 10px rgba(41,41,41,1);
    color: white;
    position: absolute;
    min-height: 100vh;
    z-index: 10;
    padding-top: 15vh !important;
    background-color: rgba(41,41,41,.5);
    white-space: nowrap;
}

#header > h1{
    font-size: 120px;
    min-height: 144px;
}

#header > p{
    font-size: 80px;
}

#header > div{
    font-size: 30px;
}

#background-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    /*transition-property: background-image;
    transition-duration: 1s;*/
}

.Content{
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 50px;
    padding-bottom: 50px;
}

.Content-left{
    background-color: lightgray;
}

.Content-right{
    background-color: white;
}

.Content-TBA{
    background-color: gray;
    color: white;
}

.Content-image{
    width: 100%;
}

footer{
    background-color: darkgrey;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

a{
    color: white;
}

@media (min-width: 600px) {
  .header > p {font-size: 30px;}
}