.nav_bar {
  background-color: #001113;
  display: flex;
}

.nav_link {
  color: #fff;
  font-weight: 700;
}

.nav_link:hover {
  color: #333;
  background-color: #ffae00;
}

.header_section {
  background-image: linear-gradient(#001113, rgba(255, 255, 255, 0) 64%), url('../images/go_bg_v1.jpg');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
  border-width: 1px 1px 9px;
  border-color: #000 #000 #fff;
  border-bottom-style: dotted;
  border-left-style: none;
  border-right-style: none;
}

.header_section.article {
  background-image: linear-gradient(#001113, rgba(0, 17, 19, .46) 64%), url('../images/go_bg_v1.jpg');
  background-position: 0 0, 50% 69%;
  background-size: auto, cover;
}

.header_wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 180px;
}

.h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 4px 9px #000;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 1.2;
}

.h1 {
  color: #ffae00;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffda54;
  text-shadow: 0 2px 1px #fff, 0 0 16px #ffb700;
  font-family: Merriweather, serif;
  font-size: 120px;
  line-height: 1;
}

.content_wrapper {
  width: 900px;
  text-align: center;
  background-color: #fff;
  border-top-width: 3px;
  border-top-color: #051029;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-radius: 20px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.content_wrapper.article {
  padding-top: 30px;
  padding-bottom: 40px;
}

.h1_content {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 50px;
  line-height: 1;
}
.h1-content {
  color: #ffae00;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffda54;
  text-shadow: 0 2px 1px #fff, 0 0 16px #ffb700;
  font-family: Merriweather, serif;
  font-size: 100px;
  line-height: 1;
}
.highlight {
  color: #f3a208;
  text-shadow: 0 3px 1px rgba(255, 214, 167, .88);
}

.fb_comment{
  padding-top: 50PX;
}


.divider_img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.card {
  max-width: 24%;
  margin: 5px;
  text-decoration: none;
}

.footer_wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer_text {
  text-align: center;
}

.p-text-highlight {
  color: #ffae00;
  text-align: left;
  text-shadow: 0 1px 4px rgba(240, 198, 94, .64);
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 700;
}

.p-text-highlight-sub {
  color: #ffae00;
  text-align: left;
  text-shadow: 0 1px 4px rgba(240, 198, 94, .64);
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}


.p-text {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}
li {
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.h1_content_sub{
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 36px;
  line-height: 1;
 }

.featured_image {
  max-width: 85%;
  border: 10px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button_reading {
  text-shadow: 0 3px 6px rgba(0, 0, 0, .34);
  background-color: #f80;
  border-top: 2px solid #ffa742;
  border-bottom: 5px solid #8f4c00;
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px 40px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav_bar {
    display: block;
  }

  .nav-menu {
    background-color: #00181b;
  }

  .menu-button {
    background-color: rgba(206, 193, 193, 0);
  }

  .menu-button.w--open {
    background-color: #00181b;
  }

  .icon {
    color: #fff;
  }

  .header_section {
    border-bottom-width: 5px;
  }

  .header_wrapper {
    width: 90%;
    padding-bottom: 110px;
  }

  .h2 {
    font-size: 45px;
  }

  .content_wrapper {
    width: 90%;
  }

  .h1_content {
    font-size: 40px;
  }

 .h1_content_sub{
    font-size: 40px;
  }
  .card {
    max-width: 24%;
  }

  .footer_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header_wrapper {
    padding-top: 50px;
    padding-bottom: 128px;
  }

  .h2 {
    font-size: 40px;
  }

  .h1 {
    font-size: 95px;
  }

  .content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_wrapper.article {
    padding-top: 20px;
  }

  .h1_content {
    font-size: 32px;
  }
 .h1_content_sub{
    font-size: 32px;
  }

  .h1-content {
  font-size: 75px;
  }

  .card {
    max-width: 30%;
  }

  .p-text-highlight {
    font-size: 20px;
    line-height: 1.2;
  }

  .featured_image {
    max-width: 80%;
  }

  .button_reading {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .header_section.article {
    background-position: 0 0, 50% 170%;
  }

  .header_wrapper {
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .h2 {
    font-size: 30px;
  }

  .h1 {
    font-size: 64px;
  }

  .content_wrapper {
    margin-top: -40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_wrapper.article {
    padding: 10px 20px 20px;
  }

  .h1_content {
    font-size: 28px;
  }

  .h1_content_sub{
    font-size: 20px;
  }

  .h1-content {
  font-size: 50px;
  }


  .highlight {
    text-shadow: 0 2px 1px rgba(255, 214, 167, .88);
  }

  .card {
    max-width: 32%;
    margin: 0;
  }

  .featured_image {
    max-width: 100%;
    border-width: 5px;
  }

  .button_reading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1.2;
  }
}
