@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) and (max-width: 1342px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 767px) and (max-width: 991px) {
  .box {
    max-width: 786px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Specific to change the nav bar UI only */
@media (max-width: 767px) {
  .box {
    max-width: 786px;
  }

  .nav-top span {
    margin-right: 15px;
  }

  .nav-main {
    padding: 10px;
  }
  .nav-main .logo img {
    max-height: 50px;
  }
  .nav-main label:before {
    content: "\2261";
    font-size: 44px;
    color: dodgerblue;
  }
  .nav-main label {
    display: block;
    cursor: pointer;
  }

  .nav-main ul {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    top: 20px;
    right: 44px;
    background: #fff;
  }

  .nav-main ul li {
    display: block;
    padding: 0;
  }
  .nav-main ul li a {
    display: block;
    padding: 8px 40px;
  }

  .nav-main ul li.active,
  .nav-main ul li:hover {
    background: #3a79b9;
  }

  .input-inline div.right {
    align-self: flex-start;
  }

  .footer-contactus .input-inline div {
    flex-flow: column;
    row-gap: 10px;
  }
  .footer-contactus .input-inline div input {
    margin: 0;
  }

  .intro {
    flex-flow: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .event-book {
    margin-bottom: 20px;
  }

  .footer-top {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 20px;
  }

  .footer-top .footer-aboutus,
  .footer-top .footer-workhours,
  .footer-top .footer-contactus {
    flex: 1 auto;
  }

  .im {
    bottom: 90px;
    right: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .box {
    max-width: 576px;
  }
  .intro article img,
  .intro figure img {
    max-width: 556px;
  }
  .intro figure img {
    margin-bottom: 20px;
  }
}

@media (min-width: 412px) and (max-width: 575px) {
  .box {
    max-width: 412px;
  }
  .intro article img,
  .intro figure img {
    max-width: 392px;
  }
  .intro figure img {
    margin-bottom: 20px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 411px) {
  .box {
    max-width: 375px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 15px;
  }
  h3 {
    font-size: 14px;
  }
  .nav-top ul {
    font-size: 11px;
    flex-flow: row wrap;
  }

  .intro article img,
  .intro figure img {
    max-width: 355px;
  }
  .intro figure img {
    margin-bottom: 20px;
  }
  .footer-contactus textarea {
    resize: vertical;
    width: 270px;
    height: 120px;
  }
}

@media (max-width: 360px) {
  .box {
    max-width: 360px;
  }

  .nav-top {
    align-items: center;
  }
  .nav-top span {
    margin-right: 15px;
  }
  .nav-top ul {
    font-size: 11px;
    flex-flow: row wrap;
  }

  .nav-main .logo img {
    max-width: 150px;
  }

  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 15px;
  }
  h3 {
    font-size: 14px;
  }

  .intro article img,
  .intro figure img {
    max-width: 340px;
  }

  .intro figure img {
    margin-bottom: 20px;
  }
  .footer-contactus .input-inline div {
    flex-flow: column;
  }

  /*
  .footer-contactus textarea {
    display: block;
    margin: 0;
    border: 1px solid red;
  }
*/
  .footer-contactus textarea {
    resize: vertical;
    width: 270px;
    height: 120px;
  }
}
