/* line 8, stdin */

body {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGklEQVQYV2P8/fv3fwY0wAgSZGFhQRGmUBAAsZIT5phGV6cAAAAASUVORK5CYII=");
  background-repeat: repeat;
  background-size: 10px;
  min-height: 100vh;
  font-family: 'Fira Sans', sans-serif;
}

/* line 17, stdin */

a:hover {
  text-decoration: none;
}

/* line 22, stdin */

header {
  background: #000;
  padding: 5rem;
}

/* line 26, stdin */

header .site-logo {
  height: 10rem;
}

/* line 32, stdin */

header .nav-social {
  margin-top: 1rem;
}

/* line 36, stdin */

header .nav-social li a {
  color: #9a9a9a;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

/* line 46, stdin */

nav .nav-main {
  list-style: none;
  padding-top: 3rem;
}

/* line 50, stdin */

nav .nav-main li {
  display: inline-block;
}

/* line 53, stdin */

nav .nav-main li a {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #9a9a9a;
  text-transform: uppercase;
}

/* line 65, stdin */

#latest-news .top-news .featured-title-box {
  background: #000;
  padding: 2rem;
}

/* line 68, stdin */

#latest-news .top-news .featured-title-box .featured-category {
  color: #EF5A2F;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
}

/* line 74, stdin */

#latest-news .top-news .featured-title-box .featured-title {
  color: #fff;
  font-size: 2em;
  font-weight: 300;
}

/* line 84, stdin */

#latest-news .latest-news-grid article .post-title {
  color: #A1A1A1;
  font-weight: 300;
  font-size: 1.2em;
}

/* line 89, stdin */

#latest-news .latest-news-grid article .post-category {
  color: #EF5A2F;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
}

/* line 99, stdin */

.divider {
  height: 3px;
  width: 100%;
  display: block;
  margin-top: 5rem;
  margin-bottom: 5rem;
  background: #A1A1A1;
}

/* line 110, stdin */

#video-news article figure {
  margin-bottom: 0;
}

/* line 113, stdin */

#video-news article .post-title-wrapper {
  background: #000;
  padding: 1rem;
}

/* line 116, stdin */

#video-news article .post-title-wrapper .post-title {
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
}

/* line 119, stdin */

#video-news article .post-title-wrapper .post-title span {
  color: #EF5A2F;
}

/* line 131, stdin */

#post-list article .post-title-wrapper {
  padding: 1em;
  background: #000;
  height: 220px;
}

/* line 135, stdin */

#post-list article .post-title-wrapper .post-category {
  color: #EF5A2F;
}

/* line 138, stdin */

#post-list article .post-title-wrapper .post-title {
  color: #fff;
  font-size: 1.2em;
}

/* line 148, stdin */

#archives .archive .archive-title {
  background: #000;
  padding: 2rem;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}

/* line 156, stdin */

#archives .archive .archive-content {
  background: #fff;
}

/* line 158, stdin */

#archives .archive .archive-content .carousel {
  padding: 5rem;
  padding: 5rem;
}

/* line 162, stdin */

#archives .archive .archive-content .carousel .carousel-item img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  height: 300px;
}

/* line 168, stdin */

#archives .archive .archive-content .carousel .carousel-item p {
  margin-top: 1rem;
  font-size: 1.2em;
  font-weight: 300;
}

/* line 180, stdin */

footer {
  background: #000;
  color: #9a9a9a;
}

/* line 183, stdin */

footer .nav-social {
  margin-top: 1rem;
}

/* line 187, stdin */

footer .nav-social li a {
  color: #9a9a9a;
  font-size: 1.2rem;
  padding: 0 0.5rem;
}

/* line 197, stdin */

#news-grid article {
  margin-bottom: 2em;
}

/* line 199, stdin */

#news-grid article figure {
  margin-bottom: 0;
}

/* line 202, stdin */

#news-grid article .post-title-wrapper {
  background: #000;
  padding: 1rem;
  min-height: 200px;
}

/* line 206, stdin */

#news-grid article .post-title-wrapper .post-category {
  color: #EF5A2F;
}

/* line 209, stdin */

#news-grid article .post-title-wrapper .post-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}


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