html {
	border: 0;
	margin: 0;
	padding: 0;
}
body { 
	font-family: 'Montserrat', sans-serif;
	background-color: #ab0303;
	margin: 0;
	padding: 0;
	color: #fff;
}
#header {
	max-width: 1150px;
	width: 90%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}
#headercover {
	background-color: #ab0303;
	width: 100%;
}
.menu {
	float: right;
	margin-top:10px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.background {
	background-image: url("../imgs/headercropped.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	max-height: 800px;
}
.logo {
	max-width: 380px;
	float: left;
}
.about, .music {
	font-weight: 200;
	max-width: 1150px;
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	line-height: 22px;
}
.about {
	margin-top:750px;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
}
div.readmore {
  	text-align: center;
  	font-weight: 700;
  	text-transform: uppercase;
}
div.readmore span {
	background: -webkit-linear-gradient(#d6007e, #ff8706);
	background: linear-gradient(to right, #d6007e, #ff8706);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	cursor: pointer;
}
.flex-grid {
  display: flex;
  justify-content: space-between;
}
.flex-grid .col {
  width: 23%;
}
.flex-grid .col img {
  width: 100%;
  cursor: pointer;
}
hr {
	margin-top: 30px;
	max-width: 1150px;
	border-bottom: 0;
	margin-bottom: 30px;
	clear: both;
}
a { 
	text-decoration: none;
	color: #fff;
}
.col img { transition: all .2s ease-in-out; }
.col img:hover { transform: scale(1.03); }

@media screen and (max-width: 1380px) {
	.about {
		margin-top: 800px;
	}
}
@media screen and (max-width: 1280px) {
	.about {
		margin-top: 700px;
	}
}
@media screen and (max-width: 1180px) {
	.about {
		margin-top: 600px;
	}
}
@media screen and (max-width: 1080px) {
	.about {
		margin-top: 500px;
	}
	.menu {
		display: none;
	}
	#lwperspective {
	float: left !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	}
}
@media screen and (max-width: 980px) {
	.about {
		margin-top: 400px;
	}
	.logo {
    max-width: 220px;
    margin-top: -27px;
	}
}
@media screen and (max-width: 600px) {
	.about {
		margin-top: 250px;
	}
	#header {
		padding-bottom: 10px;
	}
}