@charset "UTF-8";

body {
    background-color: #f7f7f7;
}

.jumbotron {
  background: none;
  text-shadow: none;  /*2px 2px 4px rgba(0, 0, 0, 0.75)*/
  margin-top: 160px;
  min-height: 480px; 
}

.jumbotron h1 {
  margin-top: .4em;
  text-align: center; 
}

.trailer {
  background: none;
  background-color: #901703;
  background-size: cover;
  margin-bottom: 0;
  color: white;
  height: 450px;
}

.info {
    width: 45%;
}

.info p {
    font-size: 26px;
    text-align: right;
}

.first-row {
  background-color: #fff;
  position: relative;
  margin-top: -120px;
  padding-top: 0;
  z-index: 100;
}

.row::after {
  clear: both;
}
.row::before, .row::after {
  margin-top: 0;
  margin-bottom: 0;
  content: " ";
  display: table;
}

.row {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

.infobar {
    background: #901703;
}
.infobar .container .breadcrumb {
    background: #901703;
}

@media (max-width: 991px) {
    .info h1 {
        font-size: 36px;
    }
    .info p {
        font-size: 18px;
        text-align: right;
    }
}

@media (max-width: 767px) {
    .info {
        width: 60%;
    }
    .info h1 {
        font-size: 32px;
    }
    .info p {
        font-size: 16px;
        text-align: right;
    }
}

@media (max-width: 480px) {
    .info {
        width: 80%;
    }
    .info h1 {
        font-size: 32px;
    }
    .info p {
        font-size: 16px;
        text-align: right;
    }
    .row {
        padding-left: 0;
        padding-right: 10px;
    }
}