/* thank you! http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* 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 highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

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

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

/* Reset `button` and button-style `input` default styles */
input[type="submit"], input[type="reset"], input[type="button"], button { background: none; border: 0; color: inherit; /* cursor: default; */ font: inherit; line-height: normal; overflow: visible; padding: 0; margin: 0; -webkit-appearance: button; /* for input */ -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none; }

input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }

/*# sourceMappingURL=reset.css.map */
@font-face { font-family: 'plotturaoutbook'; src: url("../fonts/plotturaout-book-webfont.woff2") format("woff2"), url("../fonts/plotturaout-book-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'plotturaoutbook_oblique'; src: url("../fonts/plotturaout-bookoblique-webfont.woff2") format("woff2"), url("../fonts/plotturaout-bookoblique-webfont.woff") format("woff"); font-weight: normal; font-style: normal; }
html { width: 100%; max-width: 100%; padding: 0; margin: 0; overflow-x: hidden; }

/* MAIN Typography and spacing */
body { position: relative; overflow-x: hidden; width: 100%; max-width: 100%; padding: 0; margin: 0; height: 150%; background-color: #ddf1da; background: #efffcc; background: linear-gradient(160deg, #efffcc 6%, #003699 100%); background-attachment: fixed; color: #222; font-family: "plotturaoutbook", sans-serif; font-size: 20px; line-height: 1.65em; font-weight: 400; }

#wrapper { display: block; width: 50%; max-width: 1850px; margin: 0 auto; }

em { font-style: italic; }

a { color: #222; text-decoration: none; border-bottom: 2px solid #222; text-decoration-color: #222; font-style: italic; }
a:hover { color: #222; border-bottom: 2px solid #cae3c6; }

h1 a, h2 a { color: #222; text-decoration: none; text-shadow: 1px 1px 0 #ddf1da, -1px 1px 0 #ddf1da, 3px 0 0 #ddf1da, -3px 0 0 #ddf1da; box-shadow: inset 0 -2px 0 0 #ddf1da, inset 0 -5px 0 0 #222; }
h1 a:hover, h2 a:hover { box-shadow: inset 0 -2px 0 0 #ddf1da, inset 0 -5px 0 0 #cae3c6; }

nav li { margin-right: 1.2em; }
nav li.active a { color: #cae3c6; text-decoration-color: #cae3c6; }

p, pre, table, figure { margin-bottom: 1.65em; }

h1, h2, h3, h4, h5, h6 { display: inline-block; font-size: 1.6em; font-family: "plotturaoutbook", sans-serif; margin-bottom: 0.825em; line-height: 1.485em; border-bottom: 2px solid #222; clear: both; margin-right: 50%; }

h1 { padding-top: 3.3em; }

h2 { padding-top: 3.3em; }

h3 { font-size: 1.2em; padding-top: 1.65em; }

img { margin-bottom: 3.3em; }

figure { margin-bottom: 4.95em; }
figure img, figure video { width: 100%; height: auto; margin-bottom: 0; }
figure figcaption { margin-top: 1.2375em; }
figure figcaption p { margin-bottom: 0; }

input, textarea { color: #222; font-family: "plotturaoutbook", sans-serif !important; font-size: 20px; line-height: 1.65em; font-weight: 400; max-width: 100%; }

input[type=text], textarea { padding: 0.25em 0.25em; margin-top: 0.25em; vertical-align: middle; outline: 2px solid #222; border-radius: 4px; border: 0; background-color: #ddf1da; }
input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus { outline: 2px solid #cae3c6; }

input[type=submit] { background-color: #ddf1da; cursor: pointer; border-radius: 4px; border: 2px solid #222; padding: 0.25em 1em; }
input[type=submit]:hover { background-color: #cae3c6; }
input[type=submit]:active, input[type=submit]:focus { border: 2px solid #cae3c6; }

input[type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0.25em solid #222; border-radius: 1em; padding: 0.5em; vertical-align: middle; margin-top: -0.25em; margin-right: 0.5em; cursor: pointer; }
input[type=radio]:hover, input[type=radio]:active { border: 0.25em solid #cae3c6; }
input[type=radio]:checked { background-color: #222; }

label { cursor: pointer; margin-right: 0.25em; margin-top: -0.25em; vertical-align: middle; }

input.names { margin: 0.5em 0; }

.zoomable { transition: transform 3s ease-in-out; }
.zoomable:hover { transform: scale(10) rotate(1800deg); }

/* FLUID Tiny */
@media (max-width: 700px) { body { font-size: 20px; }
  #wrapper { width: 80%; } }

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