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

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


#topLeft {
    color: white;
    background-color: transparent;
    width: 50%;
    height: 700px;
    padding-top: 240px;
    text-align: center;
    z-index: -1;
}

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

#topLeft .scrollRight {
	font-weight: lighter;
	font-size: 10px;
	color: lightgrey;
	top: 41.5%;
	left: 45%;
	transform: rotate(90deg);
	position: absolute;

}

#topLeft .scrollDown {
	margin-top: 200px;
	font-weight: 100;
	font-size: 10px;
	color: lightgrey;
	margin-bottom: 10px;
}

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;
}

#doubleRight {
	box-sizing: border-box;
	color: white;
	width: 50%;
	top: 0px;
	margin-left: 50%;
	padding-left: 18%; 
	padding-top: 240px;
	position: absolute;
	left: 50%;
	z-index: -1;
}

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

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

#topRightContainer{
	width: 100%;
    top: 0;
    left: 50%;
    position: absolute;
}

#topRight {
	width: 50%;
	margin-left: 0px;
	height: 700px; 
	background-image: url("../biz_images/veryhigh.jpg");
	position: absolute;
	background-position: top;
}

#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;
}

#bottomRight {
	width:50%;
	height: 730px;
	position: absolute;
	top: 700px;
	left: 100%;
	background-position: 50% 30%;
	background-size: 1200px;
	background-image: URL("../biz_images/largebiz.jpg")
}