/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media only screen and (min-width: 992px) and (max-width: 1500px) {
}

/* =========================================================================== */
/* Large Device lg */
/* =========================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-title {
    font-size: 45px;
    color: #fff;
    text-shadow: 4px 2px #3aa1ff;
  }

  .button {
    font-size: 14px;
  }

  .container-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-text {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
  }
}

/* =========================================================================== */
/* Medium Device md */
/* =========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title {
    font-size: 45px;
    color: #fff;
    text-shadow: 4px 2px #3aa1ff;
  }

  .button {
    font-size: 14px;
  }

  .container-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-text {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 810px) {


} */

/* =========================================================================== */
/* Medium To Extra Small Device */
/* =========================================================================== */
@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 45px;
    color: #fff;
    text-shadow: 4px 2px #3aa1ff;
  }

  .button {
    font-size: 14px;
  }

  .container-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-text {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 5px;
  }
}

/* Small Device sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {
}

/* Extra Small device */
@media only screen and (max-width: 575px) {
}
