@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansregular.woff") format("woff"),
        /* Modern Browsers */
        url("../fonts/NotoSansregular.woff2") format("woff2");
    /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

  html {
    font-family: "NotoSans", sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont,  "NotoSans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #282828;
    background-image: url('bg_blurred.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; 
  }

  .splash-wrapper{
    background-color: #009c82;
    position: absolute;
    top:15%;
    left:15%;
    right:15%;
    bottom:15%;
    overflow: hidden;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .splash-h1{
    padding: 1.5rem;
    font-size: 1.0rem;
    color: #fff;
    font-family: inherit;
  }
  .splash-p1{
    padding: 1.5rem;
    font-size: 0.8rem;
    color: #fff;
    font-family: inherit;
  }
  .btn{
    padding: 0.5rem 1rem 0.5rem 1rem;
    color: #fff;
    background-color: #009c82;
    border: 1px solid #fff;
    font-size: 1rem;
  }
  a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover, a:visited {
    color: #fff;
    text-decoration: none;
  }
  
  a:not([href]) {
    color: inherit;
    text-decoration: none;
  }
  
  a:not([href]):hover {
    color: inherit;
    text-decoration: none;
  }

@media screen and (min-width: 770px) and (min-height: 577px){
  .splash-wrapper{
    top:25%;
    left:25%;
    right:25%;
    bottom:25%;
  }
  .splash-p1{
    padding: 3.0rem;
    font-size: 1.0rem;
  }
  .splash-h1{
    padding: 3.0rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-height: 770px) and (min-width: 577px){
  .splash-wrapper{
    top:25%;
    left:25%;
    right:25%;
    bottom:25%;
  }
  .splash-p1{
    padding: 3.0rem;
    font-size: 1.0rem;
  }
  .splash-h1{
    padding: 3.0rem;
    font-size: 1.6rem;
  }
}