/* Ensure the body and html take up the full height of the viewport */
        html, body {
            height: 100%;
            margin: 0;
        }

        /* Main content container */
        .content {
            min-height: 100%; /* Make sure the content fills the viewport */
            margin-bottom: -50px; /* Negative margin equal to the footer height */
            padding-bottom: 50px; /* Padding equal to footer height to prevent overlap */
        }

        /* Footer styling */
        .footer {
    height: 500px;
    background-color: #000000;
    color: white;
    text-align: center;
    line-height: 50px; /* Vertically centers the text */
    position: relative;
    z-index: 10;
    font-family: Arial, "Helvetica Neue";
    font-size: 12px;
        }


.story-header-text-1 {
    font-family:"BebasNeue Regular", Bebas, Haettenschweiler, Impact;
    font-weight: 100;
	font-size: 44px;
	word-spacing: 7px;
    color: #ff9900;
    text-align: center;
}
.story-text-1 {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	line-height: 1.5;
    color: white;
    text-align: center;
} 
.story-text-1-justified {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	line-height: 1.5;
    color: white;
    text-align:justify;
} 
.footer-text-1 {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	padding-left: 60px;
	padding-top: 30px;
	line-height: 1;
    color: white;
    text-align:left;
} 
.story-header-text-2 {
    font-family:"BebasNeue Regular", Bebas, Haettenschweiler, Impact;
    font-weight: 100;
	font-size: 44px;
	word-spacing: 7px;
    color: #666666;
    text-align: center;
}
.story-header-text-3 {
    font-family:"BebasNeue Regular", Bebas, Haettenschweiler, Impact;
    font-weight: 100;
	font-size: 30px;
	word-spacing: 7px;
    color: #666666;
    text-align: center;
}
.story-text-2 {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	line-height: 1.5;
    color: black;
    text-align: center;
}
.story-text-2-large {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 28px;
	line-height: 2;
    color: black;
    text-align: center;
}
.story-text-2-justified {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	line-height: 1.5;
    color: black;
    text-align: justify;
}
.story-text-2-left {
    font-family: Arial, "Helvetica Neue";
	font-weight: 100;
    font-size: 22px;
	line-height: 1.5;
    color: black;
    text-align: left;
}
.story-text-2-left-bold {
    font-family: Arial, "Helvetica Neue";
	font-weight: bold;
    font-size: 22px;
	line-height: 1.5;
    color: black;
    text-align: left;
}
.story-text-2-left-spaced {
    font-family: Arial, "Helvetica Neue";
	font-weight: bold;
    font-size: 24px;
	line-height: 5;
    color: black;
    text-align: left;
}
.impact-header-1 {
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-weight: 100;
    font-size: 44px;
    word-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
} 
#gradient-cell {
            background: linear-gradient(to bottom, black, #424242); /* Vertical gradient */
            text-align: center;
            color: white;
        }
#gradient-cell-2 {
            background: linear-gradient(to bottom, white, #e9e9e9); /* Vertical gradient */
            text-align: center;
            color: white;
        }
.link-color-white {
    color: white;
	text-decoration: none;
}
#wrappy {
    position: absolute;
    width: 600px;
    height: 200px;
    left: 677px;
    top: 380px;
    z-index: 2;
    background-color: #BC3C3E;
}

