/* Stylesheet for lyli.fi by Felix Bade */
html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body {
  background-color: #95c374;
  color: #333;
  font-family: "Slabo 13px", Georgia, serif;
  font-size: 18px;
  margin: 0;
  word-wrap: break-word;
}
.banner {
  margin: 0;
  padding: 0;
  background-color: #ffcf3d;
}
.bannercontent {
  margin: 0 auto;
  padding: 1em 0;
  max-width: 40em;
}
.content {
  margin: 1em auto;
  padding: 1.5em 3em;
  max-width: 37em;
  border: 1px solid #79b34f;
  border-radius: 11px;
  background-color: #fbf5da;
}
form,
div {
  margin: 1em 0;
}
h1,
h2 {
  font-family: "Slabo 13px", Georgia, serif;
  font-weight: 500;
}
p,
li {
  font-size: 16px;
  line-height: 170%;
}
pre {
  white-space: pre-wrap;
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #bebab0;
  border-radius: 0.3em;
  background-color: #f2efeb;
}
a {
  color: #007ebd;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  margin-bottom: 2em;
  display: block;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.description,
footer,
footer > a {
  font-size: 14px;
  color: #78786d;
  line-height: 170%;
}
footer {
  text-align: center;
  margin-top: 2em;
}
div.notification {
  background-color: #ffe3a3;
  border: 1px solid #dec17d;
  border-radius: 11px;
  padding: 1.5em;
  margin-bottom: 2em;
}
div.notification h2 {
  font-family: "Slabo 13px", Georgia, serif;
  font-weight: normal;
  font-size: 23px;
  margin: 0 0 0.2em 0;
}
div.notification span {
  color: #6e6c5f;
}
div.notification span.notfound {
  color: #d84218;
}
div.notification a {
  color: #007ebd;
}
#newurl {
  font-size: 34px;
  line-height: 170%;
}
#removeurl {
  color: #d84218;
  font-size: 14px;
  margin-top: 10px;
}
#lyli-icon {
  height: 120px;
}
input[type=text],
input[type=url] {
  padding: 3px 7px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #333;
  font-family: "Slabo 13px", Georgia, serif;
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
}
input.big {
  border-radius: 6px;
  margin: 3px 0;
  padding: 9px 12px;
}
#name,
input.shorter {
  width: 200px;
  margin: 3px;
}
#name {
  max-width: calc(100% - 4em);
}
::-webkit-input-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::placeholder {
  color: #aaa;
}
label {
  font-size: 14px;
}
.error {
  font-size: 14px;
  color: #d61d00;
  line-height: 170%;
}
button {
  margin: 0.1em 0;
  width: 200px;
  height: 54px;
  border-radius: 7px;
  border: none;
  font-family: "Slabo 13px", Georgia, serif;
  font-size: 18px;
  color: #fff;
  background-color: #41a441;
}
button:hover {
/*background-color: saturate(darken(buttoncolor, 10), 15)*/
  background-color: #2e902e;
}
@media all and (max-width: 48em) {
  .bannercontent {
    padding: 1em;
  }
  .content {
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 0;
  }
}
@media all and (max-width: 30em) {
  .bannercontent {
    padding: 1em;
  }
  .content {
    padding: 1em;
  }
  footer {
    margin-top: 1em;
  }
  img {
    margin-bottom: 1.3em;
  }
  #lyli-icon {
    height: 90px;
  }
  button {
    width: 100%;
  }
  div.notification {
    padding: 1.2em 1em;
  }
}
@font-face {
  font-family: 'Slabo 13px';
  font-style: normal;
  font-weight: 400;
  src: local('Slabo 13px'), local('Slabo13px-Regular'), url("/Slabo13px-Regular.ttf") format('truetype');
}

