/* 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-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 {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

body {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5em; }

section {
  margin: 48px 0; }

h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
  margin: 24px 0; }

h1 {
  font-size: 36px;
  line-height: 36px; }

h2 {
  font-size: 12px;
  font-style: italic; }

ul {
  list-style-type: circle;
  padding-left: 1.5em; }

li {
  margin: 4px 0; }
  li svg {
    position: relative;
    top: 2px; }

a {
  color: #fff;
  text-decoration: none; }
  a:focus, a:hover {
    color: rgba(255, 255, 255, 0.5); }

.content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .content.background-1 {
    background-image: url("/images/1.jpg"); }
  .content.background-2 {
    background-image: url("/images/2.jpg"); }
  .content.background-3 {
    background-image: url("/images/3.jpg"); }
  .content.background-4 {
    background-image: url("/images/4.jpg"); }
  .content.background-5 {
    background-image: url("/images/5.jpg"); }

.upper-left-container {
  box-sizing: border-box;
  margin: 48px;
  padding: 24px;
  max-width: 480px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff; }

.fill-container {
  -ms-flex: 1;
      flex: 1; }

.bottom-right-container {
  box-sizing: border-box;
  margin: 48px;
  padding: 24px;
  max-width: 480px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  font-style: italic;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.links {
  display: block; }
