@charset "UTF-8";
/* CSS Document */

body, html {
  height: 100%;
  font-family: 'Lato', sans-serif;
}

#wrap {
	font-size: 16px;
    color: #fff;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	padding-bottom: 100px;
	/* background-color: #313131; */
}

.row {
	margin: auto;
}

.bg {
  /* The image used */
  background-image: url("../images/WebBG.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
	background-color: #313131;
}

#header {
	padding-top: 14px;
	background-color: #313131;	
}

#content {
	flex: 1;
    display: flex;
    align-items: center;
	/* margin-top: 100px; */
	padding: 0 !important;
}

section {
	padding-top: 100px;
	color: #fff;
}

#main h2 {
	padding: 0 10px 0 10px;
}


#music {
	padding-top: 40px;
}


#music .row {
	display: flex;
	align-items: center;
}

#events .row {
	display: flex;
	align-items: center;
}

#events p {
	line-height: 50%;
}

#vids {
	margin: auto;
	padding: 0 14px 0 14px;
	min-width: 80%;
}

#contact .row {
	display: flex;
	align-items: center;
}

.topright {
	text-align: right;
}

.topright ul {
	padding-left: 0;
	padding-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.topright ul li {
	display:  inline;
	padding: 0 8px 0 0;
}


.socials ul {
	padding-left: 0;
	padding-top: 0;
    	margin-bottom: 0;
    	list-style: none;
}

.socials ul li {
	display:  inline;
	padding: 0 8px 0 0;
}

.socials {
	display: none;
}

.bg-light {
	background-color: transparent !important;
}

.navbar {
	padding: 0 0 0 8px;
}

.lastrel {
	font-size: 60px;
	color: #fff;
}

.lrdate {
	font-size: 18px;
	margin-bottom: 32px;
	margin-top: 16px;
	text-transform: uppercase;
	color: #2c2c2c;
}

.vidtitle {
	font-size: 22px;
	margin-bottom: 4px;
	margin-top: 26px;
	text-transform: uppercase;
	color: #fff;
}

.release {
	width: 90%;
	padding: 10px 0 30px 0;
}

.relimage {
  height: auto;
}

.relimage img {
	width: auto;
	height: auto;
	max-width: 100%;
  max-height: 100%;
}

.albumtitle {
	font-size: 22px;
	margin-bottom: 32px;
	margin-top: 16px;
	text-transform: uppercase;
	color: #fff;
}

footer {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #313131;	
}

.mailsu {
	margin: 0 auto;
	text-align: center;
}

.mailsu p {
	margin-bottom: 0;
}

.input-group-btn {
	margin-left: 0px;
}

@media only screen and (max-width:576px){
	.topright {display:none}
	footer .socials {display:block!important;text-align:center;padding-bottom: 10px;}
	.headlogo {text-align: center;}
}

.btn-light {
    margin-bottom: 12px;
}

.btn-dark:hover {
	color: #000;
	background-color: #f9fbfa;
}

.rlsbtn {
	margin-bottom: 12px;
}


.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}

#contact a {
	color: #fff;
	text-decoration: underline;
}

#hero {
  	width: 100%;
	height: auto;
  	position: relative;
}

#hero img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#hero video {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.embed-responsive {
	height: 0;
	padding-bottom: 30%;
}