@import url(https://fonts.googleapis.com/css2?family=Fascinate+Inline&text=Slangko);
a, a:active, a:hover, a:visited {
  color: #16181a;
  font-weight: 300;
  text-decoration: underline;
  transition: color 2s linear;
}

a:active, a:hover {
  color: #454b51;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*
.thin { font-weight: $thin; }
.light { font-weight: $light; }
.reg { font-weight: $reg; }
.bold { font-weight: $bold; }
*/
.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.thirty-three {
  font-size: 33%;
}

.sixty-six {
  font-size: 66%;
}

.ninety-nine {
  font-size: 99%;
}

.h1 {
  font-size: 4rem;
}

.h2 {
  font-size: 3.6rem;
}

.h3 {
  font-size: 3rem;
}

.h4 {
  font-size: 2.4rem;
}

.h5 {
  font-size: 1.8rem;
}

.h6 {
  font-size: 1.5rem;
}

.m0 {
  margin: 0;
}

.ma {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.p0 {
  padding: 0;
}

.p1 {
  padding: 1rem;
}

.b1 {
  border: 1px solid #1D1D1D;
}

.b2 {
  border: 2px solid #1D1D1D;
}

.black-x {
  color: #2a2a2a;
}

.black-xx {
  color: #373737;
}

.black-xxx {
  color: #505050;
}

.white {
  color: #F5F5F5;
}

.white-x {
  color: #e8e8e8;
}

.white-xx {
  color: gainsboro;
}

.white-xxx {
  color: #c2c2c2;
}

.tree {
  margin: 0.5em;
  border: 0.3em solid black;
  border-radius: 10%;
  transition: border-radius 1s;
  background-clip: border-box;
}

.tree:hover {
  border-radius: 50%;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.title {
  font-family: "Fascinate Inline";
  margin: 0;
  padding: 0;
  color: #fd6010;
  font-size: 8em;
  width: 100%;
  opacity: 1;
  transition: color 1s linear, opacity 3s linear, margin-left 6s linear;
}

.title:hover {
  color: #F5F5F5;
  opacity: 0;
  margin-left: 10%;
}

body {
  font-family: helvetica;
  font-weight: 300;
  color: #16181a;
  background-color: antiquewhite;
  padding: 0;
  margin: 0;
}

address {
  padding: 0.5em;
}

a {
  color: black;
}

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