/* pacifico-regular - latin */

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #2e282a;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  background-color: #09bc8a;
  height: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

header {
  background: #0ca4a5;
  color: #fafaff;
  padding-top: 30px;
  min-height: 70px;
  border-bottom: #e3655b 4px solid;
}

a {
  color: #125051;
}

a:hover {
  color: #fafaff;
}

header a {
  color: #fafaff;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}

header li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header #logo {
  float: left;
}

header #logo h1 {
  margin: 0;
  font-size: 60px;
}

header nav {
  float: right;
  margin-top: 30px;
}

header .highlight {
  color: #E57369;
}

header .current a {
  color: #E57369;
}

header a:hover {
  color: #D8D8D9;
}

.list li>div {
  font-size: 20px;
}

.list li {
  columns: 2;
  border-top: 4px dashed #0CA4A5;
  padding-bottom: 15px;
}

.list-desc {
  width: 100%;
  font-size: 24px;
  color: #2e282a;
  padding-bottom: 7%;
}

.list li:hover .list-name {
  color: #CF5C53;
}

.list li .list-name>i {
  color: #D36A62;
  padding: 10px;
}

.list li:hover .list-name .fa-file-o {
  color: #2E282A;
}

.list-desc-ico {
  padding: 3px;
  padding-bottom: 30px;
}

.list li:hover .fa-bolt {
  color: #FFBF00;
}

.list-details {
  padding-top: 3px;
  width: 100%;
  float: right;
  break-inside: avoid-column;
  position: relative;
}

.c-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 20px;
  border-top: 4px dashed #0CA4A5;
}

.list-name {
  text-decoration: none;
  font-weight: bold;
  float: left;
  font-size: 30px;
  padding-right: 0;
  color: #2e282a;
}

.list-name-link {
  padding-top: 2%;
}

.c-grid .list-desc {
  font-size: 24px;
  color: #2e282a;
}

.c-grid .list-details .fa {
  font-size: 60px;
}

.c-grid .list-details .bigger {
  position: absolute;
  bottom: 0;
  font-size: 80px;
}

.c-grid:hover .list-name {
  color: #CF5C53;
}

.c-grid .fa-star {
  padding-left: 7px;
  color: #CF5C53;
}

.c-grid:hover .fa-star {
  color: #FFBF00;
}

#humans {
  text-decoration: none;
  color: #2e282a;
}

#humans:hover {
  text-decoration: underline;
}

#showcase {
  background-image: url("../images/me.jpg");
  background-size: cover;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

#showcase h1 {
  margin-top: 130px;
  font-size: 120px;
  margin-bottom: 20px;
  text-align: center;
  color: #fafaff;
}

#alt-name {
  visibility: hidden;
}

#info {
  font-size: 30px;
  text-align: center;
}

#info a {
  text-decoration: none;
  font-weight: lighter;
}

#info li:hover {
  font-weight: bold;
  color: #fba430;
}

#info li {
  color: #044f8b;
  padding: 10px;
  outline: 2px #fba430 double;
}

.smaller {
  font-size: 18px;
}

.txtcontent {
  font-size: 24px;
}

.censored {
  color: black;
  background-color: black;
}

.title {
  font-size: 40px;
  color: #2e282a;
  font-weight: bold;
}

.start {
  text-align: center;
}

.back-link {
  font-size: 24px;
}

footer {
  text-align: center;
  font-size: 24px;
}

#inline-icon {
  line-height: 2em;
}

.fa {
  color: #125051;
  padding-right: 5px;
}

.fa:hover {
  color: white;
}

.error {
  color: red !important;
  font-weight: bold;
}

.error p {
  font-size: 30px;
}

.about-img {
  height: 300px;
}

/*.register {
  width: 50%;
  float: right;
}*/

.field {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  background-color: #125051;
  color: white;
}

.field:hover {
  background-color: #075b5c;
}

button.field:hover {
  background-color: #e3655b;
  color: black;
}

.color-field {
  height: 40px;
}

/*.login {
  width: 50%;
  float: left;
}*/

input.error {
  border-bottom: #e3655b 4px solid;
}

.form-result {
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: green;
}

.live-preview-input {
  float: left;
  width: 40%;
}

.live-preview-output {
  width: 700px;
  height: 320px;
  float: right;
  overflow-y: hidden;
  overflow-x: hidden;
}

.live-preview-output iframe {
  overflow-y: hidden;
  overflow-x: hidden;
}

.game {
  width: 80%;
  height: 800px;
  display: block;
  margin: 0 auto;
}

.play-button {
  height: 50px;
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

h3 {
  font-size: 35px;
  text-decoration: underline;
}

h4 {
  font-size: 30px;
}

.emph {
  font-weight: bold;
}

.tools-preview {
  display: block;
  padding-top: 10px;
  width: 50%;
}

/* First Change
*
*
*
**/
@media (min-width: 1920px){
  #showcase {
    min-height: 800px;
    background-position: 0 -600px
  }
}
@media (max-width: 1460px) {
  .live-preview-input {
    float: none;
    width: 100%;
  }
  .live-preview-output {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1320px) {
  #showcase {
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: 0 -200px;
  }
  #showcase h1 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 100px;
  }
  #alt-name {
    visibility: hidden;
    text-align: center;
    color: #D8D8D9;
  }
  header #logo, header nav, header nav li {
    float: none;
    text-align: center;
    width: 100%;
  }
  .c-grid .list-details .bigger {
    position: relative;
    font-size: 60px;
  }
}

@media (max-width: 970px) {
  nav>ul {
    display: grid;
    grid-template-columns: 30% 30% 30%;
  }
}

@media (max-width: 500px) {
  nav>ul {
    grid-template-columns: 45% 45%;
  }
  .c-grid .list-details .bigger {
    font-size: 45px;
  }

  .title {
    font-size: 32px;
  }
}

@media (max-width: 350px) {
  nav>ul {
    grid-template-columns: 90%;
  }
}

@media (max-width: 680px) {
  header li {
    display: block;
  }
  #showcase {
    min-height: 100px;
    background-position: 0px 0px;
    padding: 0px;
  }
  #showcase h1 {
    visibility: hidden;
    padding: 0px;
  }
  #alt-name {
    visibility: visible;
    text-align: center;
    color: #D8D8D9;
  }
  #about {
    font-size: 20px;
  }
  footer {
    width: 100%;
    text-align: center;
    font-size: 24px;
  }
  .c-grid .list-name {
    font-size: 18px;
  }
  .c-grid .list-desc {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  header #logo h1 {
    margin: 0;
    font-size: 40px;
  }
  #info {
    font-size: 18px;
  }
  #about {
    font-size: 16px;
  }
  .c-grid .list-name {
    font-size: 13px;
  }
  .c-grid .list-desc {
    font-size: 13px;
  }
}
