/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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: inherit;
	vertical-align: baseline;
}
strong {
  font-weight: 700;
}

strong.medium {
  font-weight: 500;
}

em {
  font-family: var(--font-family-header);
  font-style: italic;
  font-weight: 100;
}

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

html {
  font-size: 80%; /* Now 10px = 1rem! */
}

body {
  font-size: 20px; /* px fallback */
  font-size: 1.5rem; /* default font-size for document */
  line-height: 1.5; /* a nice line-height */
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

p {
  margin: var(--spacing-medium) 0;
  line-height: 1.5;
}

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

input {
  border: 0
}

.mdi-icon {
  color: inherit !important;
  fill: currentColor !important;
}

:root {
  --transparent:transparent;

  --spacing-none: 0;
  --spacing-extra-small: 5px;
  --spacing-small: 10px;
  --spacing-medium: 15px;
  --spacing-large: 20px;
  --spacing-extra-large: 30px;
  --spacing-extra-extra-large: 50px;
  --spacing-extra-extra-extra-large: 100px;
  --font-family-header: 'Barlow Condensed';
  --font-family-body: 'Yrsa';
  --font-family-special: 'Barlow Condensed';
}

.bp3-divider {
	margin: 0px;
}

.bp3-navbar-group {
	display: flex;
	align-items: center;
}

.bp3-switch {
  margin-top: 10px;
}

strong {
  font-weight: 700;
}

.react-slidedown.slide-down {
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}