@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Oswald:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aladin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
*,
**::after,
**::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 80%; } }

body {
  box-sizing: border-box;
  padding: 3rem; }
  @media only screen and (max-width: 56.25em) {
    body {
      padding: 0; } }

a {
  color: palegoldenrod;
  text-decoration: none; }
  a:hover {
    color: #ddd155;
    text-decoration: underline; }

.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url(../img/APA04414.jpg);
  background-size: cover;
  background-position: top; }
  .header__logo-box {
    position: absolute;
    top: 4rem;
    left: 4rem; }
  .header__logo {
    height: 6rem; }
  .header__text-box {
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center; }
    .header__text-box--title1 {
      font-family: 'Oswald';
      font-size: 2.6rem;
      font-weight: 400;
      letter-spacing: 1rem;
      margin-right: -1rem;
      text-shadow: 1px 1px #333;
      text-transform: uppercase;
      animation: moveInLeft 1.5s; }
    .header__text-box--title2 {
      font-family: 'Aladin';
      font-size: 5.2rem;
      font-weight: 400;
      text-shadow: 1px 1px #333;
      text-transform: uppercase;
      animation: moveInRight 1.5s; }
    .header__text-box--author {
      font-family: 'Oswald';
      font-size: 1.6rem;
      animation: moveInBottom 1.5s ease-out 1.5s;
      animation-fill-mode: backwards; }
    .header__text-box--date {
      font-family: 'Oswald';
      font-size: 1.2rem;
      text-transform: uppercase;
      animation: moveInBottom 1.5s ease-out 1.5s;
      animation-fill-mode: backwards; }

.section {
  color: #EFEFEF;
  text-align: center; }

.textblock {
  padding: 5rem;
  max-width: 70rem;
  margin: auto;
  text-align: left;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem; }

.textblock2 {
  padding: 100vh 4rem;
  max-width: 70rem;
  margin: auto;
  text-align: left;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem; }
  .textblock2 p {
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 10px 20px; }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translate(0);
    opacity: 1; } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    transform: translate(0);
    opacity: 1; } }

.firstcharacter {
  float: left;
  font-family: "Aladin";
  font-size: 6rem;
  line-height: 3rem;
  padding-right: 8px;
  padding-left: 3px;
  padding-top: 10px; }

.slide {
  text-align: center;
  font-family: "Roboto";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.4rem; }
  .slide img {
    width: 70%; }

#section1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../img/APA03660.jpg);
  background-size: cover;
  background-position: 70% 0%;
  background-position-x: 70%; }

#section2 {
  background-image: url(../img/APA03689.jpg);
  background-size: cover; }

#section3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA03689.jpg);
  background-size: cover; }

#section4 {
  background-image: url(../img/APA03665.jpg);
  background-size: cover; }

#section5 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA03858.jpg);
  background-size: cover;
  background-position: 70% 0%; }

#section6 {
  background-image: url(../img/APA04039.jpg);
  background-size: cover;
  background-position: 70% 0%; }

#section7 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04414.jpg);
  background-size: cover;
  background-position: 20% 0%; }

#section8 {
  background-image: url(../img/APA03972.jpg);
  background-size: cover;
  background-position: 30% 0%; }

#section9 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04769.jpg);
  background-size: cover;
  background-position: 80% 0%; }

#section10 {
  background-image: url(../img/APA04687.jpg);
  background-size: cover;
  background-position: 50% 0%; }
  #section10 .print {
    font-family: 'Lora';
    font-style: italic;
    font-weight: bold;
    padding: 20px 20px;
    font-size: 1.4rem;
    line-height: 1.6rem; }

#section11 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04414.jpg);
  background-size: cover;
  background-position: 80% 0%; }

#section12 {
  background-image: url(../img/APA04586.jpg);
  background-size: cover;
  background-position: 30% 0%; }

#section13 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04883.jpg);
  background-size: cover;
  background-position: 20% 0%; }

#section14 {
  background-image: url(../img/APA04710.jpg);
  background-size: cover;
  background-position: 50% 0%; }

#section15 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04936.jpg);
  background-size: cover;
  background-position: 20% 0%; }

#section16 {
  background-image: url(../img/APA04936.jpg);
  background-size: cover;
  background-position: 50% 0%; }

#section17 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA03686.jpg);
  background-size: cover;
  background-position: 50% 0%; }

#section18 {
  background-image: url(../img/APA03686.jpg);
  background-size: cover;
  background-position: 70% 0%; }

#section19 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04988.jpg);
  background-size: cover;
  background-position: 50% 0%; }

#section20 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/APA04586.jpg);
  background-size: cover;
  background-position: 30% 0%; }
