@charset "UTF-8";
/* CSS Document */
html {
	  scroll-behavior: smooth;
}
* {
	font-family: 'Raleway', sans-serif;
}
.bg-black {
	background: #000;
}
.navbar {
	padding: 30px 0;
}
.navbar li a {
 line-height: 50px;
}
.nav-link {
	color: #000!important;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 0.9em;
}
.hero {
	background-image: url("../img/homepage/hero-desktop.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	font-size: 22px;
text-shadow: 0 2px 7px rgba(0,0,0,0.78);
	overflow: hidden;
}
.hero-logo {
	vertical-align: text-bottom;
	width: 200px;
}
.hero-gradient {
	position: absolute;
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
	background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 100;
}
.hero-content {
	padding: 200px 0;
	z-index: 101;
}
@media(min-width: 768px) {
	.hero-content {
		transform: scale(1.2);
	}
}
@media(max-width: 767px) {
	.hero {
		background-image: url("../img/homepage/hero-m.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
}
h2 {
	font-weight: 700;
}
.text-black-75 {
	color: rgba(0,0,0,0.75)
}
.btn {
	border-radius: 100px;
	font-weight: 600;
	letter-spacing: 1.1px;
	font-size: 0.8em;
}
.btn-dark {
	background: #1F1F1F;
}
.btn-dark:hover {
	opacity: 0.7;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/nav.svg);
}
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.ft {
	font-size: 20px;
}
.carousel-cell {
  width: 100%; /* full width */
  height: 300px; /* height of carousel */
  margin-right: 10px;
	background: black;
	padding: 30px 65px;
	border-radius: 5px;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	color: #fff;
	text-shadow: 0 2px 7px rgba(0,0,0,0.78);
	font-size: 20px;
}
.press-1 {
	background: url("../img/homepage/press-1.jpg");	
}
.press-2 {
	background: url("../img/homepage/press-2.jpg");	
}
.press-3 {
	background: url("../img/homepage/press-3.jpg");	
}
.press-4 {
	background: url("../img/homepage/press-4.jpg");	
}
.press-5 {
	background: url("../img/homepage/press-5.jpg");	
}
.feature-text {
	font-size: 0.8em;
}

/* MERCH */
.merch .hero {
	background-image: url("../img/shop/hero.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.merch .hero, .merch .hero-gradient, .merch {
	height: 200px;
}
.merch .hero-content {
	padding: 0;
	transform:scale(1);
	font-weight: 600;
	font-size: 50px;
	padding-top: 55px
}
.card {
	width: 100%;
}
.hidelink {
	text-decoration: none;
	color: #000;
}
.hidelink:hover {
	text-decoration: none;
	color: #000;
	opacity: 0.85;
}
.hidelink-fff {
	text-decoration: none;
	color: #fff;
}
.hidelink-fff:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.85;
}
.card {
	border: none;
}