:root {
font-size: 16px;
}
body {
height: 100vh;
padding: 15px 0;
}
@media (min-width: 768px) {
body {
padding: 30px 15px;
}
}
@media (min-width: 768px) {
body.home, body.page-id-45 {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
justify-content: space-between;
}
}
body, p {
font-family: 'Roboto Mono', monospace;
font-size: 10px;
font-weight: 400;
line-height: 1.6;
color: #000;
letter-spacing: 0.3px;
}
@media (min-width: 340px) {
body, p {
font-size: 11.5px;
}
}
@media (min-width: 450px) {
body, p {
font-size: 13px;
}
}
@media (min-width: 768px) {
body, p {
font-size: 15px;
}
}
h1, h2, h3, h4, h5, h6, li {
margin: 0 0 20px;
font-family: 'Helvetica Neue LT Pro', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
letter-spacing: -0.5px;
font-weight: 700;
color: #000;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
text-transform: uppercase;
line-height: 1;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
h1 {
font-size: 0.925rem;
}
@media (min-width: 450px) {
h1 {
font-size: 1rem;
}
}
@media (min-width: 768px) {
h1 {
font-size: 1.25rem;
}
}
a {
color: #000;
outline: 0;
text-decoration: none;
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s;
}
body.links a, body.page-id-29 a, body.page-id-45 a {
text-decoration: underline;
}
a:hover, a:focus {
color: #000;
}
.light h1 {
color: #fff;
}
.light h2 {
color: #fff;
}
.light h3 {
color: #fff;
}
.light h4 {
color: #fff;
}
.light p {
color: #fff;
}
ol, ul {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
} img {
max-width: 100%;
overflow: hidden;
}
input {
transition: 0.3s all ease-in-out;
border: 1px solid #ededed !important;
}
input:focus {
outline: none !important;
border: 1px solid #000 !important;
transition: 0.3s all ease-in-out;
}
a, :hover, :focus {
transition: 0.3s all ease-in-out;
}
p:last-child {
margin-bottom: 0;
} #header {
margin-bottom: 10vh;
position: relative;
z-index: 10;
}
@media (min-width: 768px) {
#header {
margin-bottom: 15vh;
}
}
#header ul {
list-style: none;
}
#header ul li {
font-size: 0.925rem;
margin-bottom: 0;
display: inline-block;
line-height: 1;
margin-left: 0;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
@media (min-width: 450px) {
#header ul li {
font-size: 1rem;
}
}
@media (min-width: 768px) {
#header ul li {
font-size: 1.25rem;
}
}
#header ul li a {
text-decoration: none;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#header ul li:last-child {
margin-left: 15px;
}
#header .header_actions {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
@media (min-width: 768px) {
#header .header_actions {
justify-content: flex-end;
}
}
#header .header_actions svg {
margin: 0 3px 0 20px;
width: 20px;
}
@media (min-width: 450px) {
#header .header_actions svg {
margin: 3px 3px 3px 20px;
}
}
#header .refresh, #header #refresh {
cursor: pointer;
}
@media (max-width: 768px) {
#header .refresh, #header #refresh {
position: fixed;
top: 15px;
right: 15px;
}
}
@media (max-width: 768px) {
#header h1 {
margin-right: 40px;
}
}
#header h1 a {
text-decoration: none;
}
#header #clear {
cursor: pointer;
}
@media (min-width: 768px) {
.page-id-29 #header {
margin-bottom: 39vh;
}
} #red {
background-color: #f73d0d;
}
#blue {
background-color: #004dbd;
}
#green {
background-color: #2a8740;
}
#pink {
background-color: #eb70c0;
}
#pink-red {
background-color: #ff4534;
}
#navy {
background-color: #3573a6;
}
#brown {
background-color: #2d2d2d;
}
#yellow {
background-color: #2d2d2d;
}
#cream {
background-color: #515151;
}
#cream-yellow {
background-color: #e3ec2d;
}
#cream-yellow #page-content, #cream-yellow #page-content p, #cream-yellow #page-content a {
color: #010100;
}
#cream-pink {
background-color: #ffb8ce;
}
#cream-pink #page-content, #cream-pink #page-content p, #cream-pink #page-content a {
color: #ad243b;
}
#grey {
background-color: #76aace;
}
#lime {
background-color: #2a8740;
}
.box {
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#canvas {
position: absolute;
z-index: 2;
display: block;
}
#page-content {
margin-bottom: 15px;
}
#page-content p, #page-content a {
color: #fff;
} .error-404 {
text-align: center;
max-width: 600px;
margin: 0 auto;
background: #fff;
padding: 30px;
}
.error-404 h1 {
font-size: 7rem;
line-height: 5rem;
letter-spacing: 7px;
margin-bottom: 30px;
}
.error-404 h2 {
margin-bottom: 0;
font-size: 1.75rem;
}