@font-face {
  font-family: "SuperEnjoy";
  src: url("/assets/SuperEnjoy-vm46O.ttf");
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #dfdfdf;

  width: 100%;
  margin: auto;
  padding-top: 5rem;

  background-image: url("/assets/DOG_THUMBNAIL.png");
  background-position: left 0px top 80px;
}

.header {

  background: #d39715;
  border-bottom: 2px solid #110a15;

  position:fixed;
  top:0;
  z-index: 100;
  width: 100%;
}

.header li a:hover,
.header li a.active {
  background: #eac750;
  
  color: #ffffff
}


.header .logo {
  display: block;
  float: left;
  text-decoration: none;
}


.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  background: #d39715;
  list-style: none;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  /* height: 5em; */
}




.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 3rem 1rem;
  /* padding: 28px 20px; */
  position: relative;
  user-select: none;
  align-items: center;
  align-content: center;
}


.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 2.5rem;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
.site-nav {
  top:0;
}
.header .menu-icon .navicon:before {
  top: 0.8rem;
}

.header .menu-icon .navicon:after {
  top: -0.8rem;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}
h1 {
  text-align: center;
}
h3 {
  align-self: center;
  text-align: center;
}

.main-body {
  width: 85%;
  padding: 3%;
  padding-bottom: 6%;
  margin: auto;
  background-image: none;
  background-color: #eeebeb;
  
  border: 4px solid black;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;

}


p {
  font-size: 18px;
}

.header li a {
  display: block;
  padding: 20px 20px;
  /* padding: 0em 0.5em; */
  border-top: 1px solid #110a15;
  text-decoration: none;
  color: #dfdfdf;
  font-family: "SuperEnjoy";
  font-size: 25px;

  -webkit-text-stroke: 0.05em black;
  align-content: center;
}



.header img {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  object-fit: fill;
  max-width: inherit;
  height: 5rem;
  max-height: 90%;
  /* height: inherit; */
  /* height:50px;
    width: auto;
    padding: 0px 0px;
    margin:0px */
  /* min-height: inherit;  */
  /* width: auto; */
  /* width: auto;
    height: auto; */
  /* background-image:url('../assets/GAME_LOGO_WHITE.png');
    background-repeat:no-repeat;
    background-size:cover; */
}

div.gallery {
  display:flex;
  justify-content: center;

}

div.gallery-item {
  
  margin: 0.2em;
  width: auto;
}

/* div.gallery-item:hover {
  margin: 0;
  margin-top: 0.2em;
  width: 10.2em;

} */

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item.enlarged {
  margin: 5px;
  border: 1px solid #ccc;
  width: auto;
}

body.top-body {
  position: relative;
  height: 100%;
}
div.image-viewer {
  position: absolute;
  padding: auto;
  display: flex;
  justify-content: center;

  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #00000070;
  z-index: 10000;
  visibility: hidden;
}

div.image-viewer.visible {
  visibility: visible;
}

img.shown-image {
  margin: auto;
  width: 80%;
  height: auto;
  z-index: 10000;
}


@media (min-width: 601px) {

  .main-body {
    width: 80%;
    padding: 3%;
  }
}

@media (min-width: 992px) {

  .main-body {

    max-width: 1200px;
    width: 70%;
    padding: 3%;
  }


  /* .site-nav a {
    font-size: 25px;
    padding: 0px 16px;
  } */
}


@media (min-width: 48em) {
  .header {
    display: inline-flex;
    width: 100%;
  }
  .header li {
    float: inline-start;
    display: flex;
  }

  .header li a {
    float: inline-start;
    border-left:  1px solid #110a15;
    /* padding: 20px 30px; */
    display: block;
    border-top-width: 0px;
    
  }

  .header .logo {
    width: 20%;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    width: fit-content;
    margin: 0;
    display: flex;
    height: 100%;
    top:0;
  }

  .header .menu-icon {
    display: none;
  }

  .site-nav {
    height: inherit;
    width: 100%;
  }
}