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;
}



/* Actual site styling... */

html {
    background: #005ad0;
    background: #fff;
}

body {
    color: rgba(255,255,255,0.94);
    color: #333;
    font-size: 24px;
    line-height: 1.6;
    font-family: 'Muli', Helvetica, sans-serif;
    margin: 0 auto;
}

a {
    color: rgb(249, 37, 37);
    color: #4A7CE0;
    display: inline-block;
    text-decoration-color: rgba(74, 124, 224, 0.3);
    font-weight: 600;
}

a:hover {
    border-color: #333;
    border-color: #4A7CE0;
    text-decoration-color: #4A7CE0;
}

a:visited {
  color: #6246d0;
  text-decoration-color: rgba(98, 70, 208, 0.3);
}

a:visited:hover {
  color: #6246d0;
  text-decoration-color: #6246d0;
}

h1, h2, h3, h4, h5, p, ul, ol {
    margin: 1.5em 0 0;
}

h1 {
    font-weight: 900;
    margin: 0 0 0.5em;
    font-size: 2em;
}

h1 + p {
    display: inline;
}

p + p {
  margin-top: 0.5em;
}

li p {
    margin: 0;
    display: inline;
}

.strike {
    opacity: 0.6;
    text-decoration: line-through;
    display: inline;
    margin-right: 8px;
}

section {
  padding: 0 6%;
  padding: 0 6vw;
  margin: 3em auto;
}

section > div {
  max-width: 780px;
  margin: 0 auto;
}

/* section + section > div:before {
  content: '';
  width: 150px;
  height: 6px;
  background: rgba(0,0,0,0.05);
  display: block;
  margin-bottom: 3em;
} */

section + section {
  border-top: 1px solid #eee;
  padding-top: 3em;
}

ul {
  margin-top: 3em;
}

ul:before {
    display: block;
    content: '';
    width: 200%;
    margin-left: -200%;
    height: 2px;
    background: #333;
    opacity: 0.2;
    margin-bottom: 3em;
    display: none;
}

h2 {
  margin-top: 1.5em;
  font-weight: 900;
  color: #000;
  position: relative;
  font-size: 1.5em;
  margin: 0;
}

h2 + ul {
  margin-top: 0;
}

em {
    font-style: italic;
}

span {
    display: inline-block;
}

li {
    margin: 0.5em 0 0;
}

li a {
    display: inline;
}

.inline li {
    display: inline;
    margin-right: 0.5em;
}

.inline li a {
    display: inline-block;
}

#contact li a {
  position: relative;
  padding-left: 1.5em;
}

#contact svg {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -1.5em;
}

footer {
  padding: 1em 0;
  border-top: 1px solid #eee;
  margin-top: 1em;
}

.copyright {
  font-size: 0.75em;
  margin: 0 auto;
  max-width: 780px;
}

.off-left {
  position: absolute;
  left: -999em;
  top: 0;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: currentColor;
}

.svg-icon circle {
  stroke: currentColor;
  stroke-width: 1;
}

@media screen and (max-width: 480px) {
    body {
        font-size: 5vw;
        padding: 0;
    }


    section {
      padding: 0 6%;
      padding: 0 6vw;
      margin: 1.5em auto;
    }

    section + section {
      padding-top: 1.5em;
    }

    h1 {
      font-size: 1.5em;
    }
}


@media screen and (max-width: 720px) {
    body {
        font-size: 20px;
    }
}


blockquote {
  font-family: 'Playfair Display', serif;
}
