html {
  position: relative;
  min-height: 100%;
}

.footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}

body {
    font-weight:300;
}

.staging-bg {
  background: url("../images/staging-bg.007f8adf656a.png") repeat;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top > div.datepicker-days {
    color: black;
}

.bg-secondary {
    background-color: #d03152 !important;
}

a {
    color: rgba(124, 124, 124, 0.8);
}

.card.bg-info-light {
    border: 1px solid #cd3551 ;
}

.light-line {
    fill: white;
}

#survey-data-table-container {
    overflow: scroll;
}

#survey-data-table td {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

#survey-data-table th {
    color: white;
    background-color: #818181;
}

.dataTable .dt-right {
    text-align: right;
}

.jumbotron {
    height: 355px;
    background-image: url("../images/champ-gyro.2008661b16dc.png"), linear-gradient(to bottom, rgba(51, 51, 51, 0.95), rgba(255, 255, 255, 0));
    background-size: contain;
    background-position: 75%;
    background-repeat: no-repeat;
    border-radius: 0;
}

.jumbotron h1.display-4 {
    color: white;
}

.marketing-text {
    padding: 10px;
    font-size: 28px;
    font-weight: 200;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 40px;
}

.marketing-text h4 {
    font-size: 28px;
    color: #cd3551;
    font-weight: 700;
}

.marketing-text p {
    margin-bottom: 0;
}

.user-demo-card .card-title {
    font-size: 0.85rem
}

.user-demo-card svg {
    height: 100px;
}

tr.inline-table > td {
  padding: 0;
  padding-left: 30px;
}

tr.inline-table .table {
  background-color: transparent;
}

tr.inline-table .table th {
  border-top: 0px;
}

tr.inline-table .table td {
  border-top: 0px solid #dee2e6;
}

.form-heading {
  border-bottom: 1px solid black;
  margin-top: 20px;
}
