* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


body {
  font-family: 'Nanum Gothic', sans-serif;
}

/* Generic styles */
html {
  scroll-behavior: smooth;
}


/** Navbar **/

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #222;
  color: #ffffff;
}

.brand-title {
  font-size: 1.5rem;
  margin: .5rem;
}

.navbar-links ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  text-decoration: none;
  color: #ffffff;
  padding: 1rem;
  display: block;
}

.navbar-links li a:hover {
  background-color: #ccc;
}

/* Hamburger -- Menu */

.toggle-button {
  position: absolute;
  top: .75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
}



.article-link {
  background-color: #ccc!important;
  text-decoration: none!important;
  color: white!important;
  border-radius: .25rem;
  text-align: center;
  display: inline-block;
  transition: all .3s;
}

.article-link:hover {
  opacity: .6;
}


/* Styles for the hero image */
.hero {
  /* Photo by mnm.all on Unsplash */
  background: url('https://media-cldnry.s-nbcnews.com/image/upload/rockcms/2022-02/220225-Ketanji-Brown-Jackson-al-0914-1cc546.jpg') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero > * {
  color: white;
}

.hero > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero > article > a {
  padding: 1rem;
  margin-top: .75rem;
}

.hero-2 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://www.themarysue.com/wp-content/uploads/2021/01/joe-biden-peloton-nyt.jpg') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-2 > * {
  color: white;
}

.hero-2 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-2 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-2 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}


.hero-3 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://images.unsplash.com/photo-1574023240744-64c47c8c0676?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-3 > * {
  color: white;
}

.hero-3 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-3 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-3 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}


.hero-4 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://images.unsplash.com/photo-1493135637657-c2411b3497ad?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2942&q=80') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-4 > * {
  color: white;
}

.hero-4 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-4 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-4 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}



.hero-5 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://images.unsplash.com/photo-1627862931783-c374c7df92fa?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1742&q=80') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-5 > * {
  color: white;
}

.hero-5 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-5 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-5 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}


.hero-6 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://www.suckerpunch.com/wp-content/uploads/2017/10/key-art-07c.jpg') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-6 > * {
  color: white;
}

.hero-6 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-6 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-6 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}


.hero-7 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://images.unsplash.com/photo-1592396194382-0ef844dd8420?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1770&q=80') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-7 > * {
  color: white;
}

.hero-7 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-7 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
}

.hero-7 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}


.hero-8 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://www.si.com/.image/t_share/MTg3NDYwNzU3Njk5NDM4MTQw/nfl-colts-carson-wentz-done.jpg') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-8 > * {
  color: white;
}

.hero-8 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-8 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}

.hero-8 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}

.pc {
  color: #000;
}


.hero-9 {
  /* Photo by mnm.all on Unsplash */
  background: url('https://images2.minutemediacdn.com/image/fetch/c_fill,g_auto,f_auto,h_2403,w_3200/https%3A%2F%2Fchowderandchampions.com%2Fwp-content%2Fuploads%2Fgetty-images%2F2017%2F07%2F1360698104.jpeg') center;
  background-size: cover;
  padding: 16rem 2rem;
  /* grid styles */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: center;
}

.hero-9 > * {
  color: white;
}

.hero-9 > h1 {
  font-size: 4rem;
  padding-bottom: 1rem;
}

.hero-9 > article > p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
}

.hero-9 > article > a {
  padding: 1rem;
  margin-top: .75rem;
}



h6 {
  font-size: 0.5rem;
  color: #ffffff;
}

.author {
  color: #222;
  font-size: 0.7rem;
  text-decoration: none;
}

.author:hover {
  color: grey;
}

/* breweries styles */
.breweries {
  padding: 2rem;
}

.breweries > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1rem;
}

.breweries > ul > li {
  border: 1px solid #E2E2E2;
  border-radius: .5rem;
  list-style: none;
}

.breweries > ul > li > figure {
  max-height: 220px;
  overflow: hidden;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: relative;
}

.breweries > ul > li > figure > img {
  width: 100%;
}

.breweries > ul > li > figure > figcaption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  width: 100%;
}

.breweries > ul > li > figure > figcaption > h3 {
  color: white;
  padding: .75rem;
  font-size: 1.25rem;
}

.breweries > ul > li > p {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem .75rem;
  color: #111;
  font-weight: 600;
}

.breweries > ul > li > a {
  padding: .5rem 1rem;
  margin: .5rem;
}


/*Footer */

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a {
  color:#737373;
}
.site-footer a:hover {
  color: #ffffff;
  text-decoration:none;
}
.footer-links {
  padding-left:0;
  list-style:none;
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color: #ffffff;
  text-decoration:none;
}
.footer-links.inline li {
  display:inline-block;
}
.site-footer .social-icons {
  text-align:right;
}
.site-footer .social-icons a {
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d;
}
.copyright-text {
  margin:0;
}




@media screen and (max-width: 425px) {

  .toggle-button {
      display: flex;
    }

    .navbar-links {
      display: none;
      width: 100%;
    }

    .navbar {
      flex-direction: column;
      align-items: flex-start;
    }

    .navbar-links ul {
      width: 100%;
      flex-direction: column;
    }

    .navbar-links li {
      text-align: center;
    }

    .navbar-links a {
      padding: .5rem 1rem;
    }

    .navbar-links.active-1 {
      display: flex;
    }



  .breweries > ul > li > a {
    text-align: center;
    align-items: center;
    margin-left: 90px!important;
  }

  .hero > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero {
   padding: 4rem 2rem;
  }

  .hero > h1 {
    font-size: 2.2rem;
  }


  .hero-2 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-2 {
   padding: 4rem 2rem;
  }

  .hero-2 > h1 {
    font-size: 2.2rem;
  }



  .hero-3 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-3 {
   padding: 4rem 2rem;
  }

  .hero-3 > h1 {
    font-size: 2.2rem;
  }



  .hero-4 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-4 {
   padding: 4rem 2rem;
  }

  .hero-4 > h1 {
    font-size: 2.2rem;
  }



  .hero-5 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-5 {
   padding: 4rem 2rem;
  }

  .hero-5 > h1 {
    font-size: 2.2rem;
  }


  .hero-6 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-6 {
   padding: 4rem 2rem;
  }

  .hero-6 > h1 {
    font-size: 2.2rem;
  }


  .hero-7 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
  }

  .hero-7 {
   padding: 4rem 2rem;
  }

  .hero-7 > h1 {
    font-size: 2.2rem;
  }


  .hero-8 > article > p {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
  }

  .hero-8 {
   padding: 4rem 2rem;
  }

  .hero-8 > h1 {
    font-size: 2.2rem;
  }

.pc {
  font-weight: bold;
  color: #000;
}


  .breweries {
    padding: 9px;
  }
}

/* Article section */

/* -- main content -- */
.content-container {
  position: relative;
  z-index: 0;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

.site-title {
  text-align: center;
  border-bottom: 1px solid #111111;
  margin-bottom: 24px;
}

.site-title h1 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
}

img {
  width: 100%;
}

.content p {
  line-height: 1.6em;
  margin-bottom: 24px;
}

/*Footer */

.footer-basic {
  padding:40px 0;
  background-color:#222;
  color:#ffffff;
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align:center;
  font-size:13px;
  color:#ffffff;
  margin-bottom:0;
}




/* -- Media Queries -- */

@media (max-width: 991px) {

  .content-container {
    max-width: 480px;
  }

}

@media screen and (max-width: 768px) {

  .content-container {
    max-width: 100%;
    margin: 30px auto 0;
  }
    .posts-main-container {
      grid-template-columns: 1fr;
    }
}
