body{
    color: #fff;
	font-family: 'Noto Sans', sans-serif;
	background-color: #000;
}

h1 {
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em;
	text-shadow: black 0.1em 0.1em 0.2em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	text-shadow: black 0.1em 0.1em 0.2em;
}

a,
a:visited,
a:hover,
a:link,
a:active {
	color: inherit;
	text-decoration: none;
}

.home ul,
.references ul {
	text-align: center;
	list-style-type: none;
}

.home li {
	display: inline;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.sitenotice {
	background-color: #000;
	padding: 15px;
}

.sitenotice p {
	font-size: 0.7em;
	padding-bottom: 0.7em;
}

#text {
	padding-left: 2em;
	padding-right: 2em;
}

.section,
.slide {
	background-size: cover;
}

.references {
	text-align:center;
}

.references li {
	line-height: 1.5em;
}

.javaerror {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	font-size: 2em;
}

/* Background Images */
.home {
	padding-top: 10em;
	background: url(../img/IMG_5979.jpg);
}

.slide1 {
	background: url(../img/IMG_0238.jpg) no-repeat center center;
}

.slide2 {
	background: url(../img/IMG_0357.jpg) no-repeat center center;
}

.slide3 {
	background: url(../img/IMG_6844.JPG) no-repeat center center;
}

.slide4 {
	background: url(../img/IMG_0354.jpg) no-repeat center center;
}

.slide5 {
	background: url(../img/IMG_2071.jpg) no-repeat center center;
}

.about {
	background: url(../img/IMG_8125.jpg) no-repeat center center;
}

.webdesign {
	background: url(../img/2015-09-27-07.16.jpg) no-repeat center center;
}