/***** BASE STYLES *****/


body {
  color: #9fa4aa;
  font-family: 'Raleway', sans-serif;
  background-color: #030303;
  background-image: url("../img/atlas2.png");
  background-size: cover;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
}

#title{
  float:left;
}

#title h1 {
  color: #828282;
  font-family: 'Abril Fatface', cursive;
  font-size: 35px;
  font-weight: 300;
  padding-left: 25px;
}

#navbar a {
  color: #828282;
  float: right;
  font-size: 18px;
  font-weight: bold;
  padding: 40px 30px 0 0;
  text-decoration:none;
  text-transform: uppercase;
  display: inline-block;
}

#navbar a:hover{
  color: #ffffff;
}

/***** FOOTER SECTION *****/

#footer {
  color: #828282;
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 20px;
  text-align: right;
  width: 100%;
  height: 40px;
}
