/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

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,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 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;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------*\
  $MAIN
\*------------------------------------*/
html,
body {
  font-size: 16px;
}
body,
main,
p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
}
body {
  background: #eee;
}
p {
  margin: 0.5rem 0 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 1rem 0 0;
}
h2 {
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 1rem 0 0;
}
h3 {
  font-size: 1.1rem;
  line-height: 2rem;
  margin: 1rem 0 0;
  text-align: center;
}
header {
  text-align: center;
  margin: 2rem auto;
}

.logo {
  border-radius: 50%;
  max-width: 150px;
  width: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.cover {
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#deep-leads {
  overflow: auto;
}

/* #deep-leads */

img.image {
  width: 160px;
  margin-right: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

figcaption {
  padding: 0.5rem 0;
  color: #666;
}
@media (max-width: 400px) {
  img.image {
    width: 100%;
  }
}

.-left {
  float: left;
}

.-right {
  float: right;
}
em {
  font-style: italic;
}
article {
  max-width: 700px;
  margin: 2rem auto;
  padding: 1rem 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
strong {
  font-weight: 600;
}
footer {
  margin: 1rem auto;
  text-align: center;
}
footer a {
  color: #333;
}
a {
  color: #333;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.section-link {
  box-shadow: 4px 4px 0px 0px #1564ad;
  border: 1px solid #1564ad;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  background: white;
}

.section-link:hover {
  position: relative;
  box-shadow: 5px 5px 0px 0px #1564ad;
  top: -2px;
}

.section-link:active {
  box-shadow: 4px 4px 0px 0px #1564ad;
  position: relative;
  top: 1px;
}

footer {
  padding: 1rem;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}