/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
ol {
  list-style: numeric;
}
ul {
  list-style: disc;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/fonts/MaterialIcons-Regular.woff) format('woff'), url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*
 * Styling specific to the header on each page.
 */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/cabin/v18/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7alwg.ttf) format('truetype');
}
@font-face {
  font-family: 'Slabo 27px';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/slabo27px/v7/mFT0WbgBwKPR_Z4hGN2qgx8D0A.ttf) format('truetype');
}
h1.title a {
  font-family: 'Slabo 27px';
}
h2.subtitle {
  font-family: "Cabin";
}
.title {
  grid-area: title;
  color: white;
  width: 100%;
  text-align: center;
}
.title h1 {
  margin-top: 2rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.title h2 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0rem;
  color: #969696;
}
.title a,
.title a:hover {
  text-decoration: none;
  color: white;
  font-size: inherit;
}
.story-box {
  cursor: pointer;
}
a.story-box-content {
  color: black;
  text-decoration: none;
}
.story-box:hover {
  box-shadow: 8px 14px 38px rgba(0, 0, 0, 0.06), 1px 3px 8px rgba(1, 1, 1, 0.2);
  position: relative;
  transform: translateY(-0.25rem) scale(1.005);
  transition: all 0.1s ease-in;
}
.story-box {
  width: 100%;
  min-height: 12rem;
  overflow: hidden;
  transition: all 0.1s ease-in;
  background-color: #212330;
  box-sizing: border-box;
  color: #c8c8c8;
}
.story-box .story-image {
  display: block;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: center center;
}
.story-box .tags {
  min-height: 1.5rem;
  line-height: 1.5;
}
.story-box .tags a {
  font-family: "Roboto Condensed";
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0.2rem;
  background-color: #8789a2;
  color: #1F1D1D;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-radius: 1rem;
  white-space: nowrap;
}
.story-box .tags a:hover {
  background-color: #8789a2;
  transition: background 0.3s ease-in-out;
}
.story-box .story-box-body {
  padding: 0.5rem;
  padding-bottom: 1.5rem;
}
.story-box h1 {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.5;
}
.story-box .story-box-body {
  text-decoration: none;
}
.story-box .story-box-body h1 {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 900;
}
.story-box .story-box-body h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.story-box .story-box-body p {
  font-size: 1rem;
  line-height: 1.5;
  color: #c8c8c8;
}
.pagination a,
.pagination-simple a {
  font-family: 'Cabin';
  font-weight: 900;
}
.pagination-simple {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  grid-area: pagination_simple;
}
.pagination-simple a {
  display: inline-block;
}
.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  grid-area: pagination;
  display: none;
}
.pagination a {
  color: black;
  float: left;
  padding: 0.75rem;
  box-sizing: border-box;
  text-decoration: none;
  background-color: #969696;
  border: 2px solid #000000;
  border-radius: 3px;
  margin: 0.1rem;
}
.pagination a.active {
  background-color: #cdcdcd;
  border: none;
  color: black;
  border: 2px solid #000000;
  /*background-color: black; */
}
.pagination a:hover:not(.active) {
  transform: translateY(-0.1rem) scale(1.005);
  transition: all 0.1s ease-in;
  background-color: #afafaf;
  border-color: #000000;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59U.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCM.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librefranklin/v7/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkANDM.ttf) format('truetype');
}
h1,
h2,
h3,
h4 {
  font-family: 'Libre Franklin';
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/cabin/v18/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EH7alwg.ttf) format('truetype');
}
body p {
  font-family: "Cabin";
}
body {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  /*background-color: #3c484e;*/
}
.floating-background-section {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#13141C 70%, #0a0d26 100%);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: fixed;
}
title h2 {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0rem;
  color: #969696;
  margin-bottom: 1rem;
}
.master-grid {
  display: grid;
  justify-items: center;
  grid-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "search" "navigation" "stories" "pagination_simple" "footer";
}
.title-section {
  grid-area: title;
  min-height: 10rem;
  width: 100%;
}
.title-section h1.title {
  color: white;
  text-align: center;
  margin-top: 3rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-shadow: 1px 1px black;
  width: 100%;
}
.title-section h2 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0rem;
  color: #dcdcdc;
  text-shadow: 1px 1px black;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}
.title-section a {
  text-decoration: none;
  color: white;
}
.footer {
  font-family: "Cabin";
  grid-area: footer;
  width: 100%;
  color: white;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}
.footer a {
  color: aqua;
}
.stories {
  width: 100%;
  grid-area: stories;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  justify-items: center;
  grid-gap: 0.5rem;
  box-sizing: border-box;
}
.error-message {
  margin-left: 0px;
  grid-area: stories;
  text-align: center;
  font-size: 1.1em;
  color: white;
  margin-top: 1em;
  margin-bottom: 2em;
}
nav {
  width: 100%;
  grid-area: navigation;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.admin-links a {
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-family: "Cabin";
  font-size: 1.1rem;
  background-color: rgba(100, 100, 100, 0.5);
  border: 1px solid black;
  padding: 1rem;
  border-radius: 5px;
}
nav.admin-links a:hover {
  position: relative;
  left: 1px;
  top: 1px;
}
.search-section {
  width: 100%;
  grid-area: search;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-section form {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-section form #searchBar {
  display: flex;
  justify-content: center;
  height: 3em;
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 1em;
  max-width: 40em;
}
.search-section form #searchBar input {
  width: 100%;
  display: inline-block;
  height: 100%;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  background-color: #55576e;
  border: 2px solid black;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  border-radius: 5px 0px 0px 5px;
  border: none;
}
.search-section form #searchBar button {
  padding: 0px;
  background-color: #55576e;
  border: none;
  width: 2em;
  height: 100%;
  border-radius: 0px;
  margin: 0px;
  cursor: pointer !important;
  /* i FUCKING HATE HAVING TO DO IMPORTANT! */
}
.search-section form #searchBar input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-section form #searchBar input[type="text"]:focus {
  box-shadow: 0 0 0 #ffffff;
  outline: none!important;
}
.search-section form #searchBar input[type="text"]:focus::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-section form #searchBar #search-icon {
  font-size: 2em;
  border-radius: 0px 5px 5px 0px;
}
.search-section form #searchBar span {
  color: white;
}
/*
 * At a certain point, add margins left and right
 * to create a centered page effect
 * 600px
 */
@media screen and (min-width: 20rem) {
  .stories {
    padding: 1rem;
    grid-gap: 1rem;
  }
  .story-box {
    border-radius: 5px;
  }
  .story-box img {
    border-radius: 5px;
  }
  .story-box .story-box-body {
    padding: 1rem;
  }
}
/* Define when to switch over to normal pagination from simple-pagination */
@media screen and (min-width: 200px) {
  .pagination {
    display: block;
  }
  .pagination-simple {
    display: none;
  }
  .master-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "search" "navigation" "stories" "pagination" "footer";
  }
}
/* 500px */
@media screen and (min-width: 31.25rem) {
  .story-box-body {
    padding: 1rem;
  }
  .title h1 {
    margin-top: 3rem;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .title h2 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 0rem;
    color: #969696;
  }
}
@media screen and (min-width: 75rem) {
  .stories {
    grid-gap: 2rem;
  }
  .master-grid {
    grid-template-columns: 1fr 75rem 1fr;
    grid-template-areas: "title title title" ". search ." ". navigation ." ". stories ." "pagination pagination pagination" "footer footer footer";
  }
}
/*# sourceMappingURL=overview.css.map */