
/* Links */
a {
	color: #fff;
	text-decoration: underline;
}
a:focus,
a:hover {
  color: #fff;
	text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
body {
	
}
h1, h2, h3, h4, h5{
	padding: 0;
	margin: 0;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
h1{
	color: #fff;
	font-family: "Raleway";
	font-size: 50px;
	font-weight: bold;
	text-shadow: 1px 2px 2px rgba(0,0,0,.5);
	text-align: center;
}
h2{
	color: #fff;
	font-family: "Raleway";
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 7px;
}
h3{
	color: #fff;
	font-family: "Raleway";
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h4{
	color: #fff;
	font-family: "Raleway";
	font-size: 20px;
	font-weight: bold;
}
h4 span{
	color: #fff;
	font-family: "Helvetica";
	font-size: 20px;
	display: block;
	margin-top: 6px;
}
.content{
	padding: 16px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #080909;
}
.coming{
	width: 600px;
	height: 100px;
	overflow: hidden;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -300px;
	margin-top: -100px;
}
.contact{
	background-color: #080909;
	padding: 35px;
	width: 300px;
	position: absolute;
	bottom: 97px;
	left: 70px;
}
.button{
	background-color: #080909;
	padding: 15px;
	width: 200px;
	position: absolute;
	bottom: 97px;
	right: 70px;	
	text-align: center;
}
.button a{
	width: 100%;
	height: 100%;
}
.footer {
	position: absolute;
	bottom: 16px;
	width: 100%;
	background-color: #080909;
	text-align: left;
	color: #fff;
	font-family: "Verdana";
	font-size: 12px;
	padding: 10px 0 0 0;
}

@media screen and (max-width: 770px) {
  h1{
	  font-size: 30px !important;
  }

  .content{
	  	
	  	overflow: auto;
  }
  .coming {
	    position: relative;
	    width: auto;
	    height: auto;
	    overflow: visible;
	    top: auto;
	    left: auto;
	    margin-left: auto;
	    margin-top: 80px;
  }
  .button {
		background-color: #232529;
		padding: 15px;
		width: 300px;
		position: relative;
		margin: 10px auto 60px;
		text-align: center;
		bottom: auto;
		right: auto;
	}
	.contact {
		background-color: #232529;
		padding: 35px;
		width: 300px;
		position: relative;
		margin: 80px auto 20px;
		left: auto;
		bottom: auto;
	}
	.footer{
		position: fixed;
		font-size: 16px;
		bottom: 0;
		left: 0;
		padding: 10px 0;
		text-align: center;
	}
	.hide{
		display: none;
	}
	.show{
		display: block;
	}
	
}