/* Fonts */
@font-face {
    font-family: "Neuzeit Grotesk Light";
    src: url('../fonts/Neuzeit Grotesk Light.ttf');
}

@font-face {
    font-family: "Neuzeit Grotesk Bold";
    src: url('../fonts/Neuzeit Grotesk Bold.ttf');
}
/* Fonts END */

.terms-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  padding: 20px 0 12px 0;
  font-family: "Neuzeit Grotesk Light";
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}

.terms-footer p {
  margin-bottom: 0;
}

.terms-footer a {
  color: #000;
  text-decoration: underline;
}

.terms-footer a.close {
  position: absolute;
  right: 12px;
  bottom: 18px;
  font-size: 18px;
  text-decoration: none;
}

/* Global styles */
html,
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

nav {
	z-index: 99;
}

.footer-logo img {
	width: 400px;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light.light .navbar-nav .nav-link {
	color: #FFF;
}

.nav-item.text {
    margin-right: 12px;
}

#navbarSupportedContent {
	align-self: flex-start;
    margin-top: 12px;
}

.press .navbar-brand {
	padding: 0;
	margin: 0 auto;
}

.press .navbar-brand img {
	width: 400px;
	margin-bottom: 24px;
}

ul.socials li a {
	font-family: "Neuzeit Grotesk Bold";
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 22px;
}

ul.socials li a img {
	width: 48px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.logo.social ul.socials li a img {
	width: 38px;
}

ul.socials li a:hover img {
	opacity: 0.75;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding: 0;
}




.header .content {
	height: 100vh;
	background-size: cover;
	background-position: top center;
}



.header-slider img {
	width: 100%;
}

.header-slider .slide .overlay {
	position: absolute;
    bottom: 24px;
    left: 24px;
}

.header-slider .slide h2 {
	font-family: "Neuzeit Grotesk Bold";
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 4px;
    font-size: 50px;
}

.header-slider .slide h2.black-text {
	color: #000;
}

.header-slider .slide a {
	text-decoration: none;
}

.header-slider .slide a.byline {
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	font-family: "Neuzeit Grotesk Light";
	padding: 12px 24px;
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-slider .slide a.byline.black-text {
	color: #FFF;
	background-color: #000;
}

.header-slider .slide a:hover {
	background-color: #000;
	color: #FFF;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-slider .slide a.black-text:hover {
	background-color: #FFF;
	color: #000;
}

.header-slider .slide a span {
	font-style: italic;
	word-spacing: -2px;
}

.header-slider .slick-slide {
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: top center;
}




.header img {
	width: 100%;
}

.header .content .overlay {
	position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
}

.header .content .overlay h1 {
	font-family: "Neuzeit Grotesk Bold";
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-size: 48px;
}

.artist-content {
	margin: 48px 0;
}

.artist-content .video {
	margin: 0 0 48px 0;
}

.artist-content .socials h3 {
	font-family: "Neuzeit Grotesk Bold";
	color: #000;
	text-transform: uppercase;
    font-size: 24px;
}

.artist-content .socials ul {
	list-style: none;
	display: inline-block;
	padding-inline-start: 0;
	-webkit-padding-start: 0;
	margin-top: 12px;
}

.artist-content .socials ul li {
	display: inline-block;
}

.artist-content .socials ul li a img {
	width: 48px;
	display: inline-block;
}

.artist-content .text-content {
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-bottom: 24px;
}

.artist-content p {
	font-family: "Neuzeit Grotesk Light";
	font-size: 16px;
}


.artist-grid .artist {
	height: 300px;
	background-size: cover;
	background-position: top center;
}

.artist-grid .artist img {
	width: 100%;
}

.artist-grid .artist .overlay {
	position: absolute;
    bottom: 0;
    color: #FFF;
    width: 100%;
    height: 15%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

.artist-grid .artist a:hover .overlay {
	opacity: 1;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.artist-grid .artist a:hover img {
	-webkit-filter: grayscale(100%);
 	filter: grayscale(100%); 
}

.artist-grid .artist:hover {
	-webkit-filter: grayscale(100%);
 	filter: grayscale(100%); 
}

.artist-grid .artist .overlay h3 {
	font-family: "Neuzeit Grotesk Bold";
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 22px;
	margin-bottom: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -13px;
}




.press-post h1, .press-post h2 {
	font-family: "Neuzeit Grotesk Bold";
}

.press-post h1 {
	margin: 48px 0;
	text-transform: uppercase;
	font-size: 56px;
}

.press-post h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.press-post p {
	font-family: "Neuzeit Grotesk Light";
	font-size: 16px;
}

.press-post .image img {
	width: 80%;
	height: auto;
}

.press-post .content {
	align-self: center;
}

.press-post .header-section {
	margin-bottom: 48px;
}

.press-content {
	margin: 36px;
	display: none;
}

.press-releases a {
	text-decoration: underline;
	font-family: "Neuzeit Grotesk Light";
	color: #000;
	cursor: pointer;
}

.press-release-link:first-child {
	border-top: 1px solid #000;
}

.press-release-link {
	border-bottom: 1px solid #000;
	padding: 12px 0;
}

.press-releases a span {
	margin: 0 6px;
}

.artwork img, .photos img {
	width: 100%;
	height: auto;
	padding: 12px;
}

.artwork .image, .photos .image, .press-clips .image, .tv-performances .image {
	background-size: cover;
	background-position: center center;
	padding-top: calc(100% - 24px);
	margin: 12px;
}

.stacked img {
	width: 100%;
	margin-bottom: 48px;
}

.image .overlay {
	background-color: #221f20;
	color: #FFF;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    margin-left: -37.5%;
    margin-top: -50px;
    padding: 12px;
    font-family: "Neuzeit Grotesk Bold";
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.image:hover .overlay {
	opacity: 1;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.image .overlay.pdf {
	bottom: 12px;
    right: 12px;
    width: 80px;
    top: unset;
    left: unset;
    border-radius: 12px 0 0;
    text-align: center;
}

.image .overlay.pdf img {
	width: 100%;
}

nav.press ul.socials {
	align-self: baseline;
}

nav.press .navbar-nav.socials {
	width: 240px;
	text-align: right;
}

nav.press .navbar-nav.socials li {
	width: 100%;
}

.image .overlay span {
	font-family: "Neuzeit Grotesk Light";
	text-transform: unset;
	font-size: 12px;
}

.artwork, .photos, .biography, .press-releases, .press-clips, .tv-performances {
	margin-bottom: 48px;
}

.press-post ul {
	list-style: none;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

.press-post ul.contact {
	margin-top: 24px;
}

.press-post ul li a {
	text-decoration: none;
	color: #000;
	font-family: "Neuzeit Grotesk Light";
	font-size: 14px;
	text-transform: uppercase;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}



.footer {
	padding: 24px 0;
}

.footer .footer-links a {
	margin: 0 12px;
	color: #000;
	opacity: 0.25;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Neuzeit Grotesk Light";
	font-size: 12px;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer .footer-links a:hover {
	opacity: 0.75;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 568px) {
	.footer .footer-links a {
		display: block;
		margin: 12px 0;
	}
	nav.press .navbar-nav.socials {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	.press-post h1 {
		margin: 24px 0;
	}
	.press-post .content {
		padding-top: 24px;
	}
	.press-post .content ul {
	    column-count: 2;
    	text-align: center;
	}
	.press-post .content ul.contact {
		column-count: 1;
	}
	nav.press .navbar-nav.socials li {
		width: unset;
		display: inline-block;
	}
}

.s-curve-logo {
	position: absolute;
	bottom: 24px;
	right: 24px;
	width: auto!important;
}

@media screen and (max-width: 480px) {
	.s-curve-logo {
		max-width: 30%;		
	}
}