body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #FFF;
	background-color: #000;
}
p, h1, h2, h3 {
	cursor: default;
}
* {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.mySections {
	width: 88%;
	margin-left: 12%;
	min-height:100vh !important; /* browser fill */
    height:100vh !important;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}
.sectionHeader {
	margin-top: 130px;
	margin-left: 40px;
	font-weight: 100;
}
.sectionBar {
	margin-top: 40px;
}
.inner {
	width: 70%;
	margin-left: 15%;
}





#Home {
	text-align: center;
	background-image: url("1.jpg");
}
#Home_Name {
	font-size: 400%;
	margin-top: 20vh;
	font-weight: 100;
}
#Home_Describe {
	font-style: italic;
	margin-top: 2vh;
	font-weight: 50;
	font-size: 150%;
}
#About {
	background-image: url("3.jpg");
}
#Shows {
	background-image: url("2.jpg");
}
#Contact {
	background-image: url("4.jpg");
}