* {
  box-sizing: border-box;
}

html,
body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0;
  margin: 0;
  text-wrap: pretty;
}

input,
button {
  font-family: "basic-sans", sans-serif;
}

header {
  padding: 2em;
  width: 100%;
  box-sizing: border-box;
}

.logo {
  display: block;
  object-fit: contain;
  max-width: 24em;
  width: calc(100% - 280px);
  filter: brightness(0) invert(1);
  flex: 0 1 auto;
  object-position: left;
}

header .button {
  flex: 0 0 auto;
  display: block;
}

.tagline {
  font-weight: 600;
  color: white;
  /* background: #00b8ff; */
  width: 100%;
  /* background-image: linear-gradient(#2b0089 0%, #3a0ba3 20%);
  background-position: 0 100%; */
  padding: 0 1em;
  box-sizing: border-box;
  letter-spacing: 1px;
  /* text-align: center; */
  font-size: 2rem;
  text-align: left;
  display: flex;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.hero {
  background-image: url(./images/hero-crop.jpg);
  background-size: 100% 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5em;
}

.hero h1 {
  font-weight: 300;
}

.tagline .content,
header .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
}

header .content {
  flex-direction: row;
  justify-content: space-between;
  max-width: none;
  align-items: center;
  gap: 2em;
}

.tagline {
  max-width: 60rem;
}

h1 strong {
  text-shadow: 0 0 20px rgb(231 189 227);
}

header .button,
footer .button {
  background: white;
  color: #3a0ba3;
  font-size: 1.4em;
  transition: all ease-out 0.1s;
}

.tagline h1 {
  font-size: 2em;
  margin: 0;
}

.tagline p {
  font-size: 0.8em;
}

p,
li {
  font-size: 1em;
  font-weight: 300;
}
h1,
h2,
h3 {
  font-family: "Lato", sans-serif;
  margin: 0;
}

h2 {
  color: #40148f;
  font-size: 3em;
  font-weight: 300;
}

.button {
  display: block;
  color: white;
  background: linear-gradient(#9600ff, #3a0ba3);
  background-size: 100% 300%;
  border-radius: 2em;
  padding: 0.5em 1em 0.35em;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 1em;
  flex: 1;
  padding: 0;
  margin: 0;
  /* width: 70%; */
}
.list.horizontal {
  flex-direction: row;
  align-items: start;
}

.list li {
  /* background: #00b8ff;
  color: white; */
  padding: 1em;
  border-radius: 0.8em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5em;
  font-size: 1em;
}

.list li p {
  margin: 0;
  font-size: 1.6em;
}

.list li p strong {
  font-size: 1.2em;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.row {
  display: flex;
  gap: 1em;
}

.content {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 2rem;
}

nav {
  display: none;
}
nav .content {
  display: flex;
  gap: 1em;
}

nav a {
  text-decoration: none;
  font-size: 1.2em;
  color: #3a0ba3;
}

#contact {
  background-image: url(./images/hero-crop.jpg);
  background-size: cover;
  /* background-position: c; */
  color: white;
  text-align: center;
  width: 100%;
  padding: 4rem 0.25rem;
  box-sizing: border-box;
}

#contact .button {
  display: inline-block;
}

#contact h2 {
  color: white;
}

section {
  width: 100%;
}

#about {
  padding: 3rem 0;
  box-sizing: border-box;
}

#about .content {
  gap: 3rem;
  align-items: flex-end;
}

#what-we-do p strong {
  color: #7218bc;
}

.first {
  font-weight: bold;
  font-size: 1.4em;
}

.kate {
  display: block;
  max-width: 30rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#how-we-work {
  background: #32019d;
  background-image: linear-gradient(155deg, #471594 10%, #a543cb);
  color: white;
  text-align: center;
  padding: 3rem 0;
}

#how-we-work h2 {
  color: white;
  margin-bottom: 0.25em;
}

#expertise .content {
  max-width: 40rem;
  background: white;
  padding: 2em 2em 1em;
  /* border-radius: 1em; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#expertise {
  box-sizing: border-box;
  padding: 3rem 2rem;
  text-align: center;
  /* background: linear-gradient(white, rgb(224, 224, 251) 80%); */
  background-image: url(./images/bg2.jpg);
  background-size: 100% 100%;
}

.columns {
  column-count: 2;
}

.description {
  width: 18rem;
}

.description p {
  font-size: 1.6em;
}

#what-we-do {
  background: linear-gradient(white, rgb(224, 224, 251) 80%);
  padding: 3rem 0;
}

p {
  font-size: 1.4em;
}

@media (max-width: 600px) {
  header .button {
    display: none;
  }

  .content {
    flex-direction: column;
  }

  .logo {
    height: auto;
    max-width: 100%;
    width: 20rem;
  }
  p {
    font-size: 1.4em;
  }
  .tagline {
    max-width: 100%;
  }
  .tagline h1 {
    font-size: 1.2em;
  }
  .hero {
    min-height: auto;
  }

  .kate {
    width: 100%;
  }

  .list.horizontal {
    flex-direction: column;
    flex-wrap: wrap;
  }

  footer .button {
    font-size: 0.8em;
  }

  .list {
    gap: 0;
  }
  .row {
    flex-direction: column;
  }
  .description {
    width: 100%;
  }
}

.list.horizontal > * {
  width: auto;
}

@media ((max-width: 1000px)) {
  .hero {
    padding: 0 0.25em;
  }
  .list {
    gap: 0;
  }

  #what-we-do {
    text-align: center;
  }

  #what-we-do .row {
    gap: 0;
  }
  .row {
    flex-direction: column;
  }
  #expertise .content p {
    font-size: 1.3em;
  }
}
@media ((min-width: 601px) and (max-width: 1000px)) {
  .list.horizontal {
    display: grid;
    flex-wrap: wrap;
  }

  #about .content {
    gap: 3rem;
    align-items: center;
  }

  .description {
    width: 100%;
  }
}
