.bgimg {
    /* Background image */
    /* background-image: url('../img/beach.jpg'); */
    /* Full-screen */
    height: 100%;
    /* Center the background image */
    background-position: center;
    /* Scale and zoom in the image */
    background-size: cover;
    /* Add position: relative to enable absolutely positioned elements inside the image (place text) */
    position: relative;
    /* Add a white text color to all elements inside the .bgimg container */
    /* color: white; */
    /* Add a font */
    font-family: "Courier New", Courier, monospace;
    /* Set the font-size to 25 pixels */
    /* font-size: 25px; */
  }

/* Position text in the middle */
.middle {
    position: absolute;
    //top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.soonH {
    font-size: 40px;
}
  
  /* Style the <hr> element */
  /* hr {
    margin: auto;
    width: 40%;
  } */

  /* footer block */
.app-block-footer-soon {
    background-color: #ECA204;
    background-color: #cccccc;
    color: #000;

    /* padding: 10px 10px 0px 10px; */
    /* height: 40px; */
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: auto;
}

.app-block-footer-soon .text-uppercase {
    font-weight: 300;
    color: #000;
    text-decoration: none;
    letter-spacing: 0;
}
