@import url("https://fonts.googleapis.com/css?family=Ubuntu");
@font-face {
    font-family: 'black_horseregular';
    src: url('../fonts/black_horse.woff2') format('woff2'),
         url('../fonts/black_horse.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'go_cloudregular';
    src: url('../fonts/go_cloud.woff2') format('woff2'),
         url('../fonts/go_cloud.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brush_wedcoregular';
    src: url('../fonts/brushwedco.woff2') format('woff2'),
         url('../fonts/brushwedco.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


#world{
/* background: #232020; */
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
/* background-image: url(../img/water.jpg); */
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.navbar-collapse{
  box-shadow: none!important;
}
.background{
  background: #232020;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/bannerhome.jpg");
}
#instructions{
  position:absolute;
  width:100%;
  top:50%;
  margin: auto;
  margin-top:80px;
     font-family: Ubuntu;
  color:#fff;
  font-size:1.2em;

  text-align : center;
}
.navbar-brand>img{
  width: 165px;
}
#credits{
  position:absolute;
  width:100%;
  margin: auto;
  bottom:0;
  margin-bottom:20px;
     font-family: Ubuntu;
  color:#fff;
  font-size:0.7em;

  text-align : center;
}
#credits a {
  color:#fff;
}
#stats{
display: none!important;
}
#content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Ubuntu;
  color: #fff;
}
#content h1{
      font-size: 53px;
          font-family: 'brush_wedcoregular';
}
#content h1,
#content p {
  margin: -8rem 0 0 1rem;
  text-shadow: 1px 1px 1px black;
}

#content p {
  margin-top: 0.5rem;
  font-size: 12px;
}
#license {
      letter-spacing: 1px;
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  font-size: 10px;
  right: 16px;
  text-decoration: none;
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.navbar-nav>li>a,.nav>li>a:focus, .nav>li>a:hover{
  background: transparent;
  color: #fff !important;
  font-weight: 100;
  font-family: Ubuntu !important;
  padding-top: 26px;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width:767px){
  .navbar-brand>img {
    width: 120px;
}
#license{
      margin-right: -16px;
}
.navbar-nav>li>a, .nav>li>a:focus, .nav>li>a:hover{
      padding-top: 0px;
    font-size: 9px;
    padding-bottom: 0px;
    text-align: right;
}
/* #instructions{
      top: 66%;
} */
#navbar{
      display: inline-block;
    float: right;
    position: relative;
    top: -43px;
}
}
