/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Raleway');
html,
body {
  height: 100%;
  width: 100%;
  background:#000f0a;
  color:#00ffa7;
  letter-spacing:.5px;
  font-family: 'Raleway', sans-serif;
}

.row{
	margin:0;padding:0;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
hr {
	
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid #00ffa7;
    margin: 1em 0;
	margin-top:20px;
    padding: 0; 
}

.credits{
	position:absolute;
	bottom:10px;
	left:calc(50% - 75px);
	height:100px;
	width:130px;
	overflow:hidden;
}
/* Full Page Image Header Area */

.header {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 .logo {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  border: 1px solid #efefef;
  padding: 5px 20px;
  
  
}
 .logo:hover {
  text-decoration: none !important;
  color: #fff !important;
  padding:10px 30px;
}
 .logo:active,.logo:focus,.logo:visited {
  outline: none;
  color:white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .logo {
  font-size: 14px;
  padding: 3px 12px;
  }
}