@charset "utf-8";
/* CSS Document */
/*@media only screen and(max-width: 768px) {*/
@media only screen and (max-width: 769px) and (max-height: 391px)and (orientation: landscape) {
  #menumainwrap {
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
  }
  nav {
    flex-wrap: wrap;
  }
  .menu {
    padding-top: 100px;
  }
  .hamburger {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  .logo {
    height: 80px;
  }
  .title {
    display: none;
  }
  .nav-links {
    display: none;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }
  .nav-links li {
    flex-basis: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .nav-links a {
    text-align: center;
    font-size: 20px;
  }
  .nav-links a:hover {
    background-color: #a9a9a9;
  }
  .nav-links li:nth-last-child(1) {
    border-bottom: 1px solid #000;
  }
  .nav-links .nav-cta-button {
    padding: 0px 0px;
    margin-left: 0;
    border: none;
    border-radius: 0;
  }
  .nav-links .nav-cta-button:hover {
    background-color: #39ffde;
  }
  .header_image {
    overflow: auto;
    position: relative;
    width: 100%;
    height: 440px;
    margin-top: 40px;
  }
  #header_text {
    position: relative;
    width: 100%;
    height: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }
  .head_title {
    width: 80%;
    font-family: OpenSansnorm;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    filter: brightness(100%);
    line-height: 30px;
  }
  .head_desc {
    width: 80%;
    font-family: OpenSansnorm;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    vertical-align: bottom;
    line-height: 26px;
    filter: brightness(100%);
  }
  #secholder {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .leftsec {
    width: 100%;
    font-family: OpenSansnorm;
    font-size: 1rem;
    font-weight: normal;
    color: #111;
    padding-top: 0px;
  }
  .rightsec {
    width: 100%;
    padding-top: 40px;
  }
  .sechead {
    font-family: OpenSansnorm;
    font-size: 2rem;
    font-weight: bold;
    color: #111;
    text-align: center;
  }
  .secdesc {
    font-family: OpenSansnorm;
    font-size: 1.0rem;
    font-weight: normal;
    color: #555;
    line-height: 2rem;
    padding: 20px;
  }
  .contimg {
    width: 100%;
  }
  .homelink {
    text-align: center;
  }
  .homelink a:link {
    text-decoration: none;
    border: 1px solid #555555;
    border-radius: 10px;
    background-color: #111;
    padding: 8px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
  }
  .strapline {
    width: 90%;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .straplinetitle {
    width: 90%;
    font-size: calc(2rem + 1vw);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    line-height: 3rem;
  }
  .strapdesc {
    font-family: OpenSansnorm;
    font-size: 1.0rem;
    font-weight: normal;
    color: #555;
    line-height: 2rem;
    padding: 10px;
    text-align: center;
  }
  .strappad {
    padding-top: 70px;
  }
  #aboutusmain {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .aboutustitle {
    font-family: OpenSansnorm;
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    padding-top: 40px;
  }
  #galholder {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    gap: 12px;
    padding-top: 0px;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .galimg {
    width: 320px;
    height: 320px;
    overflow: hidden;
  }
  .thumbclass {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .thumbclass:hover {
    transform: scale(1.2);
  }
  .photohead {
    font-family: OpenSansnorm;
    font-size: 3rem;
    font-weight: bold;
    color: #111;
    text-align: left;
    vertical-align: middle;
  }
}