:root {
  /*--bg-color: #40daed;*/
  --bg-color: #f3f4f5;
  --text-color: #222;
}

@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yrsa&display=swap');
@font-face {
  font-family: Yrsa;
  src: url('https://fonts.googleapis.com/css?family=Yrsa&display=swap');
  font-style: normal;
}
@font-face {
 font-family:utopia-std;
 src:url(https://use.typekit.net/af/9ff5df/0000000000000000000131a3/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/9ff5df/0000000000000000000131a3/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/9ff5df/0000000000000000000131a3/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
}
@font-face {
 font-family:utopia-std;
 src:url(https://use.typekit.net/af/6ebf8d/0000000000000000000131a0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/6ebf8d/0000000000000000000131a0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/6ebf8d/0000000000000000000131a0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:sofia-pro;
 src:url(https://use.typekit.net/af/c5ee9a/0000000000000000000157a9/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"),
 url(https://use.typekit.net/af/c5ee9a/0000000000000000000157a9/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"),
 url(https://use.typekit.net/af/c5ee9a/0000000000000000000157a9/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
@font-face {
 font-family:sofia-pro;
 src:url(https://use.typekit.net/af/07553a/0000000000000000000157ad/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff2"),
 url(https://use.typekit.net/af/07553a/0000000000000000000157ad/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("woff"),
 url(https://use.typekit.net/af/07553a/0000000000000000000157ad/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3) format("opentype");
 font-weight:300;
 font-style:normal;
}
@font-face {
 font-family:sofia-pro;
 src:url(https://use.typekit.net/af/c07bfb/0000000000000000000157b1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
 url(https://use.typekit.net/af/c07bfb/0000000000000000000157b1/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
 url(https://use.typekit.net/af/c07bfb/0000000000000000000157b1/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
 font-weight:400;
 font-style:normal;
}




body {
  margin: 0 auto;
  padding: 48px 0;
  width: 100%;
  height: 100%;
  
  background: var(--bg-color);
  color: var(--text-color);
  overflow-x: hidden;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*body::before {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  background-size: 16px 16px;
  background-image: linear-gradient(
      transparent 0%,
      transparent 98%,
      var(--text-color) 98%,
      var(--text-color) 100%
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 98%,
      var(--text-color) 98%,
      var(--text-color) 100%
    );
}
*/
header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 48px 0;
}

h1, h2 {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 20px 0;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.5;
}

h1 {
  font-size: 48px;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}


/* Grid implementation */
.grid-container {
  width: 90vw;
  max-width: 1400px;
  /*border: 1px solid var(--text-color);*/
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  grid-template-rows: repeat(3, minmax(100px, 1fr));
  grid-auto-flow: dense;
}

.grid-container .grid-item {
  /*border: 1px solid var(--text-color);*/
  text-align: center;
  position: relative;
  display: flex;
}

.grid-container .grid-item img {
  /*max-width: 100%;
  height: auto;*/
}

.grid-container .grid-item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.grid-container .grid-item:nth-child(3) .cropper img{
  
  right: 30px;
  bottom: 191px;
}

.grid-container .grid-item:nth-child(4) .cropper img{
  max-width: 666px;
  right: 130px;
  bottom: 75px;
}

.grid-container .grid-item:nth-child(5) .cropper img{
  max-width: 402px;
  right: 0;
}

.grid-container .grid-item:nth-child(6) .cropper img{
  max-width: 666px;
  right: 100px;
}

.middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /*background-color: #008CBA;*/
  /*background: #13abc7;*/
  background: #222;
}

.grid-container .grid-item .bg-img-1:hover {
  opacity: 0.3;
}

.grid-container .grid-item:hover .middle {
  opacity: 0.9;
}

.text {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.cropper {
  overflow: hidden;
  max-height: 291px;  
}

.cropper-main {
  overflow: hidden;
  max-height: 604px;  
  object-fit: cover;
}

.cropper-main img,
.cropper img {
  position: relative;
  bottom: 32px;
  right: 160px;
}

.cropper-main img {
  object-fit: cover;
  width: auto;
  height: auto;
  min-height: 697px;
}

.cropper:nth-child(1) img{
  bottom: 32px;
  right: 160px;
}
.cropper:nth-child(2) img{
  right: 0;
  bottom: 179px;
}
@supports (font-variant-caps: small-caps) {
  .multicol:first-of-type p:first-of-type {
    /*font-variant-caps: small-caps;*/
  }
}

.multicol {
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
          border-bottom: 1px dashed #9b9b9b;
          padding: 32px 0;
          margin: 32px 0;
}

/*.multicol + .cropped-img-* {
  margin: 2rem 0;
  padding-top: 32px;
}*/

p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.credits {
  font-style: italic;
  text-indent: 0 !important;
  margin: 1rem 0;
}

p a {
  font-weight: bolder;
  color: #345;
  text-decoration: none;
}



article {
  width: 80%;
  max-width: 1980px;
  margin: 0 auto 4rem;
}

article img {
  width: 100%;
}

article header {
  /*margin-bottom: 2.5rem;
  padding-bottom: 4rem;*/
  /*border-bottom: 1px dashed #345;*/
}

.cropped-img-1 {
  background: url(../img/maxresdefault.jpg) center top no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  min-height: 70px;
  margin: 32px 0;
}

.cropped-img-2 {
  background: url(../img/down-pine-trees.jpg) center center no-repeat;
  background-size: cover;
  height: 40vh;
  width: 100%;
  min-height: 70px;
  margin: 32px 0;
}

.cropped-img-3 {
  background: url(../img/Jersey-Devil-3.jpg) center top no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
  min-height: 70px;
  margin: 32px 0;
}

article h1 {
  margin-top: 0;
  font-size: 4rem;
}

article h2 {
/*  -webkit-column-break-after: column;
          break-after: column;*/
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1rem 0;
}

h1, h2 {
  /*font-family: Anton;*/
  /*margin-top: 0;*/
  /*border: 4px solid #f2c973;
  box-shadow: 1px 1px 1px #fadc9f;
  background: #fff;
  padding: 10px;*/
}

@media all and (max-width: 1600px) {
  .multicol {
    -webkit-column-count: 3;
            column-count: 3;
  }
  article h1 {font-size: 2.75rem}
}
@media all and (max-width: 1000px) {
  .multicol {
    -webkit-column-count: 2;
            column-count: 2;
  }
  article h1 {font-size: 2.25rem}
}
@media all and (max-width: 800px) {
  article h2 {
    -webkit-column-break-after: avoid;
            break-after: avoid;
  }
  article h1 {font-size: 1.7rem}
  .multicol {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
@media all and (max-width: 600px) {
  body {
    margin: 0;
  }

  article {
    width: 100%;
  }

  .multicol {
    padding: 0 1rem;
  }

  article header {
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    border-bottom: none;
  }

  h1 {
    margin-bottom: 0;
  }
}



