menu,
nav,
section,
summary {
    display: block
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    box-sizing: border-box;
    cursor: default;
    line-height: 1.5;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1, h2 {
    font-size: 1.2em;
    margin: .67em 0;
    color: #444;
}

h1 {
  font-family: 'Playfair Display', serif;
  margin: 40px 0 30px;
  font-size: 3rem;
  color: #333;
}

h2 {
  font-weight: 700;
  margin-bottom: 0.4em;
  
}


hr {
    height: 0;
    overflow: visible
}

nav ol,
nav ul {
    list-style: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

progress {
    vertical-align: baseline
}

small {
    font-size: 83.3333%
}

sub,
sup {
    font-size: 83.3333%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

::-moz-selection {
    background-color: transparent;
    color: #dcdcdc;
    text-shadow: none
}

::selection {
    background-color: transparent;
    color: #dcdcdc;
    text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

img {
    border-style: none
}

svg {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    border-bottom: 2px solid #ccc; 
    padding-bottom: 3px;
}

a:hover {
    outline-width: 0
}

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
    font-size: 1em;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    padding: 0
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden][aria-hidden=false] {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden=false]:focus {
    clip: auto
}


.default {
    background-color: #101010;
    color: #dcdcdc;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid #dcdcdc
}

:root {
    background-color: #FFF
}

::-webkit-scrollbar {
    display: none
}

*,
body,
html {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Roboto Slab', serif;
    color: #999;
}

body,
html {
    font-size: calc(8px + (20 - 8)*(100vw - 375px)/ (1920 - 375));
    width: 100vw;
    height: 100vh;
    position: fixed
}

.page--container {
    height: 100%;
    display: block;
    position: relative
    margin: 8% auto;
    padding-right: 8%;
    padding-left: 8%;
}



p {
    font-size: 1.2rem;
    max-width: 1080px;
    line-height: 3rem;
}

img.oncanvas,
p.oncanvas,
ul.oncanvas {
    opacity: .1!important
}


.hover {
    transition: .725s ease opacity
}

li.hover {
    opacity: .6
}

li.hover.hovered {
    opacity: .08
}

.hovered {
    opacity: .08
}


@-webkit-keyframes spaceshake {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    75% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spaceshake {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    25% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    75% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}





@media only screen and (max-width:768px) {
    *,
    body,
    html {
        cursor: default
    }
    
    h2 {
      font-size: 1.8rem;
    }

    p {
        font-size: 1.8rem;
        max-width: 80%;
    }

}

@media only screen and (min-width:1600px) {
    p {
        max-width: 1280px
    }
}