/* 
Custom Variables
Start
*/
:root {
  /*Color Variables*/
  --main-background-color: #FFFDF7;
  --test-background-color-previous-issue: #dad3d0;
  --alternate-background-color: #e7e3e0;
  --navbar-background-color: #e7e3e0;
  
  --magazine-cover: #367d78;
  --magazine-text-wrap: #e8c7a9;
  
  --dark-green-accent: #417058;
  --dark-green-accent-translucent: #4170588c;
  --light-green-accent: #87CDA1;
  --light-green-accent-translucent: #87cda177;
  --yellow-accent: #FDD57E;
  --pink-accent: #FFBCDF;
  
  --logo-color:
  
  
  
  /*Font Variables*/
  
  /* Font Styles */
  --title-font: 'Playfair Display'
  
  /* Font Colors */
  --font-color: #1D1B1A;
  --title-font-color: #FFFDF7;
  
  
  }
  
  /* 
  Custom Variables
  End
  */
  
  /* Fonts Start */
  @font-face {
      font-family: 'Deckard-Regular Regular';
      font-style: normal;
      font-weight: normal;
      src: url('DeckardRegular_1_.woff') format('woff');
  }
  
  
  @font-face {
      font-family: 'Deckard Medium Evan';
      font-style: normal;
      font-weight: normal;
      src: url('DeckardMedium.woff') format('woff');
  }
  
  @font-face {
      font-family: "acumin-variable",sans-serif;
      font-variation-settings: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
      src: url(https://fonts.adobe.com/fonts/acumin-variable#fonts-section);
  }
  
  @font-face {
      font-family: 'minion-pro', serif;
      font-style: normal;
      font-weight: 400;
      src: url(https://fonts.adobe.com/fonts/minion#fonts-section);
  }
  /* Fonts End*/

/*button of dreams*/
.hidden {
  display: none;
}

#about__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;

  
  /* Green */
}

main>* {
  padding: 1rem;
}

nav,
footer {
  background: black;
  color: #fff;
}

#about__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 25vh;



}

#thebutton {
  background-color: var(--dark-green-accent) !important;
  color: white;
  font-size: 20px;
}

#teamdescriptions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 30px;

}

.intro {
  margin: 1rem 0;
  padding: 0;
  width: 100%;
}

.intro-title-header {
  color: var(--light-green-accent);
  text-decoration: none;
  font-size: 100px;
  
}

.intro-title-text {
  font-family: 'minion-pro';
  font-weight: 400;
  font-size: 1.4rem;

  padding-top: 21px;

}

.col-md-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.team-container {
  padding-top: 5rem;
}

#teamlinks {
  color: var(--light-green-accent);
  text-decoration: none;

  font-size: 50px;
}

.col-md-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.about-team-img {
  width: 1032px;
  height: 516px;
}

@media (max-width: 768px) {


  .about-team-img {
    width: 90vw;
    height: auto;
    object-fit: contain;
  }
}

@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400,500|Roboto:400,700');



* {
  box-sizing: border-box;

  &::before,
  &::after {
    box-sizing: border-box;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  
}

h1,
h2,
h3 {
  font-family: 'EB Garamond', serif;
 
}


h1 {
  font-size: 2.325rem;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-size: 2rem;
  margin: 0 0 2rem;
}

h3 {
  font-size: 1.75rem;
  margin: 0 0 2rem;
}

p {
  margin: 0 0 1.5rem;

  &:nth-child(4) {
    margin: 0;
  }

  &.copyright {
    margin: 1.5rem 0;
  }
}



blockquote {
  font-style: italic;
  text-align: center;
  width: 40rem;
  height: auto;
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;

  li {
    margin: 0 1.5rem 0 0;
  }
}

nav {
  color: var(--font-color);
  ul {
    display: flex;
    justify-content: flex-start;
  }
}

nav .grid {
  >[class*="column-"] {
    padding: 0.25rem 1rem;
  }
}



.container {
  margin: auto;
  padding: 0 1rem;
  max-width: 75rem;
  width: 100%;
}

main {
  padding: 2rem 0;
}

.grid {
  >[class*="column-"] {
    padding: 1rem;
  }
}

.section-heading {
  transform: rotate(0) translateX(0);
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  text-align: center;
}

@media (min-width: md) {
  body {
    font-size: 1.125rem;
  }

  nav {
    padding: 2.5rem 0 2.5rem 0;

    ul {
      justify-content: flex-end;
    }
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  img {
    height: 40rem;
  }

  .section-heading {
    position: absolute;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
  }

  .intro {
    padding: 1rem;
  }

  blockquote {
    width: 30rem;
    height: 40rem;
  }
}