html {
  scroll-behavior: smooth;
}

p {
  color: rgb(255, 255, 255);
  font-size: 18px;
}

h3 {
  color: rgb(255, 255, 255);
}

.dimmed-p {
  color: rgb(199, 199, 199);
}

.dlazby-img {
  width: 100%;
  border-radius: 2%;
}

.big-text {
  font-size: 70px;
  font-weight: 600;
}

span {
  color: #9370DB;
  font-weight: 800;
}

.mg-top-5 {
  margin-bottom: 5vh;
}

.mg-btm-4 {
  margin-bottom: 4vh;
}

.gray {
  background-color: rgb(25, 25, 25);
}

main {
  /* Sluzby Icons */
  /* mailer */
}
main .container {
  margin-top: 10vh;
}
main h1 {
  color: white;
}
main .row {
  margin-bottom: 4vh;
}
main .project-container {
  flex-direction: column;
  border-style: solid;
  border-color: rgb(55, 55, 55);
  border-radius: 20px;
  border-width: 1px;
  align-items: center;
  padding: 1vw;
  transition: 0.3s;
  background-color: black;
}
main .project-container:hover {
  box-shadow: 0px 0px 20px rgb(99, 99, 99);
  height: 101%;
  width: 101%;
}
main .sluzby-container {
  justify-content: space-between;
}
main .sluzby-item {
  border: solid white;
  border-width: 2px;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 2vh;
  padding-bottom: 2vh;
}
main .icon {
  height: 70px;
}
main .form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
main input {
  width: 100%;
  border: none;
  border-radius: 0.5vh;
  text-align: center;
}
main #email {
  height: 4vh;
}
main #message {
  height: 7vh;
}
main #form-submit {
  width: 100px;
  height: 4vh;
  color: white;
  background-color: #9370DB;
  border: none;
  border-radius: 0.5vh;
}
main #form-submit:hover {
  background-color: rgb(0, 0, 0);
}
main #form-submit:active,
main #form-submit:focus {
  background-color: rgb(0, 0, 0);
  outline: none;
  box-shadow: none;
}

footer p {
  font-size: 12px;
  margin: 5px;
}
footer h3 {
  color: rgb(255, 255, 255);
}

body {
  height: 3000px;
  background-color: black;
}

@media (max-width: 767px) {
  p {
    color: rgb(255, 255, 255);
    font-size: 18px;
  }
  h3 {
    color: rgb(255, 255, 255);
  }
  .dimmed-p {
    color: rgb(199, 199, 199);
  }
  .dlazby-img {
    width: 100%;
    border-radius: 2%;
  }
  .big-text {
    font-size: 60px;
    font-weight: 600;
  }
  span {
    color: #9370DB;
    font-weight: 800;
  }
  .mg-top-5 {
    margin-bottom: 5vh;
  }
  .mg-btm-4 {
    margin-bottom: 4vh;
  }
  .gray {
    background-color: rgb(25, 25, 25);
  }
  main {
    /* Sluzby Icons */
    /* mailer */
  }
  main .container {
    margin-top: 10vh;
  }
  main h1 {
    color: white;
  }
  main .row {
    margin-bottom: 4vh;
  }
  main .project-container {
    flex-direction: column;
    border-style: solid;
    border-color: rgb(55, 55, 55);
    border-radius: 20px;
    border-width: 1px;
    align-items: center;
    padding: 1vw;
    transition: 0.3s;
    background-color: black;
  }
  main .project-container:hover {
    box-shadow: 0px 0px 20px rgb(99, 99, 99);
    height: 101%;
    width: 101%;
  }
  main .sluzby-item {
    border: solid white;
    border-width: 2px;
    border-radius: 8px;
    flex-direction: column;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  main .icon {
    height: 70px;
  }
  main .form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
  }
  main input {
    width: 100%;
    border: none;
    border-radius: 0.5vh;
    text-align: center;
  }
  main #email {
    height: 4vh;
  }
  main #message {
    height: 7vh;
  }
  main #form-submit {
    width: 100px;
    height: 4vh;
    color: white;
    background-color: #9370DB;
    border: none;
    border-radius: 0.5vh;
  }
  main #form-submit:hover {
    background-color: rgb(0, 0, 0);
  }
  main #form-submit:active,
  main #form-submit:focus {
    background-color: rgb(0, 0, 0);
    outline: none;
    box-shadow: none;
  }
  footer p {
    font-size: 12px;
    margin: 5px;
    text-align: center;
  }
  footer h3 {
    color: rgb(255, 255, 255);
  }
  body {
    height: 3000px;
    background-color: black;
  }
}

/*# sourceMappingURL=style.css.map */
