@media (min-width: 1200px) {

.hero-banner .title-table h1.hero-quote {
  font-size:2em;
}
  
}

.lead {
  margin-bottom: 50px!important;
}

/* TOM CSS BELOW */
/* FONTS AND COLOURS */
h2 {
  color: #c28131;
}

.day-color {
  color: #c28131;
}

.fares-header {
  margin-bottom: 0px;
  color: #c28131;
}

.fares-locations {
  margin-bottom: 0px;
}

/* HERO */
.col-md-5 {
  width: 100%;
}

.col-md-offset-1 {
  margin-left: 0%;
}

.hero-text {
  margin: 0!important;
}

.intro-copy {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

/* IFRAME FIX */
.landing-iframe {
  margin-top: -10px;
}

/* COL-4 STACK FIX */
@media only screen and (max-width: 1299px) {
  .col-sm-4 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-sm-4 {
    width: 100%;
  }
}

/* ROW MARGIN FIX */
.row {
  margin-bottom: 50px;
  text-align: center;
}

.logo-img img {
  max-width: 250px;
  height: 75px;
  transition: height 1s;
  margin-bottom: 35px;
}

.logo-img:hover img {
  max-width: 250px;
  height: 85px;
  transition: height 1s;
}

/* CENTERED CONTENT */
.col-lg-offset-2 {
  margin-left: 16.667%!important;
}

/* INTRO HERO */
.intro-hero {
  background: none;
  color: #58636c;
  max-width: 75%;
  margin: 0 auto;
  padding: 25px 75px 25px 75px;
  border: 1px solid #c28131;
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro-hero {
    padding: 25px 25px 25px 25px;
    margin-top: -50px;
  }
}

.intro-hero h1 {
  font-size: 1.8em;
}

.intro-hero h2 {
  font-size: 1.2em;
}

/* DESIGN YOUR PACKAGE CTA */
.package-container {
  width: 75%;
  background-color: #58636c;
  margin: 0 auto;
  margin-bottom: 50px;
}

.package-content {
  max-width: 600px;
  padding: 50px 25px 50px 25px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.package-content-2 {
  max-width: 600px;
  padding: 0px 0px 50px 0px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.package-call {
  font-size: 1.3em;
  line-height: 1.5em;
  margin-top: 25px;
}

/*INLINE BUTTON*/
.package-button, .package-button:visited {
  color: #465a65;
  background: transparent;
  border: 1px solid #465a65;
  font-size: 0.9em;
  line-height: 3em;
  padding: 10px 25px;
  font-weight: 300;
  text-align: center!important;
  text-decoration: none;
  min-width: 120px;
  transition: background 0.5s;
  width: 225px;
  border-radius: 10px 10px 10px 10px;
  white-space: nowrap;
}

.package-button:hover, .package-button:active {
  color:#fff!important;
  text-decoration: none;
  background:#465a65;
  border: 1px solid #465a65;
  transition: background 0.5s;
  text-decoration: none;
}

.package-button > span {
  margin-left: 0px;
  transition: margin 1s;
}

.package-button:hover > span {
  margin-left: 10px;
  color: #c28131;
  transition: margin color 1s;
}

/* CALL BUTTON */
.call-button, .call-button:visited {
  color: #fff;
  background: transparent;
  border: 1px solid #c28131;
  font-size: 1.2em;
  line-height: 3em;
  padding: 10px 25px;
  font-weight: 300;
  text-align: center!important;
  text-decoration: none;
  min-width: 120px;
  transition: background 0.5s;
  width: 225px;
  border-radius: 10px 10px 10px 10px;
  white-space: nowrap;
}

.call-button:hover, .call-button:active {
  color:#465a65!important;
  text-decoration: none;
  background:#fff;
  border: 1px solid #fff;
  transition: background 0.5s;
  text-decoration: none;
}

/* THEME ROW */
.theme-row {
  padding: 0px 100px 0px 100px;
}


@media only screen and (max-width: 1199px) {
  .theme-row {
  padding: 10px 50px 10px 50px;
}
}

.theme-row-logos {
  padding: 50px 0px 50px 0px;
  margin: 0 auto;
}


@media only screen and (max-width: 1199px) {
  .theme-row-logos {
  padding: 25px 0px 25px 0px;
}
}

/* THEME TEXT */
@media only screen and (min-width: 1300px) {
  .theme-text-left {
  padding-left: 100px;
}
}

@media only screen and (min-width: 1300px) {
  .theme-text-right {
  padding-right: 100px;
}
}

.theme-text-head {
  font-weight: 900;
  font-size: 2em;
  line-height: 2.2em;
  margin-bottom: 0px;
}

.theme-text-subhead {
  color: #c28131;
  font-weight: 300;
}

@media only screen and (max-width: 1199px) {
  .theme-text-subhead {
    padding-right: 0%;
  }
}

/* STACK REVERSE */
@media only screen and (max-width: 1299px) {
  .column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
}

/* CARDS */
.card-background {
  background: #fff;
  padding: 50px 25px 50px 25px;
  border: 25px solid #f1f3f6;
  transition: border 1s;
  min-height: 740px;
}

.card-background:hover {
  border: 15px solid #f1f3f6;
  transition: border 1s;
}