html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Cabin Condensed', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-weight: 400;
  text-shadow: 2px 2px #000;
}

h2 {
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-top: -8px;
  text-shadow: 2px 2px #000;
}

h3 {
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 600;
  color: #a3bd12;
  font-size: 30px;
}

h4 {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 600;
}

h5 {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  color: #a3bd12;
  margin-top: 5px;
  font-weight: 600;
}

h5 .biosublinks {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  color: #a3bd12;
  margin-top: 5px;
  font-weight: 600;
}

h6 {
  font-family: 'Cabin Condensed', sans-serif !important;
  font-weight: 700 !important;
  font-size: 45px !important;
  color: #a3bd12 !important;
  text-align: right;
  text-shadow: black 5px 5px 5px;
}

h7 {
  font-family: 'Cabin Condensed', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #a3bd12;
  text-align: right;
  text-shadow: black 3px 3px 3px;
}

h8 {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  color: #a3bd12;
  margin-top: -120px;
  font-weight: 600;
}

h9 {
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  color: #a3bd12;
  margin-top: -120px;
  font-weight: 600;
}

p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
}

sup {
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
}

em {
  font-style: normal;
  padding-left: 5px;
  padding-right: 5px;
}

i {
  font-family: 'Cabin Condensed', sans-serif;
  color: #fff;
  font-style: normal;
  text-shadow: 2px 2px #000;
}

/*li {
  display: inline-block;
}*/

li a {
  text-decoration: none;
  color: #fff;
}

.linktext1 {
  text-decoration: none;
  color: #a3bd12;
}

a.linktext1:hover {
  color: #663a14;
}

.linktext2 {
  text-decoration: none;
  color: #a3bd12;
}

a.linktext2:hover {
  color: #fff;
}

.vertical-center {
  min-height: 100%; /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  height: 100%;

  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.vertical-center-sub {
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.vertical-center-top,
.vertical-center-bottom {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media screen and (min-width: 768px) {
  div.page-separator-top {
    min-height: 150px;
    height: 150px;
    line-height: 150px;
    flex-grow: 1;
  }

  div.page-separator-bottom {
    min-height: 120px;
    height: 120px;
    line-height: 120px;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  div.page-separator-top {
    min-height: 1em;
    height: 1em;
    line-height: 1em;
    flex-grow: 1;
  }

  div.page-separator-bottom {
    min-height: 5em;
    height: 5em;
    line-height: 5em;
    flex-grow: 1;
  }
}

div.content-scroll {
  height: 100%;
  overflow: auto;
}

div.playlist span.playlist-image {
  background-position: -3px -3px;
  background-image: url(../_images/play_bio_white.png);
  display: inline-block;
  height: 40px;
  width: 40px;
}

div.playlist span.playlist-text {
  color: black;
  display: inline-block;
  vertical-align: top;
}

div.playlist a,
div.playlist a:hover {
  color: black;
  display: inline-block;
  height: 50px;
  line-height: 40px;
  padding: 5px;
  text-decoration: none;
}

div.playlist a:hover span.playlist-image {
  background-image: url(../_images/play_bio_green.png);
}

div.playlist a:hover span.playlist-text {
  text-decoration: underline;
}

/* Up down Arrows */
.page-arrow {
  color: white;
  display: block;
  font-size: 5em;
  font-weight: 100;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 2000;
}

.page-arrow.mobile {
  margin-left: 0;
  position: static;
}

.page-arrow a:hover > i {
  color: #a3bd12;
}

.page-arrow.up {
  top: 100px;
  transition: top 0.5s linear;
  transition-delay: 0.35s;
}

.page-arrow.up.mobile {
  margin-top: -28px;
}

.page-arrow.down {
  bottom: 40px;
}

/* Carousel arrows */
.carousel-arrow {
  background: transparent;
  border: 0;
  display: block;
  font-size: 3em;
  line-height: 0;
  height: 56px;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

.carousel-arrow i {
  color: #a3bd12;
}

.carousel-arrow-right {
  cursor: pointer;
  right: -40px;
}

.carousel-arrow-left {
  cursor: pointer;
  left: -40px;
}

/* sample images */

.samp-pic {
  display: block;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

a.samp-pic i {
  text-shadow: 0 0;
}

a.samp-pic:hover {
  text-decoration: none;
}

a.samp-pic:hover i {
  color: #a3bd12;
  text-shadow: 0 0;
}

a.samp-pic:hover h5 {
  color: #a3bd12;
}

.samp-pic .samp-img {
  width: 280px;
  height: 160px;
  background-size: cover;
  border: 1px solid black;
  margin: 0 auto;
  margin-bottom: 0.5em;
  position: relative;
}

.samp-img .bio-icon {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.samp-icon {
  font-size: 32px;
  margin-bottom: 0px;
}

.samp-icon div {
  display: inline-block;
}

.samp-pic h5 {
  color: black;
  font-weight: 100;
  text-shadow: black 3px 3px 5px;
}

.samp-pic:hover h4,
.samp-pic:hover h5,
.samp-pic:hover h6 {
  color: #a3bd12;
  text-shadow: 0 0;
}

.samp-pic h4 {
  color: white;
  text-shadow: white 3px 3px 5px;
  position: relative;
  color: #a3bd12;
  padding: 0;
  text-align: center;
  z-index: 10;
}

.samp-pic h5 {
  color: #black;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 10;
}

/* Bio images for cody and julia */
.bio-pic {
  display: block;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}

a.bio-pic i {
  text-shadow: 0 0;
}

a.bio-pic:hover {
  text-decoration: none;
}

a.bio-pic:hover i {
  color: #a3bd12;
  text-shadow: 0 0;
}

a.bio-pic:hover h5 {
  color: #a3bd12;
}

.bio-pic .bio-img {
  background-size: cover;
  border: 1px solid black;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 0.5em;
  position: relative;
  width: 180px;
}

.bio-img .bio-icon {
  position: absolute;
  bottom: 0;
  right: 5px;
}

.bio-icon {
  font-size: 32px;
  margin-bottom: -5px;
}

/* change header to green when menu is closed */
.bio-pic[data-toggle='collapse'] h4 {
  transition: color 0.5s ease;
  color: black;
  text-decoration: underline;
}
.bio-pic[data-toggle='collapse'].collapsed h4 {
  color: #a3bd12;
  text-decoration: none;
}

.bio-pic h4,
.bio-pic h5 {
  color: #a3bd12;
  margin: 0;
  padding: 0;
  text-align: center;
}

.bio-pic h5 {
  margin-top: 0.25em;
}

.bio-pic img {
  border: 0;
  margin: 0;
  padding: 0;
}

.bio-pic-black h5 {
  color: black;
}

.bio-menu {
  background: white;
  border: 1px solid black;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: -38px auto -1px auto;
  opacity: 0.6;
  padding: 2em 0 0 0;
  width: 180px;
}

.bio-menu li {
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bio-menu a {
  color: black !important;
  display: block;
  overflow: hidden;
  padding: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bio-menu a:hover {
  background: #cacaca !important;
  color: black !important;
  text-decoration: none !important;
}

/* allow for more space for header */
.bio-menu.wrapped-header {
  position: relative;
  top: -18px;
  padding-top: 45px;
}

span.circle {
  border-radius: 100%;
  border-style: inset;
  border-width: 3px;
  border-color: #a3bd12;
}

/* Box Button */
.box-button {
  background: white;
  margin: 25px auto;
  width: 200px;
}

.box-feed {
  background: transparent;
  border: 3px solid white;
  height: 250px;
  margin: 25px auto;
  overflow: auto;
  width: 250px;
}

/* Cody and Julia */
div.personal-text {
  background: rgba(255, 255, 255, 0.3);
}

div.personal-text p {
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  text-shadow: black 3px 3px 5px;
}

div.hr3 {
  background-color: #fff;
  height: 1px;
  margin-bottom: 1em;
}

/* Fancy text on about us page. */
.fancy-text h3 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fancy-text h3 {
    margin-bottom: 30px;
  }
}

.biosublinks {
  margin-left: 45px;
  magrin-top: -20px;
}

.subicon {
  margin-left: -30px;
}

/* Background slider */
.background-slideshow {
  /*background-image: url(../_images/codybk.jpg);
  background-size: cover;*/
  bottom: 0;
  left: 0;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.background-slideshow .slick-list,
.background-slideshow .slick-track,
.background-slideshow .slick-slide {
  height: 100%;
}

.background-slideshow .slick-slide {
  height: 100%;
  background-size: cover;
}

/* player styling */
.player .dropdown-menu {
  height: auto;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.player {
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.25);
}

.player-btn:active,
.player-btn:focus {
  color: white;
}

.popover-player {
  background-image: linear-gradient(to bottom, white, #cccccc);
}

.popover-player .arrow:after {
  border-top-color: #cccccc !important;
}

.popover-player button.close {
  height: 18px;
  padding: 3px;
  position: absolute;
  right: 0;
}

.popover-player button.close > span {
  line-height: 14px;
  vertical-align: top;
}

.popover-player .popover-content {
  padding: 9px 20px;
}

/* material design */
.card-1 {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5), 0 5px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

.card-1:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5), 0 10px 20px rgba(0, 0, 0, 0.5);
}

.padding {
  padding: 20px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* Social Icons */

.imdb-icon,
.facebook-icon,
.instagram-icon {
  display: block;
  font-size: 54px;
  height: 48px;
  width: 48px;
  padding: 0;
  text-align: center;
}

.imdb-icon *,
.facebook-icon *,
.instagram-icon * {
  margin: 0 auto;
  vertical-align: top;
}

.facebook-icon > i {
  background-image: linear-gradient(
    to bottom,
    transparent 20%,
    white 20%,
    white 93%,
    transparent 93%
  );
  background-size: 75% 100%;
  background-position: 33% 0;
  background-repeat: no-repeat;
  color: #3c5a99;
  margin-top: -2px;
  text-shadow: none;
}

