* {
	font-family: sans-serif;
	font-style: normal;
	margin:0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	background-color: black;
	height: 700px;
}


#topLeft {
	display: inline-block;
    color: white;
    background-color: black;
    width: 50%;
    height: 700px;
    padding-top: 260px;
    text-align: center;
 	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 25%;
    z-index: 1;
}

#topLeft *:hover {
 	color:#ffc207;
 	z-index: 1;
}

#topLeft #aboutButton {
	font-size: 10px;
	font-weight: 400;
    color: lightgrey;
    position: relative;
    top: 80px;
    opacity: 1;
    border: 0.5px solid grey;
    border-radius: 5px;
    width: 114px;
    height: 30px;
    padding-top: 8px;
    left: 41.8%;
}

#topLeft #aboutButton:hover {
	color:black;
	border-color: #ffc207;
	background-color: #ffc207;
}

#topLeft #lyricsLink {
	margin-top: 200px;
	font-weight: 100;
	font-size: 10px;
	color: lightgrey;
	margin-bottom: 10px;
	opacity: 0;
}

h1 a {
	background-color: transparent;
	font-family: 'Alfa Slab One', cursive;	
	font-weight: lighter; 
	font-size: 1.8em;
	color: white;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	line-height: 60px;
	letter-spacing: 1.7px
}

h2 a {
	line-height: 35px;
	display: inline;
	font-family: 'Raleway', sans-serif; 
	font-weight: 500;
	text-decoration: none;
	color:white;
	text-align: center; 
	font-size: .7em;
}

.iconset {
	line-height: 0px;
	text-align: center; 
}

.iconset .fa{
	color: gray;
	font-size: 18px;
	letter-spacing: 3px;
}

.iconset *:hover {
	color: white;
}

#topRight {
	display: inline-block;
	width: 50%;
	height: 700px;
	float: left;
	background-image: url("../biz_images/veryhigh.jpg");
	background-size: cover;
	box-sizing: border-box;
	background-position: top;
	position: relative;
	top: 0;
	z-index: 0;
}

#topRight2 {
	display: inline-block;
	width: 50%;
	height: 700px;
	float: right;
	position: relative;
	background-position: 50% 30%;
	background-size: cover;
	background-image: URL("../biz_images/largeBiz.jpg");
	z-index: 0;
}

#doubleRight {
	width: 20%;
    height: 250px;
    padding: 0;
    color: white;
    position: absolute;
    left: 40%;
    top: 29%;
    background-color: black;
}

#doubleRight p:first-of-type {
	font-family: 'Alfa Slab One', cursive;	
	font-weight: 400;
	letter-spacing: 2px;
}

#doubleRight p:last-of-type {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 100%;
}

#bottom {
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	top: 700px;
	width: 100%;
	height: 730px;
	margin:auto;
	background-color: white;
	text-align: center;
	color: black;
	font-family: 'Raleway', sans-serif;
	font-size: .7em;
	position: absolute;
	float: center;
	text-align: left;
}

.column {
	box-sizing: border-box;
	margin: 0px;
	width: 33%;
	height: 100%;
	float: left;
	display: inline-block;
}


h3 {
	width: 100%;
    margin: auto;
    float: left;
    margin-bottom: 40px;
    font-family: 'Alfa Slab One', sans-serif;
    font-weight: 100;
    letter-spacing: 10px;
    font-size: 25px;
    text-align: left;
}

#bottom p {
	margin-top: 50px;
	font-size: 11px;
	line-height: 15px;
	margin-left: 0px;
	width: 100%;
}

#bottom .column p .have {
	font-weight: bold;
	font-size: 18px;
}

#bottom .column span em {
	font-weight: bold;
}
 
#bottom .column:nth-of-type(2), .column:nth-of-type(3) {
	margin-top: 28px;
}

#bottom .chorus {
	font-style: italic;
}