* {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0px;
  margin: 0px; }

html, body {
  height: 100%;
  background: #40A9EA; }

.wrapper, #wrapper_2 {
  margin: 0 auto -4em;
  width: 100%;
  padding: 0;
  max-width: 960px;
  height: 100%;
  height: auto !important; }

#wrapper_2 {
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 660px;
  height: fit-content; }

.banner {
  background-image: url("/images/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 150px;
  max-width: 100%;
  position: relative;
  z-index: 2; }
  .banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.nav_links {
  word-spacing: 5px;
  margin-top: -80px;
  margin-right: 180px;
  float: right;
  position: relative; }
  .nav_links ul {
    position: relative;
    list-style: none;
    display: inline; }
    .nav_links ul li {
      color: #FFFFFF;
      display: inline; }
      .nav_links ul li a {
        text-decoration: none;
        color: #FFFFFF; }

.media_slider {
  margin: 0 auto;
  height: fit-content;
  width: fit-content;
  max-width: 600px; }
  .media_slider .slider {
    background: #137bff; }

.article {
  clear: both;
  background: #40A9EA;
  padding-bottom: 80px;
  margin: 0 auto;
  display: block;
  overflow: hidden; }
  .article H2 {
    font-style: italic;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
  .article p {
    text-align: center;
    font-style: italic;
    padding-bottom: 10px; }

#article_content {
  background-image: url("/images/article_holder_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  @extends .article;
  max-width: 760px;
  padding: 0px 100px 0px 100px;
  padding-bottom: 30px;
  margin-top: 40px; }
  #article_content img {
    display: block;
    margin: auto; }

.page_seperator {
  background: #FFFFFF;
  height: fit-content;
  border-width: .6em;
  border-color: #83C7F1;
  border-top-style: solid;
  border-bottom-style: solid;
  text-align: center; }
  .page_seperator ul {
    width: fit-content;
    margin: auto; }
    .page_seperator ul li {
      padding-left: 2%;
      padding-right: 2%;
      margin: auto;
      display: inline; }
      .page_seperator ul li img {
        width: 2%;
        height: auto; }

.footer {
  text-align: center;
  background: #c00011;
  height: 4em; }
  .footer ul li {
    list-style: none;
    display: inline; }
    .footer ul li img {
      max-width: 30px;
      padding: 20px; }
  .footer .about {
    padding-top: 3em;
    padding-bottom: 5em;
    background: #c00011; }
    .footer .about img {
      padding-top: 30px;
      padding-bottom: 30px; }
  .footer p {
    color: #000000; }

.about_wrapper {
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
  max-width: 640px;
  background-image: url("/images/article_holder_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.social_links {
  width: 100%; }
  .social_links ul {
    display: inline; }
    .social_links ul li {
      display: inline; }
      .social_links ul li img {
        width: 5%;
        height: auto; }

@media only screen and (max-width: 500px) {
  .wrapper, #wrapper_2 {
    margin: 0 auto -4em;
    width: 100%;
    padding: 0;
    max-width: 420px;
    max-height: 200px;
    height: auto !important; }
    .wrapper .banner, #wrapper_2 .banner {
      background-image: url("/images/banner.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
      height: 100px; }

  #wrapper_2 {
    margin-top: 20px;
    max-width: 300px;
    max-height: 300px; }

  .article {
    max-width: 380px;
    max-height: 300px;
    height: auto; }
    .article H2 {
      font-style: italic;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: 1em; }
    .article p {
      font-size: .5em;
      text-align: center;
      font-style: italic;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 10px; }

  #article_content {
    height: auto;
    max-height: 300px;
    padding-left: 10px;
    padding-right: 10px; }
    #article_content img {
      display: block;
      margin: auto;
      width: 25%;
      height: auto; }

  .about_wrapper {
    max-width: 260px;
    max-height: 320px; }
    .about_wrapper p {
      font-size: .5em; }

  .nav_links {
    word-spacing: 3px;
    margin-top: 1px;
    float: right;
    margin-top: 30px;
    margin-right: 50px; }
    .nav_links ul {
      list-style: none;
      display: inline; }
      .nav_links ul li {
        color: #FFFFFF;
        display: inline; }
        .nav_links ul li a {
          font-size: 10px;
          text-decoration: none;
          color: #FFFFFF; } }
@media only screen and (max-width: 768px) {
  #wrapper_2 {
    max-width: 530px; }

  .article {
    max-width: 680px; }

  .about_wrapper {
    max-width: 530px; } }
@media only screen and (max-width: 800px) {
  #wrapper_2 {
    max-width: 580px; }

  .article {
    max-width: 690px; }

  .about_wrapper {
    max-width: 580px; } }
@media only screen and (max-width: 600px) {
  #wrapper_2 {
    max-width: 430px; } }
@media only screen and (max-width: 414px) {
  #wrapper_2 {
    max-width: 300px; }

  .article {
    max-width: 380px; }

  .about_wrapper {
    max-width: 260px; }

  .page_seperator {
    border-width: .4em; }

  .page_seperator ul li img {
    width: 4%;
    height: auto; } }
@media only screen and (max-width: 375px) {
  #wrapper_2 {
    max-width: 260px; }

  .article {
    max-width: 340px; }
    .article H2 {
      font-style: italic;
      text-align: center;
      padding-top: 30px;
      padding-bottom: 30px;
      font-size: .8em; }

  .about_wrapper {
    max-width: 240px; }

  .about {
    height: 280px;
    overflow: hidden; } }
@media only screen and (max-width: 320px) {
  #wrapper_2 {
    max-width: 220px; }

  .nav_links {
    margin-top: 35px;
    margin-right: 50px; }
    .nav_links ul {
      word-spacing: 1px; }
      .nav_links ul li a {
        font-size: 6px; }

  .article {
    max-width: 300px;
    max-height: 200px; }

  #article_content {
    padding-bottom: 10px;
    max-height: 330px; }
    #article_content p {
      font-size: 8px;
      padding-left: 15px;
      padding-right: 15px; }
    #article_content H2 {
      padding-top: 5px;
      font-size: 12px; }
    #article_content img {
      display: block;
      margin: auto;
      width: 20%;
      height: auto; }

  .about_wrapper {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 220px;
    max-height: 140px;
    overflow: hidden; }
    .about_wrapper p {
      font-size: 8px;
      padding-left: 1px;
      padding-right: 1px; }

  .about {
    height: 200px;
    overflow: hidden; } }
