body {
	background-color : CornflowerBlue;
}

.jumbotron-header {
	background-color : CornflowerBlue;
}

.container {
	position   : relative;
}

.site-banner {
	text_align : center;
	color      : #FFFFA9;
}

.top-left {
	position    : absolute;
	top         : 30px;
	left        : 150px;
	font-family : "Comic Sans MS";
	font-size   : 36px;
	text-shadow : 2px 2px 5px black;
}

.bottom-center {
	position    : absolute;
	bottom      : 8px;
	left        : 40%;
	font-family : "Comic Sans MS";
	font-size   : 18px;
	text-shadow : 2px 2px 5px black;
}

.row.vdivide [class*='col-']:not(:last-child):after {
	column-rule-style : solid;
	column-rule-color : black;
	column-rule-width : 1px;

    }
