nav.navbar {
	background: url('../images/small-top-tile.jpg') repeat-x;
  padding-top: 35px;
}

.navbar-brand a.site-title {
  text-transform: uppercase;
  color: #a81818 !important;
  font-family: 'Krona One';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}

.navbar-brand a.site-title span {
  color: #ffc731;
}

.field--type-image img {
  display: block;  
  margin-left: auto;  
  margin-right: auto;  
  margin-bottom: 15px;
  margin-top: 15px;
}

.nav-item a {
  color: #2C5963;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  font-family: 'Krona One';
}

.nav-item a:hover {
  color: #43898A;
  text-decoration: underline;
}

.nav-item a.active,
.nav-item a.is-active {
  color: #a81818 !important;
}

#block-davidharrisshow-page-title h1 {
	text-align: center;
	background: url('../images/head-back.jpg') repeat-x 0 50%;
  color: #575757;
  font-size: 25px;
  text-transform: uppercase;
  font-family: Krona One;
}

#block-davidharrisshow-page-title {
  margin-top: 20px;
  margin-bottom: 30px;
}

#block-davidharrisshow-page-title h1 .pad {
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}

#block-davidharrisshow-page-title h1 .pad::before,
#block-davidharrisshow-page-title h1 .pad::after {
    content: ' ';
    white-space: pre;
}

#site-footer {
	background: url('../images/yellow-tile.jpg');
  padding: 10px !important;
}

.video-container {
  background: #fff;
  border: solid 2px #000;
  padding: 5px 10px 10px;
  color: #7a7a7a;
  font-family: Vollkorn;
  font-size: 15px;
}

.video-container h2 { 
  text-transform: uppercase;
  text-decoration: none;
  color: #b7111b;
  font-family: 'Krona One';
  font-size: 18px;
  border-bottom: solid 1px #b7111b;
}

.video-container a {
  text-decoration: none;
}

.video-container a:hover > h2 { 
  color: #2C5963;
}

.video-thumb {
  position: relative;
}

.play-button {
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.play-button:after {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 14px);
  display: block;
  content: '';
  box-sizing: border-box;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 26px 0 26px 40px;
  pointer-events: none;
}

.video-thumb:hover > .play-button {
  background-color: rgba(0, 33, 66, 0.9);
  opacity: 1;
  transition: opacity 0.5s ease;
}

.quote-card {
  background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.quote-card.grey {
  background: #FAF9F6;
}
.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 80%;
}
.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}
.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}

input[type=submit] {
  background-color: #2C5963;
  border: none;
  color: white;
}

input[type=submit]:hover {
  background-color: #43898A;
  border: none;
  color: white;
}

@media only screen and (max-width: 960px) {
  #block-davidharrisshow-page-title h1 {
    font-size: 20px;
  }
  .navbar-brand a.site-title { 
    font-size: 20px;
  }
  ul.navbar-nav {
    background-color: #F0F0F0;
    margin-top: 2px;
  }
  .quote-card p {
    max-width: 95%;
  }
  .quote-card:after {
    font-size: 12em;
    right: -11px;
    bottom: -79px;
  }
}
