* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	letter-spacing:0px;
	line-height:1;
	color:#FFFFFF;
	scroll-behavior: smooth;
	text-align:center;
}

body {
	background: #030000;
}

strong, em, span {
	color:inherit;
	font-family:inherit;
}

.clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6, p {
	display:block;
	margin-bottom: 22px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "adso", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform:uppercase;
}

h1 {
	font-size:34px;
	margin:0;
}

h2 {
	color:#fdc233;
	font-size:30px;
}

h3 {
	font-size:28px
}

h4 {font-size:24px;
	
}

p {
	font-size:16px;
	font-family: "nimbus-sans-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.6;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size:54px;
	}
	
	h2 {
		font-size:44px;
	}
	
	p {
		font-size:18px;
	}
}

.button {
	font-family: "bradley-djr", sans-serif;
    color: #030000;
    margin: 0px auto 0;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 5px 22px 5px;
	border-radius:0;
    text-transform: none;
    text-decoration: none;
    font-size: 44px;
	line-height:1;
	border:none;
	transition:.5s ease;
	background: #fdc233;
}

.button:hover {
	filter: drop-shadow(0px 0px 10px #fdc233);
}

.button.main {
	
	z-index: 20;
    position: fixed;
	left:0;
	right:0;
    margin: 0px auto;
	max-width:200px;
    letter-spacing: 1px;

}

@media only screen and (max-width: 768px) {
	.button.main {
		position: fixed;
        margin: 11px;
        right: 11px;
        left: 11px;
        bottom: 0;
        max-width: none;
        padding: 17px;
        transform: none;
        border-radius: 0;
	}
	
}

/* ----- NAV BAR RULES ----- */

#nav {
	height:55px;
	background:none;
	padding: 0px 12px 0px 6px;
	text-align:center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:50;
	max-width:none;
	margin:0 auto 0;
	transition:.5s ease;
}

#nav.scroll {
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	-moz-box-shadow: 0 0 7px rgb(0 0 0 / 46%);
	box-shadow: 0 0 7px rgb(0 0 0 / 46%);
}

.hamburger {
  display:inline;
  position: fixed;
  top: 15px;
  left: 17px;
  height: 28px;
  width: 32px;
  cursor: pointer;
  z-index: 113;
  background-attachment: fixed;
  -webkit-transition: .5s;
  transition: .5s;
}

.hamburger.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active .middle {
  opacity: 0;
}

.hamburger.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.hamburger span {
  background: #fdc233;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger:hover span{
  opacity:.8;
}

.hamburger span:nth-of-type(2) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

.nav-title {
	width: 105px;
    margin: 0;
	transform: translateY(-3px);
	filter:brightness(1.4)
}

.nav-title:hover {
	filter:brightness(1.9)
}

.mfp-bg {
	opacity:0.95 !important;
}

.mfp-close {
	color:#FFFFFF !important;
}


/* ----- OVERLAY RULES ----- */

.overlay {
  position: fixed;
  color:#FFFFFF;
  background:#030000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  /*opacity: 1;
  visibility: hidden;*/
  -webkit-transition: opacity .35s, visibility .35s, height 1s;
  transition: opacity .35s, visibility .35s, height 1s;
  overflow: hidden;
  z-index:100;
  /*border-bottom:4px solid #aa1d38;*/
}

.overlay.open {
  /*opacity: 1;*/
  visibility: visible;
  height: 100%;
}

/*.overlay.open li {
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}*/

.overlay nav {
  	position: relative;
  	height: 70%;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  	text-align: center;
}

.overlay nav .social {
	display:block !important;
}

#overlay a.button {
	float:none;
	margin:22px auto 22px;
	font-size: 22px;
	max-width:250px;
}
	

.overlay-item {
	font-family: "adso", sans-serif;
    font-weight: 700;
	text-align:center;
	margin:0 auto 0;
	background: none;
	cursor: pointer;
	border: none;
	outline: none;
	display:block;
	text-transform: uppercase;
  	font-style: normal;
  	font-size: 28px;
	line-height:2;
  	position: relative;
  	color: #ffffff;
  	text-decoration: none;
  	-webkit-transition: .35s;
  	transition: .35s;
	padding:2px;
	letter-spacing:1px;
}
					

.overlay .social {
	margin:22px auto 22px;
}

#overlay .social {
	float:none;
	margin:44px auto 0;
	padding:0;
}

.overlay .social a {
	display:inline-block;
	margin:0 auto 0;
	text-align:center;
	color:#ffffff;
	font-size:28px;
	padding:11px;
}

/* SPOTIFY PLAYER */

#music-btn {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 45%;
    height: 110px;
    width: 20px;
    padding: 8px 2px 2px 2px;
    background-color: #ec3f96;
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 0px #040808;
	-moz-box-shadow: 1px 2px 0px #040808;
	box-shadow: 1px 2px 0px #040808;
	transition:.3s ease;
}

body.spotify-open #music-btn {
    left: 270px;
}

#open-spotify-btn {
	margin-top: 12px;
}

/*#music-btn i.music {
    position: relative;
    left: -2px;
    top: -30px;
    font-size: .7em;
    margin-top: 10px;
    background: #ffffff;
    color: #007eea;
    padding: 12px 3px;
    border-radius: 0 20px 0 0;
}*/

#music-btn i.music {
	margin-left: -2px;
	font-size: 12px;
}

#music-btn span {
    display: block;
    position: absolute;
    left: -100px;
    font-size: 18px;
    letter-spacing: 1.4px;
    bottom: 31px;
    width: 219px; 
    transform: rotate(-90deg);
    text-transform: uppercase;
	font-family: "adso", sans-serif;
    font-weight: 400;

}

#music-btn span i {
    margin-right: 5px;
    opacity: .5;
}

#music-btn span i.left {
    display: none;
}

body.spotify-open #music-btn span i.left {
    display: inline-block;
}

#music-btn #spotify-player,body.spotify-open #music-btn span i.right {
    display: none;
}

#spotify-player {
    position: fixed;
    left: -270px;
    top: 67px;
    bottom: 0;
    width: 270px;
    min-height: 90%;
    background-color: #030000;
	z-index: 1000;
	transition:.3s ease;
}

body.spotify-open #spotify-player {
    left: 0;
}

#spotify-player iframe {
    display: block;
    width: 100%;
    height: 79px;
}

#spotify-player #music-links {
    text-align: center;
    overflow: auto;
}

#spotify-player #music-links h5 {
    margin: 20px 0 0;
    padding: 0 10px;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
}

#spotify-player #music-links h5.title {
    padding: 12px 12px;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #FFFFFF;
	background: rgba(255,255,255,.2);
}

#spotify-player a {
    margin: 0 10px;
    font-size: 25px;
    color: #fdc233;
}

#spotify-player a:hover {
    color: #FFFFFF;
}

#spotify-player hr {
    margin: 12px 10%;
    border-color: #040808;
    opacity: .5;
}

#spotify-player p {
    padding: 0px 10%;
	color: #ffffff;
	font-size: 15px;
}

body.spotify-open {
    padding-left: 270px;
}

body.spotify-open .nav-menu {
	display: inline;
}

@media screen and (min-width: 768px) {
	
	#music-btn {
		width: 26px;
		padding: 8px 2px 2px 5px;
	}
	
	#music-btn span {
		left:-96px;
	}
}

#spotify-player #player {
    	height: calc(100%);
}

@media screen and (min-height: 768px) {
	
    #spotify-player #music-links {
        position: absolute;
        bottom: 21px;
        left: 0;
    }

    #spotify-player #player {
    	height: calc(100% - 131px);
    }
	
}

@media screen and (max-width: 768px) {
	
    body.spotify-open #wrapper {
		opacity:0;
	}
	
}

/* WRAPPER */

#wrapper {
	display:block;
	max-width:1200px;
	margin:0 auto 0;
	overflow:hidden;
	padding:77px 22px;
}

@media only screen and (min-width: 768px) {
	#wrapper {
		padding:77px 55px;
	}
}

#quotator {
	display:block;
	padding:0px;
	text-align:center;
	position:relative;
	margin:44px;
}

#quotator h1 {
	text-align:center;
}

#art {
	width:110%;
	max-width:800px;
	margin: 0 -5%;
	display:block;
	position:relative;
}

@media only screen and (min-width: 768px) {
	#art { 
		margin:0 auto 0;
	}
}

#art img {
	display:block;
	position: absolute;
    width: 100%;
	height: auto;
    margin: 0 auto 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

#art img:last-of-type{
	position: relative;
}

#about {
	margin:-66px auto 0;
	padding:66px 0 0;
	max-width:900px;
}

/* COMPANY */

#company h2 {
	margin-top:77px;
}

.bio {
	text-align:center;
	width: calc(49%);
	max-width: 220px;
    display: inline-block;
    margin: 0px;
    padding: 17px 13px 17px;
    transition: .3s ease;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    z-index: 11;
}

.bio img {
	width: 100%;
    display: block;
    transition: .3s ease;
    margin: 0 auto 11px;
	border: 5px ridge #fdc233;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
	transform:rotate(-1deg);
}

.bio:nth-of-type(2n) img {
	transform:rotate(1deg);
}

.bio:hover img {
	border:5px solid #FFFFFF;
}

.bio h4 {
    color: #FFFFFF;
    margin: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    font-weight: 700;
    display: inline-block;
    padding: 4px 8px 4px;
    font-family: "adso", sans-serif;
}

.bio h5 {
	padding: 0;
    color: #ec3f96;
    margin: 0px;
    text-transform: none;
    font-family: "nimbus-sans-condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 15px;
}

.bio h5 strong {
	font-weight: 500;
    font-size: 19px;
}

.bio-popup {
	position: relative;
	padding: 33px 20px;
	max-width: 900px;
	margin: 20px auto;
	border: 2px solid #FFFFFF;
	text-align:left;
	overflow:scroll;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
	background:#030000;
	border-radius:2px;
	background-attachment:fixed;
}

.bio-popup::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

.bio-popup img {
	float:none;
	display:block;
	margin:0px auto 33px;
	width:100%;
	max-width:200px;
    border: 5px ridge #fdc233;
	filter: drop-shadow(8px 8px 0px rgba(0,0,0,.1));
	transform: rotate(2deg);
}

.bio-popup h4 {
	font-size:28px;
}

.bio-popup h5 {
	font-size:20px;
	color:#fdc233;
	letter-spacing:0;
	font-weight:500;
	font-family: "nimbus-sans-condensed", sans-serif;
	text-transform:none;
}

.bio-popup p, .bio-popup h4 {
	color:#FFFFFF;
}

.bio-popup h4, .bio-popup h5, .bio-popup p {
	display:inline;
}

.bio-popup a {
	color:#fdc233;
}

@media only screen and (min-width: 950px) {
	
	.bio-popup {
		padding: 55px 44px 55px 44px;
		text-align:left;
	}
	
	.bio-popup img {
		float:right;
		margin:0 0 12px 33px;
	}
}

/* FOOTER */


#footer {
	padding: 0px 22px 77px;
}

@media only screen and (min-width: 768px) {
	#footer {
		padding: 44px 44px 111px;
	}
}

#email {
	margin: 44px auto 0;
	display:block;
	position:relative;
	z-index:5;
}

#email.nav-email {
	float: right;
    margin: 0;
    transform: translate(7px,-5px);
    width: calc(100% - 54px);
}

#social {
	margin: 44px auto 22px;
}

#social i {
			color:#FFFFFF;
			font-size:32px;
			margin:0 6px 17px;
		}
		
		#social i:hover {
			color:#fdc233;
		}
		
#email input#mce-EMAIL {
	font-family:"nimbus-sans-condensed", sans-serif;
	text-align: center;
    border: none;
    height: 43px;
    margin: 0;
    padding: 3px 8px 0;
    vertical-align: top;
    font-size: 16px;
    background: rgba(255, 255, 255, 1);
    color: #0b0a09;
    width: 100%;
    max-width: 300px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
		
#email input.button {
	font-family: "bradley-djr", sans-serif;
    color: #030000;
    margin: 22px auto 0;
    display: block;
    font-weight: bold;
    text-align: center;
    padding: 5px 22px 5px;
	border-radius:0;
    text-transform: none;
    text-decoration: none;
    font-size: 44px;
	line-height:1;
	border:none;
	transition:.5s ease;
	background: #fdc233;
	letter-spacing:1px;

}

#social p {
	font-size:16px;
}

#social p.hashtag {
	color:#8bc2f1;
}

#mice p {
	font-size: 13px;
}

#email button:hover {
	background:#FFFFFF;
}
		
#mice {
	color: #0b0a09;
	position: relative;
	text-align: center;
	display: block;
	width: 100%;
	margin:77px auto 22px;
	max-width:500px;
}
		
#social a {
	color:#fdc233;
}

#social a:hover {
	color:#FFFFFF;
}

/* #partners img {
	width:210px;
	display:block;
	margin:22px auto 22px;
} */

#mice a {
	color:#fdc233;
}

#mice a:hover {
	color:#fdc233;
}

/*  PRIVACY */

.privacy-popup {
	position: relative;
	padding: 20px;
	width: auto;
	max-width: none;;
	margin: 20px auto;
	text-align: center;
	line-height:1.4;
	background: #030000;
}

.privacy-popup h1 {
	text-transform:uppercase;
	margin:0 auto 8px;
	font-size:80px;
	color:#fdc233
}

.privacy-popup h2 {
	color:#fdc233;
	font-size: 22px;
	margin: 22px auto 6px;
	border:none;
}

.privacy-popup p.date {
	font-style:italic;
	font-size:18px;
	margin:0 auto 12px;
}

.privacy-popup p {
	font-size:18px;
	text-align:center;
	font-weight:200;
	margin:6px auto 22px;
}

.privacy-popup p a {
	color:#fdc233;
	text-decoration:underline;
}

.privacy-popup p a:hover {
	color: #fdc233;
}

.mfp-close-btn-in .mfp-close {
	color: #FFFFFF !important;
}

@media only screen and (min-width: 900px) {

	.privacy-popup {
		padding:77px;
	}
}

/* SLICK */

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
	width: 100%;
}

.slick-next, .slick-prev {
	display: block;
    position: absolute;
	border:0;
	background:none;
	text-shadow: 0 0 11px rgba(0, 0, 0, .5);
}

.slick-next {
	right:11px;
	z-index:5;
	top: 85%;
	font-size:0;
}
		
.slick-prev {
	left:11px;
	z-index:5;
	top: 85%;
	font-size:0;
}

@media only screen and (min-width: 500px) {
	.slick-next {
		top: 80%;
	}

	.slick-prev {
		top: 80%;
	}
}

@media only screen and (min-width: 900px) {
	.slick-next {
		top: 75%;
	}

	.slick-prev {
		top: 75%;
	}
}
		
/*.slick-dots li button::before {
	color:white !important
}*/

.slick-prev::before {
	content: "\276E" !important;
  	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
}

.slick-next::before {
	content: "\276F" !important;
	font-size: 30px !important;
	z-index:10001 !important;
	color: #FFFFFF;
}
