#mainNav {
  min-height: 56px;
  background-color: #b44659;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #e5cea8;
  border: 1px solid #e5cea8;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link, .nav-social {
    color: #e5cea8;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .nav-social:hover, .nav-social:focus {
    color: #d8a593;
}

.nav-socgap {
    padding: .5rem 0 .7rem 0;
}

.nav-social {
    font-size: 1.2rem;
	padding: 0 1rem 0 0px;
}

.box {
    border: 3px solid #b44659;
    padding: 2rem;
    margin: 2rem;
}

.live-section .container {
	padding: .1rem 0 5rem;
}

@media (min-width: 992px) {

.box {
    padding: 4rem;
	margin: 0;
}

.live-section .container {
	padding: 5rem 0;
}

  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(229, 206, 168, 1);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.2rem;
    color: rgba(229, 206, 168, 1);
	text-transform: uppercase;
  }
  #mainNav .nav-link:hover, #mainNav .nav-social:hover, #mainNav .nav-link:active, #mainNav .nav-social:active {
    color: #eb9b8a;
  }

  .nav-socgap {
	padding: 0 0 0 1.2rem;
  }

  #mainNav .nav-social {
    padding: 1.8rem 0.3rem;
    color: rgba(229, 206, 168, 1);
    font-size: 1.2rem;
    display: inline-block;
  }

  #mainNav.navbar-shrink {
    background-color: #b44659;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #e5cea8;
	display: inline;
  }
  #mainNav.navbar-shrink .nav-link, #mainNav.navbar-shrink .nav-social {
    color: #e5cea8;
    padding: 1.6rem 1.2rem 1.35rem;
    border-bottom: 0.25rem solid transparent;
  }

  #mainNav.navbar-shrink .nav-social {
    padding: 1.45rem 0.3rem 0;
    color: rgba(229, 206, 168, 1);
	font-size: 1.2rem;
  }

  #mainNav.navbar-shrink .nav-link:hover, #mainNav.navbar-shrink .nav-social:hover, #mainNav.navbar-shrink .nav-link:active, #mainNav.navbar-shrink .nav-social:active {
    color: #eb9b8a;
  }
  #mainNav.navbar-shrink .nav-link.active, #mainNav.navbar-shrink .nav-social.active {
    color: #eb9b8a;
    outline: none;
    border-bottom: 0.25rem solid #eb9b8a;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: #b44659 url("../img/bg-red.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(229, 206, 168, 0.9), rgba(229, 206, 168, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #64a19d;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.merch-section {
  background: url("../img/bg-peach.gif");
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}

.strip {
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 17px;
	position: absolute;
	bottom: 0;
}

.strip-pink {
	background: url("../img/strip-pink.png");
}

.strip-black {
	background: url("../img/strip-black.png");
}

.merch-section .container, .videos-section .container {
	padding: 5rem 0;
}


.merch-section h3, .videos-section h3 {
  padding-bottom: 1.5rem;
}

.merch-section h3 {
  color: #b44659;
}

.videos-section h3 {
  color: #eb9b8a;
}

.live-section h3 {
  color: #b44659;
}

.row {

    margin-right: 0 !important;
    margin-left: 0 !important;
}

.merch-section .col-sm {
  padding: 0 !important;
}

.videos-section .col-sm {
    padding: 15px !important;
}

.merch-item {
  transition: transform .2s;
}

.merch-item:hover {
  transform: scale(1.1);
}

.arrow {
	position: absolute;
	top: 2rem;
    right: 3.5rem;
	color: rgba(31, 115, 134, 0);
	font-size: 2.8rem;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.merch-item:hover .arrow {
	color: rgba(31, 115, 134, 1);
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.videos-section {
  background: url("../img/bg-black.gif");
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll;
  position: relative;
}

.videos-section a {
  text-decoration: underline;
}

.embed-responsive {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 576px) {
.embed-responsive {
    width: 100%;
    margin: auto auto auto;
}
}

.live-section {
  background: url("../img/bg-black.gif");
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll;
}

.live-section {
  color: #fff !important;
  font-weight: 500 !important;
}


.contact {
  margin-top: 6rem;
}






body {
  font-family: 'Syncopate', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 0.0625em;
  background-color: #b44659;
}

a {
  color: #eb9b8a;
}

a:focus, a:hover {
  text-decoration: none;
  color: #b44659;
}

.navbar {
  font-size: 0.8rem;
}

img.navlogo {
  width: 172px;
  height: auto;
  padding: 14px 0 14px;
}

.pre-ry img.navlogo {
  width: 312px;
  padding: 0 0 20px;
}

.masthead a {
  color: #e5cea8;
}

.masthead a:focus, .masthead a:hover {
  text-decoration: none;
  color: #ec9b88;
}

img.eptitle {
  max-width: 880px;
  width: 66%;
}

img.ep {
  max-width: 400px;
  width: 100%;
  border-width: 5px !important;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 5rem 0;
  background: url("../img/bg-black.gif");
  background-position: top center;
  background-repeat: repeat;
  background-attachment: scroll;
	color: #eb9b8a;
    font-size: 66%;
}

img.moon {
	width: 18px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}
