.header_section {
  background-image: linear-gradient(#051129, rgba(255, 255, 255, 0)), url('../images/stop_bg.jpg');
  background-position: 0 0, 50% 90%;
  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.go_article {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 40%), url('../images/go_bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.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;
}

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

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

.h1-content {
  color: #f80;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffaa4a;
  text-shadow: 0 2px 1px #fff, 0 0 16px #f80;
  font-family: Merriweather, serif;
  font-size: 100px;
  line-height: 1;
}

.fb_comment{
  padding-top: 50PX;
}

.h1.go {
  color: #ffd900;
  -webkit-text-stroke-color: #c2a500;
  text-shadow: 0 2px 1px #fff, 0 0 16px #ffe863;
}

.h2 {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 48px;
  line-height: 1.2;
  padding-bottom: 30px;
}

.h3 {
  color: #fff;
  text-align: center;
}

.heading {
  text-align: center;
}

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

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

.h3-2 {
  color: #301602;
  text-shadow: 0 0 13px #fff;
  background-image: url('../images/plate_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
}

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

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

.highlight {
  color: #f80;
  text-shadow: 0 3px 1px #ffd6a7;
}

.highlight.go {
  color: #01897f;
  text-shadow: 0 3px 1px #a3faf4;
}

.footer_text {
  text-align: center;
}

.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;
}

.p-text-highlight {
  color: #f80;
  text-align: left;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.p-text-highlight-sub {
  color: #f80;
  text-align: left;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
}

.p-text-highlight.go {
  color: #01897f;
}

.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);
}

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

.nav-link, .nav-link-2 {
  font-weight: 700;
}

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

.nav_link:hover {
  color: #fff;
  background-color: #f80;
}

.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) {
  .header_section {
    border-bottom-width: 5px;
  }

  .header_section.go_article {
    background-position: 50% 90%;
  }

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

  .content_wrapper, .footer_wrapper {
    width: 90%;
  }

  .h2 {
    font-size: 45px;
  }

  .h1_content {
    font-size: 40px;
  }

  .h1_content_sub {
    font-size: 32px;
  }

  .h3-2 {
    font-size: 28px;
  }

  .card {
    max-width: 24%;
  }

  .nav_bar {
    display: block;
  }

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

  .menu-button.w--open, .nav-menu {
    background-color: #071a41;
  }

  .icon {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header_section.go_article {
    background-position: 50%;
  }

  .header_wrapper {
    padding-bottom: 128px;
  }

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

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

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

  .h1.go {
    font-size: 100px;
  }

  .h2 {
    font-size: 40px;
  }

  .h1_content {
    font-size: 32px;
  }

  .h1_content_sub {
    font-size: 25px;
  }

  .h3-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
  }

  .card {
    max-width: 30%;
  }

  .p-text-highlight {
    font-size: 18px;
  }
  .p-text-highlight-sub {
    font-size: 18px;
  }

  .featured_image {
    max-width: 80%;
  }

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

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

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

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

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

  .h1 {
    font-size: 64px;
  }

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

  .h1.go {
    font-size: 80px;
  }

  .h2 {
    font-size: 30px;
  }

  .h1_content {
    font-size: 28px;
  }

  .h1_content_sub {
    font-size: 20px;
  }

  .h3-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

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

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

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