 /* Makes the text background transparent */

.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.8);
}