html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
}

.no-transition,
.no-transition * {
  transition: none !important;
}

a {
  -webkit-tap-highlight-color: transparent;
}

a:link {
  color: #9da45d;
  text-decoration: none;
}

a:visited {
  color: #9da45d;
  text-decoration: none;
}

a:hover {
  color: #a2bc43;
  color: #9da45d;
  text-decoration: underline;
}

a:active {
  color: #a2bc43;
  color: #9da45d;
  text-decoration: none;
}

p {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.6em;
  margin: 0 0 10px 0;
  max-width: 900px;
  width: 100%;
}

ul {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  margin: 0 0 20px 60px;
  color: #6ba5f2;
}

ul li span {
  color: #000;
}

.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

h1 {
  font-family: "Roboto Mono", monospace;
  font-size: 5.2em;
  font-weight: 100;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 20px 0;
  max-width: 900px;
  display: inline-block;
}

h2 {
  font-family: "Roboto Mono", monospace;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  color: #000;
  margin: 0 0 0 0;
  max-width: 900px;
  display: inline-block;
  text-align: center;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.7em;
  line-height: 1.2em;
  font-weight: 100;
  color: #000;
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 900px;
  display: inline-block;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 100;
  color: #000;
  margin: 20px 0 10px 0;
  width: 100%;
  max-width: 900px;
  display: inline-block;
}

.mb20 {
  margin-bottom: 20px;
}

#tz-site-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  /*
  background-color: rgba(40, 54, 64, 0.9);
  */
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
}

#tz-site-nav a {
  margin-right: 30px;
  float: left;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  color: #fff;
  font-weight: 300;
}

#tz-site-nav a#tz-nav-about-pengo {
  display: none;
}

#pengo {
  background: rgb(161, 196, 253);
  background: linear-gradient(
    0deg,
    rgba(161, 196, 253, 1) 0%,
    rgba(194, 233, 251, 1) 100%
  );
}

#tz-about-pengo {
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 0 0;
  padding: 0;
}

#pengo img {
  width: 35%;
  max-width: 270px;
  display: inline-block;
}

.tz-card {
  display: flex;
  min-height: 100vh;
  grid-column: 1;
  grid-row: 1;
  justify-content: center;
  align-items: center;
  scroll-margin-top: 45px;
}

.tz-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*padding: 8%;*/
  width: 100%;
}

#tz-logo {
  background: rgb(161, 196, 253);
  background: linear-gradient(
    0deg,
    rgba(161, 196, 253, 1) 0%,
    rgba(194, 233, 251, 1) 100%
  );
  grid-column: 1;
  grid-row: 1;
  padding: 0;
  margin: 0;
}

.strike {
  text-decoration: line-through;
}

#features {
  width: 100%;
  padding: 5%;
}

#contact {
  width: 100%;
  background-color: #eaeff2;
  padding: 5%;
}

#tz-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tz-contact-wrapper {
  width: 650px;
  padding: 20px 0 20px 0;
}

#tz-contact input[name="name"] {
  margin-bottom: 15px;
}

#tz-contact textarea {
  width: 100%;
  height: 154px;
  border: 1px solid #fff;
  border-style: solid;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
}

.tz-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

#tz-contact label {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: left;
  display: block;
  letter-spacing: 1px;
}

#tz-contact input,
#tz-contact textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 5px 0 20px 0;
  padding: 10px;
  font-size: 1em;
  line-height: 1em;
  color: #000;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

#tz-contact textarea:focus,
#tz-contact input:focus {
  outline: none;
  border: 1px solid #6ba5f2;
  background-color: #fff;
}

#tz-contact input.invalid,
#tz-contact textarea.invalid {
  border-color: #ff0000;
  margin-bottom: 8px;
}

#tz-contact input {
  height: 48px;
}

#tz-contact textarea {
  height: 130px;
}

#tz-contact-submit {
  width: 188px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #262626;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.05s ease-out;
  background-color: #fff;
  display: block;
  margin: 0 0 20px 0;
}

#tz-contact-submit:hover {
  color: #fff;
  border: 1px solid #364559;
  font-weight: 400;
  background-color: #364559;
}

#tz-contact-submit.tz-contact-sending,
#tz-contact-submit.tz-contact-sending:hover {
  background-color: #fff;
  cursor: default;
}

#tz-contact-submit.tz-contact-sent,
#tz-contact-submit.tz-contact-sent:hover {
  background-color: #fff;
  cursor: default;
}

.tz-contact-input-error {
  font-size: 0.8em;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1px 5px 1px 5px;
  display: inline-block;
  color: red;
  margin: 0 0 10px 0;
}

.tz-contact-response {
  color: #000;
  padding: 18px;
  border-radius: 10px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-out;
}

.tz-contact-response-error {
  background-color: #ff9999;
  border: 1px solid #ff0000;
}

.tz-contact-response-success {
  background-color: #fff;
  border: 1px solid #d7aa47;
}

#about {
  width: 100%;
  background-color: #fff;
  padding: 5% 5% 15% 5%;
}

.tz-rotation-loader {
  width: 28px;
  height: 28px;
  border: 5px solid #fff;
  border-bottom-color: #6ba5f2;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotationLoader 1s linear infinite;
}

@keyframes rotationLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /*
  body {
    font-size: 10px;
  }
    */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

@media (max-width: 1300.98px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
  }

  h2 {
    padding: 0 0 40px 0;
  }

  #pengo img {
    width: 36%;
    max-width: 225px;
    margin-bottom: -10px;
  }

  #tz-site-nav a {
    font-size: 0.7em;
  }

  /*
  #contact {
    padding: 0;
  }
  */

  .tz-card-wrapper {
    padding: 2%;
  }
}

@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
  body {
    font-size: 13px;
  }
}
