@charset "utf-8";
/* CSS Document max 1180 */
@media (min-width: 769px) and (min-height: 392px) and (max-width: 1365px) and (orientation: landscape) {
  #menumainwrap {
    width: 100%;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
  }
  #wrapper {
    width: 100%;
  }
  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_text {
    position: relative;
    width: 100%;
    height: 400px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }
  .head_title {
    width: 80%;
    font-family: OpenSansnorm;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
    filter: brightness(100%);
    line-height: 72px;
  }
  .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: 50px;
    vertical-align: bottom;
    line-height: 26px;
    filter: brightness(100%);
  }
  #secholder {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
  }
  .leftsec {
    width: 100%;
    padding-top: 0px;
  }
  .homelink a:link {
    margin-left: 20px;
  }
  #secnholder {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
  .leftnsec {
    width: 100%;
    padding: 50px;
  }
  .secnhead {
    font-family: OpenSansnorm;
    font-size: 3rem;
    font-weight: bold;
    color: #111;
    text-align: left;
  }
  .contimg {
    width: 100%;
    padding: 5px;
  }
  .strapline {
    width: 80%;
    font-size: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
  #aboutusmain {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /*    #galholder {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    margin-left:auto;
    margin-right:auto;
    width:90%;
    gap: 12px;
    padding-top:50px;
    align-items: center;
  justify-content: center;
  height: 100%;    
}*/
  #galholder {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(10, auto);
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    gap: 10px;
    padding-top: 50px;
    align-items: center;
    justify-content: center;
  }
  .galimg {
    width: 250px;
    height: 250px;
    ;
    object-fit: cover;
    overflow: hidden;
  }
  /*
.galimg {
    width:300px;
    height:300px;
    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;
  }
}