
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'GI';
	src: url('../fonts/gi-bold-web.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'GI';
	src: url('../fonts/gi-regular-web.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


html,
body {
  font-family: 'Noto Serif', sans-serif;
  background-color: #45403a;
  color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

img {
max-width: 100%;
height: auto;
display: inline-block;
border: none;
}

figcaption {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 5px;
  padding: 5px;
}

@media screen and (max-width: 575px) {
  figcaption {
    font-size: 1.2rem;
  }
}

a {
  color: #d38149;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ab4a39;
  outline: 0;
}


.info {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.info h1 {
  font-size: 5rem;
  font-weight: 600;
  padding-top: 3.8rem;
  text-align: center;
}
 
.info h2 {
  text-align: center;
  font-size: 2.5rem;  
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 1.2rem;
}

.info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 6rem;
}

.info .dateline {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
  font-style: italic;
}

@media screen and (max-width: 575px) {
  .info  {
    max-width: 80vw;
  }
  .info h1 {
    font-size: 2.5rem;
  }
  .info h2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .info p {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.spacer {
	width:100%;
	height:50vh;
}

.container {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  vertical-align: top;
  background-size: cover;

}

.quote {
  max-width: 85vw;
  font-weight: 300;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-left: auto;
  margin-right: auto;
}
.quote blockquote {
  margin-bottom: 50px;
  opacity: 0;
}
.quote blockquote p {  
  font-style: italic;
  font-size: 1.7rem;
  line-height: 1.3;
  max-width: 60vw;
}
.quote blockquote p:before {
  content: "";
}
.quote blockquote p:after {
  content: "";
}

@media screen and (max-width: 575px) {
  .quote {
    font-size: 1.5rem;
    width: 200%;
  }
  .quote blockquote p { 
    font-size: 1.2rem;
  }
}

.quote-author {
  font-size: 30rem;
  font-weight: 700;
}
.quote-role {
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: 20px;
  text-transform: uppercase;
}

.credit{
  font-size: 1rem;
	text-align: left;
  transition: .3s;
  margin-top: 4em;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.credit p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 6rem;
}


@media screen and (max-width: 575px) {
  .credit  {
    max-width: 80%;
    font-size: 0.8rem;
  }
  .credit p {
    font-size: 1rem;
  }
}
