#layeredSvgTutorial b {
  color: black; }

#home h5, #done h5, #download h5, #cancel h5, #layeredSvgTutorial h5 {
  padding: 50px 0 10px;
  font-size: 1.5em; }

#home input, #home button, #home textarea, #done input, #done button, #done textarea, #download input, #download button, #download textarea, #cancel input, #cancel button, #cancel textarea, #layeredSvgTutorial input, #layeredSvgTutorial button, #layeredSvgTutorial textarea {
  font-size: 1em;
  margin: 10px 0;
  border-radius: 10px;
  max-width: 90%; }

#home input, #done input, #download input, #cancel input, #layeredSvgTutorial input {
  width: 600px;
  border: 1px solid #00d4aa;
  padding: 10px; }

#home textarea, #done textarea, #download textarea, #cancel textarea, #layeredSvgTutorial textarea {
  width: 600px;
  height: 400px;
  border: 1px solid #00d4aa;
  padding: 10px; }

#home button, #done button, #download button, #cancel button, #layeredSvgTutorial button {
  border: none;
  background: #00d4aa;
  font-weight: bold;
  padding: 10px 20px;
  box-shadow: none; }

#home input:disabled, #done input:disabled, #download input:disabled, #cancel input:disabled, #layeredSvgTutorial input:disabled {
  opacity: 0.3; }

#home button:disabled, #done button:disabled, #download button:disabled, #cancel button:disabled, #layeredSvgTutorial button:disabled {
  opacity: 0.3; }

#home .one-second, #done .one-second, #download .one-second, #cancel .one-second, #layeredSvgTutorial .one-second {
  display: inline-block;
  width: 49%;
  min-width: 400px;
  padding: 25px 50px 50px 0;
  vertical-align: top;
  text-align: left; }
  #home .one-second h3, #done .one-second h3, #download .one-second h3, #cancel .one-second h3, #layeredSvgTutorial .one-second h3 {
    padding: 15px 0; }
  #home .one-second img, #done .one-second img, #download .one-second img, #cancel .one-second img, #layeredSvgTutorial .one-second img {
    padding: 5px inherit;
    max-width: 100%; }

#home .one-third, #done .one-third, #download .one-third, #cancel .one-third, #layeredSvgTutorial .one-third {
  display: inline-block;
  width: 33%;
  min-width: 240px;
  padding: 25px 2% 50px;
  vertical-align: top;
  text-align: left; }
  #home .one-third h3, #done .one-third h3, #download .one-third h3, #cancel .one-third h3, #layeredSvgTutorial .one-third h3 {
    padding: 15px 0; }
  #home .one-third div, #done .one-third div, #download .one-third div, #cancel .one-third div, #layeredSvgTutorial .one-third div {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    padding: 20px 30px 30px 30px;
    border: 4px solid #fff;
    border-radius: 10px; }
  #home .one-third p, #done .one-third p, #download .one-third p, #cancel .one-third p, #layeredSvgTutorial .one-third p {
    font-size: 20px; }
  #home .one-third img, #done .one-third img, #download .one-third img, #cancel .one-third img, #layeredSvgTutorial .one-third img {
    padding: 5px inherit;
    max-width: 100%; }

@media (max-width: 1280px) {
  #home .one-third, #done .one-third, #download .one-third, #cancel .one-third, #layeredSvgTutorial .one-third {
    width: 49%;
    padding: 25px 2% 50px; }
    #home .one-third h3, #done .one-third h3, #download .one-third h3, #cancel .one-third h3, #layeredSvgTutorial .one-third h3 {
      font-size: 27px; } }

@media (max-width: 800px) {
  #home .one-third, #done .one-third, #download .one-third, #cancel .one-third, #layeredSvgTutorial .one-third {
    width: 100%;
    padding: 25px 2% 50px; } }

#home ul.home-menu, #done ul.home-menu, #download ul.home-menu, #cancel ul.home-menu, #layeredSvgTutorial ul.home-menu {
  list-style: none;
  float: right;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: bold; }
  #home ul.home-menu li, #done ul.home-menu li, #download ul.home-menu li, #cancel ul.home-menu li, #layeredSvgTutorial ul.home-menu li {
    display: inline-block; }

#home .notice, #done .notice, #download .notice, #cancel .notice, #layeredSvgTutorial .notice {
  font-size: 0.875em;
  color: orange; }
.editor-fixed {
  padding: 30px;
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .editor-fixed button:disabled {
    opacity: 0.5; }
  .editor-fixed input:invalid {
    box-shadow: none;
    color: red; }
  .editor-fixed h3 {
    padding-top: 5px;
    font-size: 26px; }
  .editor-fixed h5 {
    padding-top: 0; }
  .editor-fixed .editor-form {
    display: inline-block;
    width: 20%;
    height: 90%;
    padding-right: 10px;
    vertical-align: top;
    overflow-y: auto; }
  .editor-fixed .editor-view {
    display: inline-block;
    width: 80%;
    height: 90%;
    border: 1px solid #eee;
    vertical-align: top; }
  .editor-fixed .editor-message {
    float: right;
    vertical-align: middle;
    line-height: 45px; }
  .editor-fixed .editor-buttons {
    float: right; }
    .editor-fixed .editor-buttons button {
      margin-right: 0;
      margin-left: 20px; }
  .editor-fixed .editor-form-field input, .editor-fixed .editor-form-field select {
    width: 90%;
    max-width: 90%;
    margin-bottom: 5px; }
  .editor-fixed .editor-form-small-description {
    font-size: 0.75em;
    line-height: 1em;
    padding: 0;
    max-width: 90%;
    margin: 2px 0 5px 0; }
  .editor-fixed .editor-form-small-legend {
    margin-bottom: 20px; }
  .editor-fixed .loading-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: white;
    padding: 20%;
    font-size: 32px;
    color: gray;
    opacity: 0.7; }
/* RESET */
* {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  color: #444;
  text-decoration: none;
  box-sizing: border-box; }

/* COMMONS */
body {
  background: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed; }

h3 {
  padding: 10px 0;
  font-size: 32px; }

h5 {
  padding: 5px 0;
  font-size: 16px; }

input, select {
  max-width: 70%;
  font-size: 14px; }

input[type=text], input[type=email], input[type=password], textarea, select {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px;
  background: white; }

hr {
  margin: 0 10%;
  height: 2px;
  border: none;
  background: #eee; }

p {
  font-size: 1.125em;
  padding-top: 5px;
  line-height: 1.5em; }

button {
  font-size: 20px;
  padding: 8px 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #5af;
  border: 2px solid white;
  border-radius: 10px;
  color: white !important;
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.5); }

button.more-important {
  background: #fa5; }

button.disabled {
  background: #eee; }

a {
  color: #00d4aa; }

a:hover {
  text-decoration: underline; }

a.button {
  font-size: 20px;
  padding: 8px 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #5af;
  border: 2px solid white;
  border-radius: 10px;
  color: white !important;
  box-shadow: 0 1px 2px rgba(128, 128, 128, 0.5); }

a.button.more-important {
  background: #fa5; }

ul {
  text-align: left; }
  ul li {
    padding: 5px 0;
    font-size: 1.125em; }

/* HEADER */
.logo {
  padding: 40px 12.5% 0;
  font-size: 0;
  color: #000; }

.logo .small {
  font-size: 10px;
  color: #000; }

.header-menu {
  padding: 10px 12.5%;
  border-bottom: 1px solid #ccc;
  background: #fff; }

.header ul.your-menu {
  float: right; }

.header ul.main-menu li {
  display: inline-block;
  padding-right: 20px; }

.header ul.your-menu li {
  display: inline-block;
  padding-left: 20px; }

.header a {
  color: #777; }

.header a:hover {
  color: #333; }

/* PAGE */
.page li {
  margin-left: 30px; }

.article-block {
  padding: 30px 12.5% 50px;
  min-height: 150px; }

.article-block-grey {
  background: #555; }

.article-block-grey * {
  color: #fff; }

.article-block-grey h3 {
  color: #fff; }

.article-block-light {
  background: #eee; }

.article-block-light * {
  color: #555; }

.article-block-light h3 {
  color: #555; }

.article-block-black {
  background: #000; }

.article-block-black * {
  color: #fff; }

.article-block-black h3 {
  color: #fff; }

.article-block-white {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #00d4aa; }
  .article-block-white h3 {
    color: #00d4aa; }
  .article-block-white p > a {
    color: #00d4aa;
    font-weight: bold; }

.article-block-green {
  background: #00d4aa;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff; }
  .article-block-green h3, .article-block-green p, .article-block-green li {
    color: #fff;
    font-weight: bold; }
  .article-block-green a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline; }

.article-block-image {
  padding-top: 150px;
  padding-bottom: 150px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3) inset, 0 -10px 15px rgba(0, 0, 0, 0.3) inset;
  border-top: 4px solid #00d4aa;
  border-bottom: 4px solid #00d4aa;
  height: 80vh; }
  .article-block-image h3 {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
  .article-block-image p {
    color: #fff;
    max-width: 450px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; }
  .article-block-image * {
    text-shadow: 0 4px 25px #000;
    color: #fff; }

.article-block-image-small {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3) inset, 0 -10px 15px rgba(0, 0, 0, 0.3) inset;
  border-top: 4px solid #00d4aa;
  border-bottom: 4px solid #00d4aa; }
  .article-block-image-small h3 {
    color: #fff;
    font-size: 32px;
    display: inline-block;
    padding: 15px; }
  .article-block-image-small p {
    color: #fff;
    max-width: 450px;
    font-size: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: bold; }
  .article-block-image-small * {
    color: #fff; }

/* FOOTER */
.footer {
  padding: 50px 12.5%;
  background: #333; }

.footer * {
  color: #bbb; }

.footer p {
  font-size: 0.875em; }

.footer .bigger {
  font-size: 1.125em; }

/* TOOLS */
.hl-area {
  background: #fff;
  margin: 20px 0;
  padding: 15px;
  max-width: 300px;
  border-radius: 15px;
  border: 2px solid #eee; }

.hl-area * {
  color: #444; }

.empty-line {
  height: 50px; }

.empty-line-wide {
  height: 100px; }

.checkbox-legend {
  font-size: 12px; }

.line-black {
  background: #000;
  height: 4px; }

.input-container {
  padding-bottom: 3px; }

.icon-15px {
  padding-right: 10px; }
  .icon-15px img {
    width: 15px;
    height: 15px; }

.code {
  padding: 10px;
  background: #555;
  color: #eee;
  border: 4px solid #00b4ff;
  border-radius: 10px;
  font: 18px monospace; }
