/* Palette generated by Material Palette - materialpalette.com/indigo/red */

.dark-primary-color {
  background: #303f9f;
}

.default-primary-color {
  background: #3f51b5;
}

.light-primary-color {
  background: #c5cae9;
}

.text-primary-color {
  color: #ffffff;
}

.accent-color {
  background: #ff5252;
}

.primary-text-color {
  color: #212121;
}

.secondary-text-color {
  color: #757575;
}

.divider-color {
  border-color: #bdbdbd;
}

.primary-color-bg {
  background: #0073cf !important;
}

.primary-color-text {
  color: #0073cf !important;
}

.accent-color-bg {
  background: #d71c15 !important;
}

.accent-color-text {
  color: #d71c15 !important;
}

.dvt-go-top.dvt-shadow-hover-10.hidden-xs-down {
  background-color: rgba(215, 28, 21, 0.8);
}

.dvt-text-xs-light a,
.dvt-text-xs-light a {
  color: rgba(255, 110, 89, 1) !important;
}

.dvt-text-xs-light a:hover,
.dvt-text-xs-light a:hover {
  color: #d71c15 !important;
}

.fa.text-muted,
small {
  color: #9e9e9e !important;
}

.card-img-container {
  height: auto !important;
  max-height: 250px;
  overflow: hidden
}

.flexImage {
  max-width: 400px;
  max-height: 400px;
  margin: 2.5vh 2.5vw;
  display: block;
  width: auto;
  height: auto;
}

.flexText {
  width: 100%;
  max-width: 400px;
  margin: 2.5vh 2.5vw;
}

@media only screen and (max-width: 768px) {
  .flexText {
    width: 100%;
    max-width: 100vw;
    margin: 2.5vh 2.5vw;
  }
}

.dvt-demo-bg-image-05 {
  background-color: white;
  background-image: url('../images/precision2025.JPG');
  background-size: contain !important;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 1200px;
}

.dvt-demo-bg-image-07 {
  background-color: white;
  background-image: url('../images/newPrecision.jpg');
  background-size: contain !important;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 1200px;
}

.dvt-demo-bg-image-06 {
  background-color: white;
  background-image: url('../images/dallas2019.jpg');
  background-size: contain !important;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 1200px;
}

.mardiGrasSection {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.mardiGrasSection__title {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.mardiGrasSection__center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mardiGrasSection__image {
  margin-right: 20px;
  margin-left: 20px;
}
