@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Ultra&display=swap');

:root {
  --primary-brand-color-navy: #002236;
  --primary-brand-color-blue: #03C5FB;
  --primary-brand-color-orange: #FC8D58;
  --primary-brand-color-red: #FE1F21;
  --primary-brand-color-yellow: #EAB141;
  --primary-brand-color-navy-o90: #00000033;

}

body {
  max-width: 1920px;
  background-color: var(--primary-brand-color-navy);
  font-family: Ubuntu;
  letter-spacing: .5px;
  padding: 0;
  margin: 0;
}

.humburger {
  font-size: 40px;
  margin: -10px 0 2px;
}

.details-tab {
  display: block;
  order: 0;
}

.details-tabs {
  position: relative;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}


.details-content, .ddd {
  order: 1;
  padding: 1rem;
  width: 100%;
  border-left: 1px solid #fff;
}

.details-content p {
  font-size: 16px;
}

.details-item {
  display: contents;
}

.legend details ul {
  list-style: inside;
}

details li {
  color: #fff;
  line-height: 1.5;
}

#homepage-content,
.twoColumn-content {
  display: flex;
  height: calc(100vh - 65px);
  width: calc(100vw - 65px);
  color: #fff;
  margin: 0 auto;
  position: relative;
  gap: 20px;
}

h2 {
  font-weight: bold;
  /* font-size: 40px; */
  --minFontSize: 33px;
  --scaler: 2vw;
  --maxFontSize: 40px;
  font-size: clamp(var(--minFontSize), var(--scaler), var(--maxFontSize)) !important;
  line-height: 120% !important;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 15px;
}

#homepage-content-left,
.content-left {
  width: 66.5%;
  position: relative;
  align-content: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

#homepage-content-right,
.content-right {
  width: 33.5%;
  align-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

h1 {
  font-family: Ultra;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: .8;
  padding: 10px 0 10px 120px;
  background: url(Simon.png) -20px center no-repeat;
  background-size: auto 120px;
  letter-spacing: 1px;
  position: relative;
  text-decoration-color: #fff;
  text-shadow: -4px 4px 0px var(--primary-brand-color-navy);
}

#homepage-content-left h3 {
  text-shadow: 5px 5px 0px #000;
  color: #fff;
  font-family: Ultra;
  font-size: 10vh;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 6.75px;
  margin-bottom: 10vh;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #fff;
}

#homepage-content {
  height: 100vh;
  box-sizing: border-box;
}
.twoColumn-content {
  height: calc(100vh - 165px);
  box-sizing: border-box;
}

.twoColumn-content .content-left {
  width: 66.5%;
  max-width: calc(100vw - 50vh);
  align-content: center;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.twoColumn-content .content-right {
  width: 33.5%;
  max-width: 50vh;
  display: flex;
  flex-direction: column;
  /*justify-content: left;*/
}

#dropdown-nav {
  position: absolute;
  height: 50vh;
  right: 0;
  top: 40px;
  width: 50vw;
  background: var(--primary-brand-color-blue)
}

span.highlight {
  color: var(--primary-brand-color-blue);
  border: 2px solid var(--primary-brand-color-blue);
  border-radius: 50px;
  padding: 0 10px;
  margin: 5px 0;
  display: inline-block;
}

#homepage-content span.highlight {
  color: var(--primary-brand-color-blue);
}

#homepage-content-left div.homepage-portrait {
  background: url('Simon.png') right center no-repeat;
  background-size: 120%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-content: end
}

#header-popup {
  position: absolute;
  left: 0;
  z-index: 9;
  opacity: .9;
  transition: all 1s;
  z-index: 999;
}

#header-popup a {
  display: inline-block
}

body.fp-viewing-about #header-popup {
  transform: translateY(-150%);
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  z-index: 1000;
  justify-content: end;
}

#resume {
  border: 1px solid var(--primary-brand-color-blue);
  background-color: var(--primary-brand-color-navy);
  z-index: 999;
}

#menu {
  background-color: var(--primary-brand-color-blue);
  color: var(--primary-brand-color-navy);
  z-index: 999;
}

.headerlink {
  padding: 10px 20px;
  color: #fff;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  min-width: 125px;
  text-align: center;
  cursor: pointer;
  border: 1.5px solid var(--primary-brand-color-blue);
}

details>summary {
  list-style: none;
  padding: 10px;
}

details>summary::marker,
/* Latest Chrome, Edge, Firefox */
details>summary::-webkit-details-marker

/* Safari */
  {
  display: none;
}

ul#homepage-menu {
  list-style: none;
  padding: 0;
  margin: 60px 0 0;
  color: #FFF;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 183.333% */
  text-transform: uppercase;
}

ul#homepage-menu li:hover {
  color: #FC8D58;
}

.button {
  border-color: var(--primary-brand-color-blue);
  border-radius: 50px;
  font-weight: 500;
}

a {
  color: var(--primary-brand-color-blue);
}

a:not(.button):hover {
  text-decoration: underline;
}

a.button:hover {
  border-color: var(--primary-brand-color-yellow);
  color: var(--primary-brand-color-yellow);
}

p {
  color: #FFF;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  padding-bottom: 10px;
  text-shadow: 2px 0 0 var(--primary-brand-color-navy);
}

.p-0 {
  padding: 0
}

.text-left {
  text-align: left
}

.text-italic {
  font-style: italic;
}

.text-quote {
  font-style: italic;
  font-size: 20px;
  position: relative;
  text-align: center;
  transform: translateY(20px);
  text-wrap: balance
}

.text-quote span {
  display: block;
}

.author-image {
  border-radius: 200px;
  margin: 0 auto;
  aspect-ratio: 1 / 1;
  border: 10px solid var(--primary-brand-color-navy);
  box-sizing: border-box;
  width: 400px;
  height: 400px;
}

.section.active .author-image {
  animation: gradientMaskAnimation 1s ease;
}

@keyframes gradientMaskAnimation {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 400px;
    height: 400px;
  }
}

.mobile-hidden {
  display: block;
}

.mobile-visible {
  display: none;
}

#dropdownMenu {
  font-weight: 400;
  height: 100%;
  display: grid;
  align-content: space-evenly;
  padding: 0 35px;
}

#dropdownMenu li {
  text-align: right;
}

#dropdownMenu li a {
  color: var(--primary-brand-color-navy);
  font-size: 20px;
}

#dropdownMenu li a:hover {
  color: #fff !important;
}

.section[data-anchor='about'] {
  padding-top: 0 !important;
}
/* div[data-anchor='clients'] {
  padding-top: 0 !important
} */

.section {
  padding-top: 100px
}

/* Overwriting styles for control arrows for slides
* --------------------------------------- */
.fp-controlArrow.fp-prev {
  left: 15px;
}

.fp-controlArrow.fp-next {
  right: 15px;
}

.slide>div {
  background-color: #00000022;
  backdrop-filter: blur(10px);
  box-shadow: 0 -5px 10px rgba(0,0,0,.2);
}

[data-anchor="clients"] .slide:first-child > div,
[data-anchor="portfolio"] .slide:first-child > div {
  background-color: unset;
  backdrop-filter: unset;
  box-shadow: none
}

.legend {
  padding: 20px 40px 40px;
}

.site-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.scroll-to-first-slide {
  font-size: 40px
}

.legend a,
.site-details a {
  color: #fff;
  text-decoration: none !important;
}

.legend p a,
.site-details p a {
  text-decoration: underline !important;
  font-size: inherit;
}

.legend *,
.site-details * {
  text-shadow: 2px 0 0 var(--primary-brand-color-navy-o90)
}

.site-details img {
  width: 34%;
  height: fit-content;
  border: 2px solid white;
  border-radius: 10px;
  box-sizing: border-box;
  width: 300px;
}

.site-details > div {
  max-width: 66%
}

.site-details * {
  font-size: 18px;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
}

.fp-slidesNav.fp-bottom {
  bottom: 0px
}

.fp-slidesNav.fp-bottom ul {
  text-align: center
}

#linkedin-link {
  letter-spacing: 0;
  text-transform: none
}

#linkedin-logo {
  color: white;
  background: var(--primary-brand-color-navy);
  text-transform: lowercase;
  letter-spacing: 0;
  font-weight: 600;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  margin-left: 2px
}

@media (max-width: 900px) {
  * {
    transition: all 1s ease;
  }

  .white-pill {
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    background: white;
  }

  #dropdownMenu {
    padding: 0 25px
  }

  #dropdownMenu li a {
    font-size: 18px;
  }

  .mobile-hidden {
    display: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
  }

  .mobile-visible {
    display: block;
  }

  #resume {
    display: none;
  }

  #header {
    /* width: 100vw; */
  }

  p {
    font-size: 16px
  }

  .button {
    font-size: 14px
  }

  .section {
    padding-top: 65px;
  }

  #header-popup {
    transform: translateY(0%)
  }

  #homepage-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  #homepage-content-right {
    width: 100%
  }

  #homepage-content-left {
    width: 100%;
    display: block;
    position: relative;
    width: 100%;
  }

  #homepage-content-left div.homepage-portrait {
    height: 20vh;
    background-size: contain;
    background-position: center;
    position: unset;
  }

  .twoColumn-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: calc(100vh - 180px);
    box-sizing: border-box;
    gap: 0;
  }

  .twoColumn-content .content-left {
    width: 100%;
    max-width: unset;
    flex-grow: 1;
    /* border: 1px solid lime; */
    box-sizing: border-box;
  }

  .twoColumn-content .content-right {
    /* height: 20vh; */
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    /* border: 1px solid yellow; */
  }
  .slide .twoColumn-content {
    width: calc(100% - 65px)
  }
  .author-image {
    height: 15vh;
    width: 15vh;
  }

  .section.active .author-image {
    animation: gradientMaskAnimation_mob 1s ease;
  }

  @keyframes gradientMaskAnimation_mob {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 15vh;
    height: 15vh;
  }
}

  .slide > div {
    min-height: unset;
    padding: 0;
  }	

  h1 {
    font-size: 32px;
    padding: 10px 0 0 65px;
    background-size: auto 100px;
  }

  h2 {
    font-size: 24px !important
  }

  .fp-arrow {
    width: 15px;
    height: 15px;
  }

  #menu {
    min-width: unset;
  }

  .text-quote {
    font-size: 14px;
    padding: 0;
    text-align: left;
    margin-top: 0;
    margin-left: 15px;
    transform: translate(0);
    text-wrap: pretty;
    flex-grow: 1;
  }
  .fullpage-wrapper {
    position: absolute !important;
    top: 0
  }

  .site-details * {
    max-width: 100%;
    font-size: 16px;
  }

  .site-details > div {
    max-width: 100%
  }

  .site-details img {
    display: none;
  }

  .fp-table {
    justify-content: space-between;
    width: 100%;
  }

  details>summary {
    padding: 20px;
  }
  #dropdown-nav {
    top: 60px;
    width: 100vw
  }
}
