html, body {
	font-family: Helvetica;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
height:100%;}

body {
  background-color:black;
  background-image:url(../img/bg1.jpg);
	background-color: #000;
  background-repeat: no-repeat;
	background-position: center center;
  background-size:cover;

}
a {
	color: #fff;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: none;
	text-decoration: none;
}
a:hover {
	color: #ccc
}
a:focus, a:visited {
	color: #fff
}
h1 {
  font-weight: bold;
      color: #FFF;
      text-transform: uppercase;
}
h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 30px 0;
}
h3 {
	font-weight: 200;
	font-size: 22px;
	line-height: 30px;
	padding: 0;
	margin: 20px 0 30px 0;
}
h4 {
	font-weight: 200;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 20px;
}
ul, ol {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}


@media(min-width:768px) {
#part3 {
	padding-top: 30px
}
}

#home {
	text-align: center;
	position: absolute;
	z-index: 10;
}

.first {
	margin: 0 10px;
}
.footer {
	width: 100% !important;
	background: none;
	z-index: 40;
}
.footer {
	text-align: center;
	line-height: 50px
}
.footer li {
	display: inline-block;
	line-height: 50px
}
.footer li ul {
	text-align: center
}
.footer li ul li {
	display: inline-block;
}
.footer li p {
	padding-bottom: 0;
	margin-bottom: 0
}
.footer img {
	display: inline-block;
	float: left;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.footer img:hover, .footer a:hover {
	opacity: 0.75
}

.logo {width:100%; max-width: 200px; margin-bottom:30px; margin-top:60px;}
#part1 {margin:0 auto; }
#part2 h1 {text-align:center; text-shadow: 2px 2px 2px #000; font-size:28px; margin-bottom: 30px; margin-top: 30px;}
#part2 p {text-shadow: 1px 1px #000; font-size:14px; letter-spacing: 1px}
	#part2 {margin:0 auto; max-width: 455px; }
/* -----------------------------------------
   MEDIA QUERIES
----------------------------------------- */


@media (min-width:768px){
html, body {
	height: 100%;}
	.logo {margin-top:25px}
}

/* Modal */
.modal-dialog {max-width: 275px; margin-left:auto;margin-right: auto;}
.modal-header {background:#000; color:#fff}
.modal {
	font-size: 12px;
}
.modal-content {background:#111; text-align: center}

.close {color:#fff; text-shadow:none}
