/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

*, h1, h2, h3, h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 20px/26px Arial, sans-serif;
    margin: 0;
    padding: 0.25em 0.5em;
    color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:active {
  font-style: italic;
  //color: #00f;
}

ul {
  list-style: none;
}

@media screen and (min-width:768px) {
  
  body {
    font-size: 30px;
    line-height: 38px;
  }
  
}