@charset "utf-8";
/* CRUNCH TIME */
/* UbiqsMovieQuest */
/* COLORS */
/* Fonts */
/* 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,
ol,
ul,
li,
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;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* CSS Begins */
/* FONTS */
h1 {
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  font-size: 2.8em;
  color: #fbffb2;
  text-align: center;
}
h2 {
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  color: #1a4699;
  font-size: 2em;
}
h3 {
  text-align: center;
  font-family: 'B612', sans-serif;
  color: #1a4699;
  font-size: 1.4em;
  padding: 2px 2px 0 0;
}
h4 {
  font-family: 'B612', sans-serif;
}
h5 {
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
  font-weight: 2em;
}
/* Main */
body {
  margin: 0 auto;
  max-width: 100em;
  padding: 1em 0;
  background-image: linear-gradient(black, #f49e42, #4198f4, #27272a, #27272a, #1a4699);
}
header {
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  background: linear-gradient(to left, #f49e42, #4198f4, #1a4699, #27272a);
  clear: both;
  border: 2px solid, linear-gradient(black, #f49e42, #4198f4, #27272a, #27272a, #1a4699);
  border-radius: 4px;
}
footer {
  display: block;
  width: 100%;
  height: auto;
  background-color: linear-gradient(to bottom, black, black, #1a4699);
}
article {
  padding: 25px;
  height: auto;
  line-height: 120%;
}
p {
  font-size: 1.1em;
  font-family: 'B612', sans-serif;
  padding: 20px 0 10px 0px;
}
footer p {
  color: white;
  text-align: center;
}
a:link {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fbffb2;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #f49e42;
  text-shadow: #000 4px 4px 0px;
  text-decoration: none;
}
nav.nav {
  width: 80%;
  margin: 0 auto;
  align-content: center;
  top: 0px;
  position: relative;
  z-index: 25;
}
nav.nav ul {
  width: 88%;
  margin: 0 auto;
  display: inline-block;
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  font-size: 2em;
}
nav.nav ul li {
  color: #fff;
  display: block;
  text-align: center;
  padding: 5px 5px 10px 25px;
}
.social {
  width: 99%;
  margin: 0 auto;
}
.social img {
  width: 17%;
  margin: 0 auto;
  padding-left: 2%;
}
.logo {
  width: 19%;
  height: auto;
  position: fixed;
  padding-top: 5px;
  vertical-align: top;
}
.logo img {
  width: 55%;
  height: auto;
  top: 0;
}
/*  Intro */
.quest {
  background-image: linear-gradient(to bottom, black, black, #1a4699);
  border-radius: 20px;
  color: white;
  width: 98%;
}
.ad {
  display: block;
  margin: 0 auto;
  width: 98%;
  height: auto;
}
.ad p {
  width: 95%;
  margin: 0 auto;
}
img.ad {
  display: block;
  width: 90%;
  height: auto;
}
/* Slideshow */
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.container ul,
.container li {
  padding: 0px;
  margin: 0;
  list-style: none;
}
.container li {
  display: none;
}
.container li.active {
  display: inline;
}
/* Posts */
.post {
  display: block;
  width: 98%;
  height: auto;
  margin: 0 auto;
  background-image: linear-gradient(#4198f4, white, white, white, white);
}
.post img {
  width: 65%;
  height: auto;
  margin: 0 auto;
  border: solid 4px #27272a;
}
.post article {
  display: block;
  width: 85%;
  height: 400px;
  margin: 0 auto;
  padding: 15px;
}
.postlink {
  font-family: 'ZCOOL QingKe HuangYou', cursive;
  display: block;
  text-align: center;
  font-size: 1.6em;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  clear: both;
}
.postlink a:link {
  color: #1a4699;
}
.postlink a:hover {
  color: #f49e42;
  text-shadow: 1px 1px 1px #4198f4;
}
/* Archives and Bios */
.archive {
  width: 98%;
  background-image: linear-gradient(#4198f4, white, white, white, white);
  margin: 0 auto;
  height: 300px;
}
.archive ul {
  width: 95%;
  text-align: left;
  font-size: 1.2em;
  padding: 25px 2px 15px 18px;
}
.bio {
  background-image: linear-gradient(to bottom, black, black, #1a4699);
  border-radius: 10px;
  color: white;
  width: 98%;
}
.bio article {
  height: 425px;
}
/* Gridworks */
.grid {
  /* Grid Fallback */
  display: flex;
  flex-wrap: wrap;
  /* Supports Grid */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: minmax(300px, auto);
  grid-gap: .3em;
}
.module {
  /* Demo-Specific Styles */
  background: url(../images/space.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  /* Flex Fallback */
  margin-left: 5px;
  margin-right: 5px;
  flex: 1 1 200px;
}
/* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
  .module {
    margin: 0;
  }
}
/* Media Queries */
@media (max-width: 480px) {
  .logo {
    visibility: hidden !important;
    display: none;
  }
  .container {
    visibility: hidden !important;
    display: none;
  }
  #container {
    visibility: hidden !important;
    display: none;
  }
  .wrapper.section {
    margin-top: -460px !important;
  }
}
@media only screen and (min-width: 700px) {
  nav.nav {
    width: 65%;
    float: left;
  }
  nav.nav ul {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  nav.nav ul li {
    display: inline-block;
  }
  .social {
    width: 30%;
    float: right;
  }
  .social img {
    width: 15%;
    margin: 0 auto;
  }
  .logo {
    position: absolute;
  }
}

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