/* CSS Document */

HTML{
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;	
}

BODY {
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Verdana, Arial;
	font-size: 14px;
	line-height: 200%;
}

.text-header {
	width: 1000px; 
	margin: 5px auto; 
	padding: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #6f6f6f;
}

.content_01 {
	width: 1000px; 
	margin: 50px auto; 
	padding: 13vw 0px 0px 80px;
	font-size: 20px;
	font-weight: normal;
	color: #6f6f6f;
}

.content_img_01 {
	width: 1000px;
	margin: auto; 
	padding: 10px;
}

.content_img_01 img {
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.75); 
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.75); 
	box-shadow: 3px 3px 5px rgba(0,0,0,0.75);
}

.footer_menue {
	position: fixed;
    bottom: 0;
	margin: 0px auto;
	width: 100%;
	text-algin: center;
	padding: 0 10px 0 10px;
}

.footer_max {
	margin: 0 auto;
	max-width: 1000px;
	color: #fff;
}

.navigator {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.nav-dots {
	display: block;
	text-align: center;
}

.nav-dots .nav-dot {
	top: -5px;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots #checked {
	width: 12px;
	height: 12px;
	background-color: rgba(0, 0, 0, 0.8);
}

.nav-dots .nav-dot:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

.footer_border{
	border-radius: 8px 8px 0 0;
    background: #939393;
    padding: 7px;
	margin-right: 20px;
	text-align: right;
}
