body, html {
    height: 100%;
    margin: 0;
}
.imgback{
  position: absolute;
  background-image: url('../images/img_offline.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bgimg {
    height: 100%;
    background-color: #f6f6f6;
    background-size:cover;
    position: relative;
    color: #fff;
    font-family: 'Titillium Web', Arial, sans-serif;
    font-size: 25px;
}

.top {
    position: relative;
    width: auto;
    display: block;
    padding: 20px 7vw;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #7a7a7a;
}
.bottom div:first-child p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}
.bottom div:last-child {
    text-align: center;
}
.bottom div:last-child a {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    height: auto;
    width: auto;
}

.middle {
    position: absolute;
    top: 35%;
    left: 32%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.middle p b {
    font-size: 2.143rem;
    line-height: 2.143rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #4C4547;
    letter-spacing: 0;
    margin-bottom: 20px;
    display: block;

}
.middle p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    color: #7a7a7a;
}
@media only screen and (max-width: 1200px) {
 .bgimg {
      height: 100%;
      background-color: #f6f6f6;
      background-size:cover;
      position: relative;
      color: #fff;
      font-family: "Encode Sans",sans-serif;
      font-size: 18px;
  }
    .middle {
      position: absolute;
      top: 35%;
      left: 40%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .middle p b {
        font-size: 20px;
        line-height: 2;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        color: #13aeff;
    }
    .middle p {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #888;
    }
    .bottom div:first-child p {
        text-align: center;
        font-size: 16px;
        margin: 10px 0;
    }
    .bottom div:last-child {
        text-align: center;
    }
    .bottom div:last-child a {
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        height: auto;
        width: auto;
    }
}
@media only screen and (max-width: 1023px) {
  .bgimg {
      height: 100%;
      background-color: #f6f6f6;
      background-size:cover;
      position: relative;
      color: #fff;
      font-family: "Encode Sans",sans-serif;
      font-size: 50px;
  }
    .middle {
      position: absolute;
      top: 35%;
      left: 40%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .middle p {
      font-size: 12px;
      line-height: 2;
      font-weight: 400;
      text-align: center;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #888;
    }
    .bottom div:first-child p {
        text-align: center;
        font-size: 14px;
        margin: 10px 0;
    }
    .bottom div:last-child {
        text-align: center;
    }
    .bottom div:last-child a {
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        height: auto;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
  .bgimg {
      height: 100%;
      background-color: #f6f6f6;
      background-size:cover;
      position: relative;
      color: #fff;
      font-family: "Encode Sans",sans-serif;
      font-size: 10px;
  }
    .middle {
      position: absolute;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
    }
    .middle p b {
        font-size: 25px;
        line-height: 2;
        font-weight: 300;
        text-align: center;
        text-transform: uppercase;
        color: #13aeff;
    }
    .middle p {
        font-size: 11px;
        line-height: 2;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .bottom div:first-child p {
        text-align: center;
        font-size: 11px;
        margin: 10px 0;
    }
    .bottom div:last-child {
        text-align: center;
    }
    .bottom div:last-child a {
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
        height: auto;
        width: auto;
    }
}
