@font-face {
    font-family: grifter;
    src: url("GRIFTER™+Bold[1].otf") format("opentype");
}

html{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
/*background-image: url("cartographer.png");*/
background-image: url("rockywall.png");
}

#comingsoon{
  margin:auto;margin-left:-20px;font-size:4rem !important;
  color:#CB5727;font-family:'grifter';font-size:50px
}
h4{
  margin:auto;
}
  p,h3,h2,h4,a{
    font-family: Arial
  }
  #disclaimer,#privacy,#copyright{
    font-size: 10px;
    font-family: Arial
  }
  #facebook{
    margin-right:20px;
  }
  /* Position text in the middle of the page/image */
  .bg-main {
      margin-top:200px;
      background-image: url("rockywall.png");
    background-color: rgb(255, 255, 255); /* Fallback color */
    background-color: rgb(255, 255, 255);  /* Black w/opacity/see-through */
    color: #3D3D3D;
    font-weight: bold;
    /*border: 3px solid #f1f1f1;*/
    position: absolute;
    top: 30%;
    left: 50%;
    width:60%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
    text-align: center;
  }
 
  a{
    color:inherit;
    text-decoration: none;
  }
  a:hover{
    color:#CB5727;
  }


  /* Position text in the middle of the page/image */
  .bg-disclaimer {
    margin-top:100px;
    background-image: url("rockywall.png");
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgb(255, 255, 255);  /* Black w/opacity/see-through */
  color: #3D3D3D;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: -5%;
  left:10%;
  width:80%;
  
  /*transform: translate(-50%, -50%);*/
  z-index: 2;
  padding: 20px;
  text-align: center;
}