#centerbg {
  background-image: url(/assets/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, 0.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;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.pt-md-6 {
    padding-top: 4rem!important;
}

.pt-6 {
  padding-top: 4rem!important;
}
.text-block {
  padding-top: 4rem!important;
  min-height: 600px;
}

.form-flex {
  display: flex;
}

.form-block {
  display: block;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.btn-link {
  color: #000000;
}