body {
	background-color: #FFF !important;
	overflow-x: hidden;
}

.headline {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}

.blurb {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #333;
}

.credits {
	font-family: 'Arimo', sans-serif;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	line-height: 1.5em;
}

h5 {
	margin-top: 25px;
}

.fadeout {
    position: absolute;
    bottom: 0px;
    height: 4em;
    width: 100%;
    border-bottom: 1px solid #CCC;
    background: -webkit-linear-gradient(
        rgba( 255,  255,  255, 0) 0%,
        rgba( 255,  255,  255, 1) 100%
    );
    background-image: -moz-linear-gradient(
        rgba( 255,  255,  255, 0) 0%,
        rgba( 255,  255,  255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba( 255,  255,  255, 0) 0%,
        rgba( 255,  255,  255, 1) 100%
    );
    background-image: linear-gradient(
        rgba( 255,  255,  255, 0) 0%,
        rgba( 255,  255,  255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba( 255,  255,  255, 0) 0%,
        rgba( 255,  255,  255, 1) 100%
    );
}

@media (max-width: 900px ) {

}

@media (max-width: 500px ) {
	.containerX {
		padding: 0px 15px;
	}

}
