#centerbg {
	background-image: url(/images/34847757_10155900268426137_1466694321850810368_n.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body {
	background-color: #444444;
}

#main {
	background-color: #fff;
}

#textshadoe {
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
	font-style: italic;
	font-weight: bold;
}

.display-dacomm {
	font-size: 4rem;
  	font-weight: 300;
 	line-height: 1.2;
}

.bg-dacomm {
	background-color: #444444!important;
}

#footer {
	background-color: #444444!important;
	color: rgba(255,255,255,.5);
	display: flex;
	text-align: center;
}

#footer-row {
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#logo {
	color: #bf0000;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}

#homecenter {
	display: block;
	min-height: 250px;
}

.col-md-4{
	min-height: 100%;
}

.bottom {
	vertical-align: bottom;
}

#homebox {
	height: 100%;
	display: table;
}

.row-top {
	min-height: 70%;
	display: table-row;
}

.row-bottom {
	min-height: 30%;
	display: table-cell;
	vertical-align: bottom;
}