*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;;
}

::-webkit-scrollbar 
{
    display: none;
}

html, body
{
    scrollbar-width: none;
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
    font: 400 15px/1.8 "Lato", sans-serif;
    background: rgba(37, 37, 37, 0.85);
    color: rgb(51, 23, 0);
    overflow-x: hidden;
  }

  .allin
  {
    position: relative;
    margin-left: 15vw;
    height: auto;
    min-height: 100%;
    width: 70vw;
    max-width: 70vw;
    overflow: hidden;
  }

    .thestory
    {
      display: block;
      height: auto;
      min-height: 100vh;
      width: 100%;
      min-width: 100%;
      overflow: hidden;
    }

      footer 
      {
          position: relative;
          display: block;
          padding: 15px;
          text-align: center;
          background: #b4b4b4;
          height: auto;
          width: 100%;
          font-size: 1em;
          font-weight: 800;
          line-height: 1.2em;
          color: #ffffff;
          background: rgba(37, 37, 37, 0.85);
          border-left: solid 3px rgb(0, 0, 0);
          border-right: solid 3px rgb(0, 0, 0);
      }

      .messagefromadmin
      {
          color: #ffffff;
          font-size: 0.9em;
          font-weight: 800;
          opacity: 0.5;
      }

      .errorerror
      {
        color: #ff0000;
        font-size: 0.9em;
        font-weight: 800;
        opacity: 0.5;
      }

      .messagefromadmin a
      {
        color: rgb(255, 196, 0);
      }
      .messagefromadmin a:hover
      {
        color: rgb(255, 255, 255);
      }      

      .curtain_a
      {
        position: relative;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        background: linear-gradient(180deg, rgba(106, 150, 150, 0.50), rgba(0, 0, 0, 0.85)) no-repeat;
      }

        .logoimg 
        {
          position: relative;    
          height: auto;
          width: 40%;
        }

      .curtain_b
      {
        position: absolute;
        display: flex;
        justify-content:center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        min-height: 100%;
        min-width: 100%;
        background: linear-gradient(180deg, rgba(106, 150, 150, 0.25), rgba(0, 0, 0, 0.95)) ;
      }
  
  .titlebox_conf {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: solid 3px rgb(0, 0, 0);
    border-right: solid 3px rgb(0, 0, 0);
  
  }
  .titlebox_a {
    background-image: url("../img/AdobeStock_88457006.jpeg");
    min-height: 100vh;
    display: flex;
    align-items: stretch;
  }

    [class^="boxtitle_"] 
    {
      margin: 25px 5px;
      padding: 18px 15px;
      position: relative;
      background-color: #111;
      color: #fff;
      opacity: 0.85;
      font-size: 1.85em;
      letter-spacing: 8px;
      line-height: 1.65em;
    }

    .boxtitle_a small
    {
      color: rgba(255, 229, 205, 0.45);
      font-size: 0.55em;
    }
    .contactinfo {
      margin-top: 25px;
      color: rgba(255, 155, 60, 0.85);
      font-size: 0.55em;
      letter-spacing: 3px;
      line-height: 1.65em;
      text-transform: none;
    }

    .sendmemail
    {
      color: rgba(255, 155, 60, 0.85);
      text-decoration: none;
    }

    .sendmemail:hover
    {
      color: rgba(255, 234, 214, 0.85);
    }

    .bi {
      vertical-align: -.395em;
    }



    .alittlestory
    {
      padding:55px 30px;
      position: relative;
      overflow-wrap: break-word;
			word-wrap: break-word;
			hyphens: auto;
      font-size: 1.75em;
      background-color:white;
      color: rgb(255, 255, 255);
      text-align:center;
      background: rgba(37, 37, 37, 0.85);
      border-left: solid 3px rgb(0, 0, 0);
      border-right: solid 3px rgb(0, 0, 0);
    }
  
  .titlebox_b 
  {
    background-image: url("../img/AdobeStock_316886417.jpeg");
    min-height: 66.66vh;
  }
    .boxtitle_b
      {
        font-size: 1.65em;
      }
  
  .titlebox_c 
  {
    background-image: url("../img/AdobeStock_115409631.jpeg");
    min-height: 66.66vh;
  }
    .boxtitle_c
    {
      font-size: 1.65em;
    }

  .titlebox_d 
  {
    background-image: url("../img/AdobeStock_272047875.jpeg");
    min-height: 66.66vh;
  }
    .boxtitle_d
    {
      font-size: 1.65em;
    }

  .bgimg-4 {
    position: relative;
    display: block;
    height: auto;
    min-height: 100%;
    overflow: hidden;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }

  #fb
{
    width: 35px;
    height: 35px;
    margin: 15px 0;
} 

/*_gallery_grid_setup*/

.container
{
  position: relative;
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-template: "1fr 1fr 1fr 1fr 1fr" 33.33vh
                   "1fr 1fr 1fr 1fr 1fr" 33.33vh
                   "1fr 1fr 1fr 1fr 1fr" 33.33vh; 
}

    [class^="box_"]
  {
      position: relative;
      background: #f3cc91;;
  }

    [class^="box_"] img
    {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: solid 3px rgb(0, 0, 0);
        filter:sepia(50%);
    }

    [class^="box_"] :hover
    {
        filter: none;
    }

    .box_a
    {
        grid-row: span 2;
    }

    .box_b, .box_f, .box_h, .box_j
    {
        grid-column: span 2;
    }

@media (max-width: 1920px)
{
  .allin
  {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }

  .logoimg
  {

    width: 35%;
  }
}

@media (max-width: 1600px)
{
  .logoimg
  {

    width: 45%;
  }
}

@media (max-width: 1280px)
{
  footer 
  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .curtain_a
  {
    background: linear-gradient(180deg, rgba(106, 150, 150, 0.50), rgba(0, 0, 0, 0.85)) no-repeat;
  }
  
  .curtain_b
  {
    background: rgba(92, 54, 28, 0.35);
  }
  .logoimg
  {
    width: 60%;
  }
    .container
    {
        grid-template: "1fr 1fr 1fr" 250px
                        "1fr 1fr 1fr" 250px
                        "1fr 1fr 1fr" 250px
                        "1fr 1fr 1fr" 250px
                        "1fr 1fr 1fr" 250px; 
    }

}

@media (max-width: 1024px)
{
  .logoimg
  {
    min-width: 70%;
  }
}

@media (max-width: 768px)
{

  [class^="boxtitle_"]
  {
    font-size: 1.55em;
  }

  .alittlestory
  {
    font-size: 1.35em;
  }

  .contactinfo
  {
    font-size: .75em;
  }
  .logoimg
  {
    width: 100%;
  }
    .container
    {
        grid-template: "1fr 1fr" 200px
                        "1fr 1fr" 200px
                        "1fr 1fr" 200px
                        "1fr 1fr" 200px
                        "1fr 1fr" 200px
                        "1fr 1fr" 200px
                        "1fr 1fr" 200px; 
                        
    }
    .box_h
    {
        grid-column: span 1;
    }

}

@media (max-width: 480px)
{
      .container
    {
        grid-template: "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px
                        "1fr" 200px; 
                        
    }

    [class^="box_"]
    {
        grid-column: span 2;
    }

    .box_h
    {
      grid-column: span 2;
    }


}

  /* Turn off parallax scrolling for tablets and phones! */
  @media only screen and (max-device-width: 1024px) 
    {
    [class^="titlebox_"] {
      background-attachment: scroll;
    }}
