.primary-container {
    position: relative;
}

.blur-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    /*background-image: url(../images/stock/IllinoisSunsetBlur.jpg);*/
    background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	background-position: center center;
	text-align: center;
}

.about-window {
    position: relative;
    z-index: 2;
    background-color: #000;
}

.main-container {
    position: relative;
    z-index: 3;
}


.legal-blur {
    display: none;
}
/*
.privacy-container {
    position: relative;
    z-index: 2;
    background-color: #000a;
    padding-top: 50px;
}

.privacy-window {
    position: relative;
    z-index: 2;
    background-color: #000;
}

.privacy-heading {
    text-align: center;
    margin: 0 0 50px 0;
    color: #ffffff;
    font-size: 3.5em;
    padding: 0 0 45px 0;
    border-bottom: 2px solid #ffffff;
}

.privacy-subheading {
    color: #ffffff;
}

.privacy-policy {
    color: #ffffff;
    padding: 0 5% 75px 5%;
}

@media only screen and (max-width: 800px) {
    .privacy-container {
        width: 100%;
    }
}*/