body {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
/* Nav */

.hero-image {
  background-image: url("./images/webhero.jpg");
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 10px;
  width: 100%;
  height: 100vh;
}

/* Nav End */
.footer {
  background-color: #dae3f7;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #39485f;
  font-family: "Quicksand", sans-serif;
}

/* General Stuff */
p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(1rem, 1.2vw, 1.8rem);
  color: #39485f;
}
h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 6rem);
  color: #566cb6e7;
}
h2 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  font-size: clamp(1.4rem, 2.3vw, 4.5rem);
  color: #566cb6e7;
  transition: 2s ease;
}
h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: clamp(1.3rem, 1vw, 3.5rem);
  color: #566cb6e7;
  transition: 2s ease;
}

.hero-image h1,
h2 {
  color: #ffffff;
}
.about-box h2 {
  color: #6575a9;
}
.hci-box h2 {
  color: #6575a9;
}
.sites h2 {
  color: #ffffff;
}
.card-content h2 {
  color: #6575a9;
}
.design h2 {
  color: #799c9c;
}
a:link,
a:visited > p {
  color: #ffffff;
  text-decoration: none;
}
.contact {
  margin-top: 30px;
}
.contact i {
  padding-right: 12px;
}
.card-content i {
  padding-right: 12px;
}
.icons i {
  color: #ffffff;
}
.icons i:hover {
  color: #90baba;
  transform: scale(1.2);
}
i {
  color: #7eabd6d2;
  font-size: 30px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
i:hover {
  color: #7683ab;
  transform: scale(1.2);
}

img {
  border-radius: 12px;
  -webkit-transition: all 3s ease;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));
}
ul {
  list-style: none;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
/* General End */
/* Main Pages (Spacing, alignment, design) */
.hero-text {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.about-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  align-items: start;
  justify-content: center;
  gap: 15px;
  text-align: left;
  background-color: #dae3f7;
  padding: 50px;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));
}
.about-text {
  width: 50%;
  padding: 10px;
}
.about-image {
  width: 40%;
  padding: 10px;
  margin-top: 15px;
}
img {
  width: 100%;
}
.hci-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 60px;
}
.hci-text {
  margin-bottom: 20px;
  width: 70vw;
}
.hci-text p {
  margin-bottom: 40px;
}
.hci-box img {
  width: 600px;
}
.sites {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  background-color: #90baba;
  padding: 50px;
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));
}
.site-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 12px;
}
.card-content {
  width: 45%;
}
.design {
  text-align: center;
  padding: 20px 0px 40px 00px;
}
.design-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px;
}
.design-content {
  width: 500px;
}
/* Buttons */
.button {
  height: 60px;
  text-align: center;
  padding: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  background-color: #7eabd6d2;
  color: #ffffff;
  border-radius: 12px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}
.button:hover {
  background-color: #7683ab;
  color: #ffffff;
  transition: 1s ease;
}

/* Button End */

.card-content img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 3s ease;
}

.card-content img:hover {
  filter: grayscale(0%);
  filter: gray;
  -webkit-filter: grayscale(0%);
  filter: none;
  transition: 2s ease;
  transform: scale(1.05);
}

@media only screen and (max-width: 850px) {
  .hero-text {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
  .about-text {
    width: 100%;
    padding: 10px;
  }
  .about-image {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .card-content {
    width: 100%;
  }
}
