body, html {
    height: 100%;
  }
  .container {
    height: 100% !important;
    position: relative;
    text-align: center;
}
@media( min-width: 991px){
.centered {
    position: absolute;
    top: 47%;
    left: 50%;
    margin-right: -40%;
    transform: translate(-50%, -50%);
  }
}
.dragon-background{
    background: url(/plugins/images/landing-page-image-2.jpg) no-repeat;
    height: 100%;
    background-position: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.image {
    display: block;
    width: 100%;
    height: auto;
  }
.overlay {
    background: rgba(0, 0, 0, 0.2); /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity:1;
    color: #000;
    font-size: 20px;
    height: 100%;
  }

  .topabar{
      background-color: #000;
      width: 100%;
      height: auto;
      padding: 15px;
  }

  .email a{
      color: #fff;
      text-decoration: none;
      font-size: 14px;
      margin-right: 20px;
  }

  .email i{
    margin-right: 10px;
    font-size: 14px;
  }

  .logo a{
      color: #fff;
      text-decoration: none;
  }

  /* .background-text{
    padding-top: 220px;
    padding-bottom: 150px;
  } */

  .background-text h1{
      color: #fff;
      font-weight: bold;
      font-size: 62px;
    text-align: center;
    margin-bottom: 30px;
  }

  .background-text p{
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.contact{
    background-color: #fff;
    height: auto;
    padding:0px;
}


.height{
    height: 100px;
}

.btn{
    background-color: #fff;
    color: #000;
    border-color: #fff;
    border-radius: 0;
}

.btn:hover{
    background-color: #dee2e6;
    color: #000;
    border-color: #dee2e6;
}
.btn:focus{
    box-shadow: none;
}

@media(min-width: 768px) and (max-width: 991px){
    .centered {
        position: absolute;
        top: 44%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
    }

    .email a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        margin-right: 9px;
    }

    .email i {
        margin-right: 10px;
        font-size: 13px;
    }

    /* .background-text{
        padding-top: 80px;
    } */

    .background-text p{
        font-size: 18px;
        padding-left: 50px;
        padding-right: 50px;
        word-wrap: break-word;
    }

    .background-text h1{
        font-size: 52px;
     }

    .height{
        height: 150px;
    }

    .navbar-collapse{
        flex-basis: auto;
    }

    .navbar-nav{
        flex-direction: initial;
        margin-left: 80px;
    }
}

@media(min-width: 320px) and (max-width: 767px){
    .centered {
        position: absolute;
        top: 40%;
        left: 50%;
        margin-right: -45%;
        transform: translate(-50%, -50%);
    }

    .email{
        text-align: center !important;
    }

    .email a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        margin-right: 0px;
    }

    .email i {
        margin-right: 10px;
        font-size: 13px;
    }

    .logo{
        text-align: center !important;
        margin: 0 auto;
    }

    /* .background-text{
        padding-top: 50px;
    } */

    .background-text h1{
       font-size: 40px;
    }

    .background-text p{
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        word-wrap: break-word;
    }

    .height{
        height: 80px;
    }

    .dragon-background {
        overflow-y: scroll;
    }
}