body {
   margin: 0;
   padding: 0;
   font-family: 'Raleway';
   color: #919c16;
}
a {
   text-decoration: none;
   color: inherit;
}

.galwrap {
   padding: 80px 20px 50px 20px;
   object-fit: contain;
   column-count: 1;
   column-gap: 1em;
}
.galbox {
   display: inline-block;
   margin: 0 0 1em;
   width: 100%;
}
.galbox img {
   width: 100%;
   animation: fadeIn 1s;
   animation-play-state: paused;
   border: 1px #919c16 solid;
}
.first_bg {
   position: fixed;
   top: 0px;
   left: 0px;
   margin: 0px;
   padding: 0px;
   width: 100vw;
   height: 100vh;
   min-height: 900px;
   overflow: visible;
   background-size: 100%;
   background-image: url("IMG/00.jpg");
   background-repeat: no-repeat;
}
.menu {
   position: absolute;
   top: 20px;
   left: 0px;
   width: 100%;
   margin: 0px auto 0px auto;
   white-space: nowrap;
   text-align: center;
   transition: all 1s ease;
   overflow: hidden;
}
.menuitem {
   margin: 0px 10px 0px 10px;
   font-size: 1.5em;
   text-align: center;
   white-space: normal;
   display: inline-block;
   text-transform: uppercase;
   cursor: pointer;
}
.menuitem:hover {
   text-decoration: underline;
   text-underline-position: under;
}
.burgeron{
    z-index:3;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -100px;
    left: 10px;
    cursor: pointer;
    opacity: 0;
}
.burgeron:checked + .burger > div{
    background: rgba(0,0,0,0);
}
.burgeron:checked + .burger > div::before{
    top: 0px;
    transform: rotate(45deg);
    background: #919c16;
}
.burgeron:checked + .burger > div::after{
    top: 0px;
    transform: rotate(135deg);
    background: #919c16;
}
.burgeron:checked ~ .burgermenu{
    width: 100vw;
}
.burgeron:checked ~ .burgermenu > div > ul{
    transition: visibility 0.4s ease;
    transition-delay: 0.1s;
    visibility: visible;
}
.burgeron:checked ~ .burgermenu > div > ul > li > a:hover{
   text-decoration: underline;
   text-underline-position: under;
}
.burger{
    z-index:2;
    position: absolute;
    top: -100px;
    left: 35px;
    height: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s ease;
}
.burger > div{
    position: relative;
    top: 7px;
    right: 20px;
    background: #919c16;
    height: 2px;
    width: 60%;
    transition: all 0.1s ease;
}
.burger > div::before,
.burger > div::after{
    content: '';
    position: absolute;
    top: -10px;
    background: #919c16;
    width: 100%;
    height: 2px;
    transition: all  0.1s ease;
}
.burger > div::after{
    top: 10px;
}
.burgermenu{
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    background: white;
    width: 0%;
    height: 100vh;
    transition: all 0.4s ease;
}
.burgermenu >  div > ul{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    padding-right: 10px;
    visibility: hidden;
}
.burgermenu > div > ul > li{
    list-style: none;
    padding: 0.5rem;
}
.burgermenu > div > ul > li > a{
    color: #919c16;
    text-decoration: none;
    font-size: 1.7em;
}
.footer {
   position: absolute;
   bottom: 20px;
   width: 100%;
   text-align: center;
   color: white;
   font-size: 0.8em;
}
.content {
   position: absolute;
   width: 100%;
   margin-top: 200px;
   font-size: 1.8em;
   color: white;
}
.about_c {
   position: absolute;
   margin: 80px 5% 80px 5%;
   width: 90%;
   font-size: 1.2em;
}
.about_i {
   margin: 0px 20px 10px 0px;
   clear: none;
   float: left;
   width: 300px;
}
h3 {
   font-size: 1.3em;
   margin-bottom: 40px;
}
.logo_c {
   position: absolute;
   width: 100%;
   top: 50%;
   margin-top: -200px;
   font-size: 2.4em;
   color: white;
}
.logo_i {
   max-width: 400px;
}
.home_c {
   position: absolute;
   left: 70px;
   text-align: center;
   padding-top: 20px;
   font-size: 1.6em;
}
.home_c:hover {
   text-shadow: 0px 0px 1px black;
}
.home_i {
   width: 6em;
}
.glow {
   white-space: nowrap;
}
.glow:hover {
   text-shadow: 0px 0px 1px black;
}
.insta_c {
   z-index: 1;
   position: absolute;
   left: calc(100vw - 50px);
   top: 0px;
   padding-top: 20px;
   transition: all 0.5s ease;
}
.insta_i {
   width: 2em;
}
.contfrom {
   font-size: 0.8em;
   border: 1px #919c16 solid;
   color: #919c16;
   width: 300px;
   padding: 4px;
   margin: 5px 0px 5px 0px;
}
.contmsg {
   font-size: 0.8em;
   border: 1px #919c16 solid;
   color: #919c16;
   width: 100%;
   height: 260px;
   padding: 4px;
   margin: 5px 0px 5px 0px;
}
.contsend {
   font-size: 0.9em;
   border: 1px #919c16 solid;
   background-color: #919c16;
   color: white;
   width: 100px;
   height: 30px;
   padding: 2px;
   margin-top: 30px;
   border-radius: 4px;
}
.contstatus {
   position: absolute;
   margin-left: 110px;
   margin-top: -26px;
}
.spin:before {
    animation: 5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 5px #dddddd;
    border-bottom-color: #919c16;
    border-radius: 50%;
    content: "";
    height: 12px;
    width: 12px;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    margin-left: 50px;
    margin-top: -15px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes spinner {
  0% { transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% { transform: translate3d(-50%, -50%, 0) rotate(360deg); }
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: normal;
    src: local('Raleway'), url('raleway.ttf');
}
@media only screen and (max-width : 480px) {
   .galwrap {
      column-count: 1;
   }
   .menu {
      top: -100px;
   }
   .menuitem {
      font-size: 1em;
   }
   .burger {
      top: 8px;
   }
   .burgeron {
      top: 0px;
   }
   .first_bg {
      background-size: 300%;
   }
   .logo_i {
      max-width: 300px;
   }
}
@media only screen and (max-width : 900px) and (min-width : 481px) {
   .galwrap {
      column-count: 1;
   }
   .menu {
      top: -100px;
   }
   .menuitem {
      font-size: 1.25em;
   }
   .burger {
      top: 8px;
   }
   .burgeron {
      top: 0px;
   }
   .first_bg {
      background-size: 200%;
   }
   .logo_i {
      max-width: 300px;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 901px) {
   .galwrap {
      column-count: 2;
   }
   .first_bg {
      background-size: 150%;
   }
   .burgermenu {
      right: -270px;
      width: 0%;
   }
}
@media only screen and (min-width : 1051px) {
   .galwrap {
      column-count: 3;
   }
   .burgermenu {
      right: -270px;
      width: 0%;
   }
}
@media only screen and (max-height : 500px) {
   .logo_c {
      top: 0px;
      margin-top: 40px;
      font-size: 1.8em;
   }
   .logo_i {
      max-width: 200px;
   }
   .footer {
      display: none;
   }
   .first_bg {
      top: -80px;
   }
}