.section-header {
    font-size: 1.8em;
    border-bottom: none;
    line-height: 1.0em;
    margin-top: .3em;
    margin-bottom: .3em;
    display: block;
}

.main-container {
	background-color: #fffdf7;
	background-image: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg" \
	viewBox="-3 -3 6 6" stroke-width=".08">\
	<path id="p" fill="none" stroke="%23fff5f5" \
	d="M-2-1v1h1v-1h1v-1h-1zh-1v1h1zh-1v-2h2v1h1v-1h-1.51l-1.5 1.5" />\
	<use href="%23p" transform="rotate(90)"/>\
	<use href="%23p" transform="rotate(180)"/>\
	<use href="%23p" transform="rotate(-90)"/>\
	</svg>');
	background-size: 8vw;
	width: 100%;
	margin-bottom: 0%;
	background-attachment: fixed;
}

.col-sm-16 {
	background-color: white;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 80px;
}