body {
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none; 

}

.paraIndent {
	text-indent:2em;
}

.imageCenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 75%;
	padding-bottom: 3%;
	padding-top: 3%;
}

.standoutHeading{
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	font-weight:bold;
}

#initialHeading {
	padding-top: 5%;
	padding-bottom:1%;
}
#subheading {
		padding-bottom:2%;
}
.aboutAuthor {
	font-size: 12px;
	font-style: italic;
}
.aboutTitle {
	font-weight: bold;
	padding-top:5%;
}
.jumbotron {
    padding: 0px;
}
footer {
	background: #333333;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: arial;
	color: #d9d9d9;
	padding: 20px;
}
.footerLinks {
   text-align: center;
}
.footerLinks ul {
	padding: 0;
    list-style-type: none;
    margin: 0;
}
.footerLinks li {
	display: inline;
}
.footerLinks a {
	color: #d9d9d9;
	text-decoration: none;
	font-size: 13px;
}
.copyright {
    text-align: center;
}

.copyright p {
	margin: 0;
	color: #b3b3b3;
	font-size: 11px;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
}

#map1 {
   width: 100%;
   height: 400px;
   background-color: grey;
 }

.locationPadding {
	padding-top: 5%;
} 
#sifu {
	padding-top:10px;
}
#yangAca {
	padding-bottom: 15px;
}
#imageStyle {
	padding-left: 3%;
}
#videoStyle{

}
.rules{
	font-weight: bold;
	text-decoration: underline;
	padding-top: 5%;
	padding-bottom:1%;	
}
.guidelines {
	padding-top: 5%;
	padding-bottom:1%;
	text-align: center;
	font-weight: bold;
}