@font-face {
  font-family: "lexend";
  src: url(lexend-deca.ttf) format("truetype");
}

@font-face {
  font-family: "quicksand";
  src: url(quicksand.ttf) format("truetype");
}

/* resets */

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  font-family: "quicksand", Arial, Helvetica, Verdana, sans-serif;
  font-size: 18px;
}

#root {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* defaults */

h1, h2, h3 {
  font-family: "lexend", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.1em;
}

h2 {
  font-variation-settings: 'wght' 150;
  font-size: 36px;
}

p, li {
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

a, a:visited {
  color: #88b04b;
}

/* theme */

.menu {
  position: relative;
}

.logo {
  padding-top: 50px;
}

.logo img {
  width: 180px;
}

.language {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 50px;
}

.language a {
  font-variation-settings: 'wght' 600;
  text-decoration: none;
}

.hero-text {
  position: relative;
}

.hero-text * {
  max-width: 600px;
  text-align: center;
}

.hero-text h1 {
  font-variation-settings: 'wght' 150;
  font-size: 42px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.hero-text p {
  font-size: 26px;
  margin-bottom: 120px;
}

.scroll-chevron {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
}

.scroll-chevron::before {
  content: "scroll";
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #d6d6d6;
}

.scroll-chevron::after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  position: absolute;
  left: 25%;
  transform: rotate(45deg);
  top: -7px;
}

.hero-image img {
  width: 100%;
}

.section {
  display: grid;
  place-items: center;
  width: calc(100% - 100px);
  padding: 75px 50px;
  position: relative;
}

.section:nth-child(even),
.social,
.footer {
  background-color: #f1f0ec;
}

.split-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1400px;
}

.split-section > div:nth-child(1) {
  flex: 1 1 250px;
}

.split-section > div:nth-child(2) {
  flex: 1 1 550px;
  padding-top: 20px;
  padding-left: 35px;
}

.rotary-badges {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, calc(49% - 2rem)));
  padding-right: 1rem;
}

.rotary-badges .badge img {
  width: 100%;
}

.about-me ul li {
  font-size: 24px;
  margin: 0 14px 14px 14px;
}

.about-me .button,
.recent-roles .button {
  margin-top: 30px;
}

.role-details h3 {
  margin-top: 50px;
}

.section hr {
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
}

.recommendations h3 {
  font-family: "quicksand", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 100;
}

.recommendation-paragraphs p {
  font-size: 24px;
  font-variation-settings: 'wght' 500;
}

.recommendation-attribution {
  margin-bottom: 80px;
}

.recommendation-paragraphs .open-quote,
.recommendation-paragraphs .close-quote{
  font-size: 60px;
  line-height: 0.01em;
  vertical-align: middle;
}

.contact{
  display: flex;
  flex-direction: row;
  padding: 75px 50px;
  justify-content: space-between;
  align-items: center;
}

.social a {
  text-decoration: none;
}

.social img {
  width: 32px;
}

.social {
  padding: 50px 50px 20px 50px;
}

.footer {
  padding: 20px 50px 75px 50px;
}

.button {
  background-color: #5a5b9f;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-variation-settings: 'wght' 500;
  transition: background-color 0.5s;
  display: inline-block;
}

.button:hover {
  background-color: #b767f7;
}

/* utils */

.center {
  display: grid;
  place-items: center;
}

.collapse {
  margin: 0;
  padding: 0;
}

.no-bg {
  background-color: #ffffff00 !important;
}

.no-wrap {
  white-space: nowrap;
}
