@charset "UTF-8";
/* CSS Document */

body {
	background-color: #12150C;
	color: #FFFFFF;
	background-image: url(../images/Background.jpg);
}

.jumbotron {
	background-color: #12150C;
	margin-top: 0%;
	margin-bottom: 0%;
}

div {
	background-color: #12150C;
}

/* Center align the text within the columns */
.daentrancegrid .col-sm-12 {
  margin-bottom: 20px;
  text-align: center;
}

.daentrancegrid .col-sm-6 {
  margin-bottom: 20px;
  text-align: center;
}
.daentrancegrid .col-sm-4 {
  margin-bottom: 20px;
  text-align: center;
}
.daentrancegrid .col-sm-3 {
  margin-bottom: 20px;
  text-align: center;
}
.daentrancegrid h2 {
  font-weight: normal;
}
.daentrancegrid .col-sm-4 p {
  margin-right: 10px;
  margin-left: 10px;
}