/* Palette
  Very Light: #dddfd4
  Light: #fae596
  Medium: #3fb0ac
  Dark: #173e43
*/

body {
  padding: 0;
  margin: 0;
  background: #173e43;
}

.navbar {
  width: 100%;
  height: auto;
  background-color: #dddfd4;
  -webkit-box-shadow: 0 0 2px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 2px -2px rgba(0, 0, 0, 0.8);
  position: relative;
  border-bottom-style: solid;
  border-bottom-color: #dddfd4;
  border-bottom-width: 2px;
}

.navbar>a {
  display: inline-block;
  vertical-align: top;
  margin: 1%;
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 4vh;
  font-family: "Heebo", sans-serif;
}

@media only screen and (max-width: 800px) {
  .navbar>a {
    font-size: 4.25vw;
    margin: 0% 1%;
  }
}

.navbar>a:hover {
  color: #328CC1;
}

#logo {
  margin-left: 1vw;
  margin-right: 2vw;
}

h1 {
  font-size: 2em;
  font-family: 'Assistant', sans-serif;
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 10vw;
  }
}

@media only screen and (min-width: 2000px) {
  h1 {
    font-size: 5vw;
    padding-bottom: 5vh;
  }
}

section {
  margin: auto;
}

section#title-section {
  font-size: 3.5vw;
  text-align: center;
  color: white;
  position: relative;
  padding: 3% 0 1.3% 0;
  background-color: #3fb0ac;
}

div.angle-section {
  position: relative;
  border: none;
}

/* SVG angle from --> https://angled-edges-generator.josephfus.co/?angle=10&fillBottom=rgba(23,62,67,1)&fillShape=rgba(63,176,172,1)&fillTop=rgba(63,176,172,1)&fluid=true&height=110&hypotenuse=lower-right&width=800 */
div.angle-section::before {
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 110' fill='rgb(63,176,172)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,110'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 70px;
  top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

div.bottom-angle-section {
  position: relative;
  border: none;
}

/* https://angled-edges-generator.josephfus.co/?angle=10&fillBottom=rgba(63,176,172,1)&fillShape=rgba(23,62,67,1)&fillTop=rgba(23,62,67,1)&fluid=true&height=110&hypotenuse=lower-right&width=800 */
div.bottom-angle-section::before {
  position: absolute;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 110' fill='rgb(23,62,67)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,110'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 70px;
  top: 0px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

section#about-section {
  text-align: center;
  color: white;
  position: relative;
  margin-top: 70px;
  font-family: "Heebo", sans-serif;
}

h2 {
  font-family: "Heebo", sans-serif;
  font-size: 6vw;
}

@media only screen and (min-width: 2000px) {
  h2#name-header {
    font-size: 3vw;
  }
}

#about-section p {
  padding-left: 3%;
  padding-right: 3%;
  font-size: 3vw;
  font-family: "Heebo";
}

@media only screen and (max-width: 850px) {
  #about-section p {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 650px) {
  h2 {
    font-size: 1.75em;
  }
}

@media only screen and (min-width: 2000px) {
  #about-section p {
    font-size: 2vw;
  }

  #about-section {
    max-width: 1500px;
  }
}

.small-spacing-div {
  height: 2vw;
}

section#skills-section {
  text-align: center;
  color: white;
}

h3 {
  font-family: "Heebo", sans-serif;
  font-size: 5vw;
  margin: 2vh;
}

@media only screen and (max-width: 900px) {
  h3 {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 900px) {
  h3 {
    font-size: 2.75vw;
  }
}

li.grid-item {
  background: #dddfd4;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  padding: 0.3em;
  width: auto;
  margin: 0.5%;
  color: black;
  font-weight: bold;
  font-size: 2.5em;
  font-family: "Heebo", sans-serif;
  text-align: center;
  vertical-align: middle;
  height: 70%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 800px) {
  li.grid-item {
    font-size: 4vw;
  }
}

.auto-grid>* {
  max-width: 50%;
}

.auto-grid>*+* {
  margin-top: 1rem;
}

@supports ((display: -ms-grid) or (display: grid)) {
  ul.auto-grid {
    list-style: none;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    grid-gap: 1rem;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    grid-auto-rows: 1fr;

    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .auto-grid>* {
    max-width: unset;
  }

  .auto-grid>*+* {
    margin-top: unset;
  }

  .wrapper {
    max-width: 130rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
  }
}


.flex-wrapper {
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#clients-section {
  text-align: center;
  color: white;
}

section#contact-section {
  text-align: center;
  color: white;
  padding-top: 60px;
}

#contact-section h2 {
  font-size: 4vw;
}

@media only screen and (max-width: 650px) {
  #contact-section h2 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1700px) {
  #contact-section h2 {
    font-size: 2.8vw;
  }
}

#lower-section {
  background-color: #3fb0ac
}

#contact-section p {
  padding: 0% 7.5%;
  font-size: 2em;
  font-family: "Heebo", sans-serif;
}

#contact-section p {
  padding-left: 3%;
  padding-right: 3%;
  font-size: 2.5vw;
  font-family: "Heebo";
}

@media only screen and (max-width: 850px) {
  #contact-section p {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 850px) {
  #contact-section p {
    font-size: 2.3vw;
  }
}

#contact-section a {
  color: #173e43;
}

#contact-section a:hover {
  color: rgb(35, 99, 136);
}

footer {
  width: 100%;
  color: #0B3C5D;
  text-align: center;
  font-family: "Heebo", sans-serif;
  background-color: #dddfd4;
  position: absolute;
}

footer a {
  color: #173e43;
}

footer a:hover {
  color: #328CC1;
}

footer p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: black;
}