html,
body {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-family: "Mulish", sans-serif;
  color: #09325e;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

a {
  color: black;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #09325e;
  font-weight: 400;
  margin-top: 0px;
}

h1 {
  font-family: "Krona One", sans-serif;
  font-size: 48px;
  margin-bottom: 1rem;
}

h2 {
  font-family: "Mulish", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 45px;
  margin-bottom: 8px;
}

button {
  background-color: #1b7ff1;
  border-radius: 5rem;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  color: white;
  outline: none;
  border: none;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
}

input {
  outline: none;
  border: none;
  border-radius: 5rem;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  outline: none;
  border: none;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  width: 20rem;
}

main {
  padding-top: 8rem;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

/* Classes */
.about-website {
  margin-top: 2.1rem;
}

.bg-success {
  background-color: #fefffe;
}

.bg-error {
  background-color: #fffcfc;
}

.border-success {
  border: 1px solid #5cb85c;
}

.border-error {
  border: 1px solid #e2686b;
}

.center {
  text-align: center;
}

.col {
  width: 50%;
  padding: 1rem;
  height: 100%;
}

.form {
  background-color: #f2f8fe;
  max-width: 1096px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 4rem 0rem;
}

.hidden {
  display: none;
}

.icon-loader {
  width: 18px;
}

.lead {
  color: #627c98;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 3rem;
}

.powered-by {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  max-width: 14rem;
  padding: 0.5rem 1rem;
  background-color: white;
  border-radius: 72px;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 10px 32px 0px #09325e26;
  font-size: 16px;
}

.powered-by-gap {
  height: 100px;
}

.powered-by-small {
  margin: 0 auto 1rem;
  display: flex;
  max-width: 9rem;
  padding: 0.25rem 1rem 0.25rem 1.25rem;
  background-color: white;
  border-radius: 72px;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 10px 32px 0px #09325e26;
  font-size: 16px;
}

.row {
  display: flex;
  align-items: start;
}

.small {
  font-size: 14px;
}

.text-lg {
  font-size: 22px;
}

.text-success {
  color: #5cb85c;
}

.text-error {
  color: #e2686b;
}

.top-banner {
  position: absolute;
  z-index: -1;
  width: 100%;
  max-height: 35vh;
}

.w-constrained {
  max-width: 1328px;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

/* ID's */
#domain-status {
  margin-bottom: 0.5rem;
}

#checked-time {
  margin-bottom: 1rem;
}

#cta {
  font-size: 16px;
}

#result {
  padding: 2rem;
  max-width: 30rem;
  border-radius: 2rem;
  margin: 4rem auto 0px;
}

/* Breakpoints */

@media (max-width: 1500px) {
  .top-banner {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  input,
  button {
    font-size: 16px;
    padding: 0.35rem 1rem;
  }

  .form {
    padding: 2rem 0rem;
  }

  .row {
    display: block;
  }

  .col {
    width: calc(100% - 2rem);
  }

  #check {
    display: block;
    margin: 1rem auto 0rem;
  }

  h1 {
    font-size: 32px;
    margin-bottom: 0.5rem;
  }

  h2 {
    font-size: 28px;
  }

  .icon-loader {
    width: 12px;
  }

  .lead {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .lead.small {
    font-size: 12px;
  }

  #domain {
    max-width: 12rem;
  }

  .top-banner {
    height: 35vh;
    overflow: hidden;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 24px;
    margin-bottom: 0.25rem;
  }

  #domain {
    max-width: 8rem;
  }
}
