#particles-js {
	position: absolute;
	width: 100%;
	height: 450px;
}

#header-container {
	min-height: 450px;

	background: #26aa64; /* Old browsers */
	background: -moz-linear-gradient(45deg, #26aa64 0%, #26aa99 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #26aa64 0%,#26aa99 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #26aa64 0%,#26aa99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26aa64', endColorstr='#26aa99',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#graphic-aibrain {
	text-align: center;
	margin-top: 46px;
}

#description-text {
	margin-top: 60px;
	margin-bottom: 80px;
	line-height: 25px;
	text-align: justify;
}

.blockquote, p.video-embed {
	margin-top: 40px;
	margin-bottom: 40px;
}

h2 {
	text-align: center;
}

#button-learnmore {
	text-align: center;
	margin-top: 80px
}