#parasection {
	width: 100%;
	text-align: center;
	padding-bottom: 1em;
	background-image: url(../images/parallaxpic.jpg);
	background-position: left center;
	background-attachment: fixed;
    background-repeat: repeat-y;
    background-size: cover;
    margin: 0 auto;
    overflow: hidden;
}
		article {
			position: relative;
			width: 100%;
			height: 370px;
			overflow: hidden;
		}
		article img {
			position: absolute;
			bottom:0;
			left: 0;
		}
		article h3{
			position: absolute;
			width: 100%;
			margin-top: 40px;
			color: white;
			font-weight: normal;
			font-size: 14pt;
		}
		article #testme{
			position: absolute;
			width: 100%;
			margin-top: 90px;
			color: white;
			padding: 0;
		}
		article ul{
			padding: 0;
		}
		article ul>li>ul{
			float: left;
			padding: 0;
			width: 33%;
		}
		article ul li{
			list-style: none;
			
		}
		article ul>li>ul>li>h1{
			font-weight: normal;
			margin: 0;
			padding-bottom: 4px;
			font-size: 18pt;
		}
		article ul>li>ul>li>h2{
			font-weight: normal;
			margin: 0;
			padding-bottom: 4px;
			font-size: 18pt;
			color: #eb4e4c;
		}
		article text{
			font-size: 12pt;
		}
		.parabutton h6 a{
			text-decoration:none;
			color: white;	
		}
		.parabutton{
			margin-top: 40px;
		}
		.parabutton h6{
			padding:5px;
			background-color: #961210;
			display: inline;
			font-weight:normal;
			font-size: 12pt;
		}
		.parabutton h6:hover{
			background-color:black;
		}
		.whiteline{
			padding-bottom: 10px;
		}
		.whiteline span{
			display: inline-block;
			text-align: center;
			width: 60px;
			height: 3px;
			background-color: white;
		}