p {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 60em) {
  .hero-banner-page-hero {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }

  .hero-banner-page-hero-wrapper {
    position: relative;
  }

  .hero-banner-page-hero-image {
    display: block;
    position: relative;
    z-index: 1;
  }

  .hero-banner-page-title-sub-title-large {
    left: 8%;
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90vw;
  }

  .hero-banner-page-title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 60em) {
  .hero-banner-page-title {
    font-size: 3rem;
  }

  .hero-banner-page-sub-title {
    font-size: 2rem;
  }
}
.hero-banner-page-title-sub-title {
  line-height: 2.5rem;
}

body {
  background: #FFF;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.relative {
  position: relative;
}

.float-right {
  float: right;
}

.main,
.main-container,
.content-type-single,
.single-post {
  min-height: calc(100vh - 15em);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.app-name {
  font-size: 1.83em;
  color: #61CE70;
  font-family: "Roboto", sans-serif;
}

.site-name-one {
  color: #61CE70;
}

.site-name-two {
  color: #FFF;
}

.navbar .link {
  color: #23A455;
}
.navbar .link:hover {
  color: #FFF;
}

.navbar-container {
  background: #000;
}

.app-footer {
  background: #000;
  font-size: 1.25rem;
  line-height: 1.83rem;
}

.app-footer {
  color: #FFF;
}
.app-footer .link {
  color: #23A455;
}

@media screen and (min-width: 60em) {
  .home-page-hero {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }

  .home-page-hero-wrapper {
    position: relative;
  }

  .home-page-hero-background-image {
    background-image: url("https://cdn.shawnsarcade.com/theme/shawn-transparent.png");
    background-position: 50vw -9%;
  }

  .home-page-title-sub-title-large {
    left: 8%;
    z-index: 2;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 90vw;
  }

  .home-page-title {
    font-size: 5rem;
  }
}
@media (max-width: 93em) and (min-width: 60em) {
  .home-page-hero-background-image {
    background-position: 50vw -9%;
  }
}
@media screen and (max-width: 60em) {
  .home-page-hero-background-image {
    background-image: url("https://cdn.shawnsarcade.com/theme/shawn-transparent.png");
    background-position: center top;
  }

  .home-page-title {
    font-size: 3rem;
  }

  .home-page-sub-title {
    font-size: 2rem;
  }
}
.home-page-title-sub-title {
  line-height: 2.5rem;
}

.home-page-sub-title::before {
  display: inline-block;
  content: "//";
  margin-right: 0.5rem;
}

.home-page-hero-background-image {
  background-color: #ccc;
}

iframe[title="YouTube Video"] {
  padding: 4rem;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

body {
  color: 3d3d3d;
}

p {
  margin-bottom: 2rem;
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.83rem;
}

.page-title,
.section-title {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 500;
}

.section-title {
  font-size: 2rem;
}

.pub-date {
  font-family: "Open Sans", sans-serif;
  font-size: 1.15rem;
  font-style: italic;
}

.text-center {
  text-align: center;
}

.homepage-content {
  text-align: center;
}

.sw-list-item .link {
  color: #23A455;
}

p a {
  color: #23A455;
  text-decoration: none;
}
p a:hover {
  color: #2BA837;
  text-decoration: underline;
}

.pagination {
  text-align: center;
  margin-bottom: 3rem;
}

.pagination .page-item {
  display: inline-block;
  list-style: none;
}

.pagination .page-item a {
  width: 40px;
  background: #23A455;
  color: #FFF;
  display: inline-block;
  list-style: none;
  text-decoration: none;
}
.pagination .page-item a:hover {
  background-color: #61CE70;
}

.single-post-hero-image,
.upper-media-gallery {
  margin-bottom: 3rem;
}

@media screen and (max-width: 60em) {
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 60em) {
  .hide-large-screens {
    display: none !important;
  }
}
.sw-list-item {
  border-bottom: 1px solid #000;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.sw-list-item p {
  margin-bottom: 0 !important;
}
.sw-list-item:last-of-type {
  border-bottom: none;
  margin-bottom: none;
  padding-bottom: none;
}
.sw-list-item .list-item-tags {
  text-align: right;
}

.subscribe-rss-cta {
  background: #23A455;
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  color: #FFF;
}
.subscribe-rss-cta:hover {
  background-color: #61CE70;
}

.list-item-tags .link {
  color: #23A455;
  text-decoration: underline;
}
.list-item-tags .after-comma {
  margin-left: -0.125rem;
  margin-right: 0.25rem;
  display: inline;
}

.content-type-single h2 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
.content-type-single h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
}
.content-type-single ul {
  margin-bottom: 3rem;
}
.content-type-single ul li {
  margin-left: 2rem;
  list-style-type: disc;
}

.single-post h2 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2rem;
}
.single-post h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0.5rem;
}
.single-post ul {
  margin-bottom: 3rem;
}
.single-post ul li {
  margin-left: 2rem;
  list-style-type: disc;
}

/*# sourceMappingURL=main.css.map */
