/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  opacity: 0;
  animation: showBody .35s .75s linear;
  animation-fill-mode: forwards; }

main {
  min-height: 100vh;
  background-image: url("../graphics/carbg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0; }
  main:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #444;
    opacity: .6;
    z-index: -1; }

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem; }
  #logo img {
    max-width: 240px;
    margin: 10px; }

#enter-site {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s all ease-in-out;
  background: transparent;
  color: #fff;
  font-family: "Aleo", serif;
  padding: 25px 40px;
  margin-top: 15px;
  border: 2px solid #fff;
  font-size: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px; }
  #enter-site:hover {
    background: #fff;
    color: #1a1a1a; }

@keyframes showBody {
  100% {
    opacity: 1; } }

/*# sourceMappingURL=main.css.map */
