* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2rem;
}

body, p, li {
  font-family: Roboto, sans-serif;
}

.yellowtail-regular {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}

.text-center {
  text-align: center;
}

.btn {
  border-color: rgba(20, 29, 75, 0.9);
  color: rgba(20, 29, 75, 0.9);
}
.btn:hover {
  border-color: rgba(20, 29, 75, 0.9);
  background-color: rgba(20, 29, 75, 0.9);
}
.btn:hover:active {
  border-color: rgba(20, 29, 75, 0.9);
  background-color: rgba(20, 29, 75, 0.9);
}

.btn[aria-expanded=false] span.show-info {
  display: inline;
}
.btn[aria-expanded=false] span.hide-info {
  display: none;
}

.btn[aria-expanded=true] span.show-info {
  display: none;
}
.btn[aria-expanded=true] span.hide-info {
  display: inline;
}

.hidden-details {
  margin-top: 15px;
}

header {
  background-color: #fff;
  padding: 10px 0;
  width: 100%;
}

.river-bg {
  background-image: url(../img/river-background.jpg);
  background-color: #D0D6F0;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 10px;
  padding: 0;
  height: calc(100vh - 81px);
  width: calc(100% - 20px);
  position: relative;
}

.river-gradient {
  -webkit-animation: gradient 8s linear;
          animation: gradient 8s linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: #000;
  background: linear-gradient(-5deg, white, #e73c7e, purple, darkblue);
  background-size: 100% 500%;
  height: calc(100vh - 81px);
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@-webkit-keyframes gradient {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

@keyframes gradient {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}
.hero-content {
  text-align: center;
  color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: absolute;
  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;
  width: 100%;
  z-index: 20;
  height: calc(100vh - 125px);
}
.hero-content h2 {
  color: #fff;
  font-size: 2.7rem;
  text-align: right;
  text-shadow: #999 1px 1px;
  text-shadow: rgba(38, 27, 74, 0.4) 1px 1px;
  margin: 0 auto 30vh;
}

#my-name {
  margin: 20px 0 5px;
  width: 600px;
}
#my-name path {
  -webkit-box-shadow: -5px -5px 5px #000;
          box-shadow: -5px -5px 5px #000;
}

.empty-header {
  height: calc(100vh - 75px);
}

@media (max-width: 991px) {
  header {
    padding: 10px 0;
  }
  .river-bg {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .parallax-fade-top {
    width: 50%;
    container-type: inline-size;
  }
  #my-name {
    width: 100%;
  }
  .hero-content h2 {
    font-size: 7cqw;
  }
}
@media (max-width: 825px) {
  .river-bg, .river-gradient {
    height: calc(100vh - 80px);
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
    background-color: #f5f5f5;
  }
  .hero-content h2 {
    margin-bottom: 0;
  }
  .river-bg {
    margin: 0 px;
    width: calc(100% - 20px);
  }
  .hero-content {
    height: 500px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding-top: 100px;
  }
  .river-bg, .river-gradient {
    height: 500px;
  }
}
@media (max-width: 600px) {
  .parallax-fade-top {
    width: 65%;
  }
}
@media (max-width: 500px) {
  .parallax-fade-top {
    width: 75%;
  }
}
.nav-wrapper {
  overflow: hidden;
  position: relative;
}

.nav {
  background-color: rgba(20, 29, 75, 0.9);
  display: inline-block;
  height: 61px; /* REMOVE ON PRODUCTION */
  padding: 10px 25px 15px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  /*margin-top: calc(100vh - 75px);
  position:relative;*/
}
.nav li {
  display: inline;
  padding: 0 20px 0 55px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 400;
  background: url(./img/paddle.svg) no-repeat 0 50%;
  background-size: 25px auto;
}
.nav li:first-of-type {
  background-image: none;
  padding-left: 0;
}
.nav a {
  color: #fff;
  position: relative;
  text-decoration: none;
  border: none;
}
.nav a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #60ADFF;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.nav a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.dg-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.dg-sticky + .under-nav-spacing {
  padding-top: 61px;
}

@media (max-width: 915px) {
  .nav li {
    padding-right: 10px;
    padding-left: 45px;
  }
}
@media (max-width: 825px) {
  .nav {
    padding-top: 10px;
    height: 60px;
  }
  .nav li {
    font-size: 1.063rem;
    background-size: 20px auto;
    padding-left: 35px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .nav-wrapper, .nav, .under-nav-spacing {
    display: none;
  }
}
.screen-reader-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

*:focus, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(20, 29, 75, 0.9) !important;
          box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(20, 29, 75, 0.9) !important;
  border-radius: 3px;
}

a {
  padding: 0 2px;
}

#my-name path:nth-child(1) {
  stroke-dasharray: 536.98px;
  stroke-dashoffset: 536.98px;
  -webkit-animation: line-animation 4s ease forwards 1s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 4s ease forwards 1s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(2) {
  stroke-dasharray: 478.48px;
  stroke-dashoffset: 478.48px;
  -webkit-animation: line-animation 5s ease forwards 2.3s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 5s ease forwards 2.3s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(3) {
  stroke-dasharray: 585.59px;
  stroke-dashoffset: 585.59px;
  -webkit-animation: line-animation 2.5s ease forwards 2.6s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 2.6s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(4) {
  stroke-dasharray: 607.14px;
  stroke-dashoffset: 607.14px;
  -webkit-animation: line-animation 3.5s ease forwards 2.9s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 3.5s ease forwards 2.9s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(5) {
  stroke-dasharray: 483.61px;
  stroke-dashoffset: 483.61px;
  -webkit-animation: line-animation 2.5s ease forwards 3.2s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 3.2s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(6) {
  stroke-dasharray: 307.58px;
  stroke-dashoffset: 307.58px;
  -webkit-animation: line-animation 2.5s ease forwards 3.5s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 3.5s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(7) {
  stroke-dasharray: 307.58px;
  stroke-dashoffset: 307.58px;
  -webkit-animation: line-animation 2.5s ease forwards 3.8s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 3.8s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(8) {
  stroke-dasharray: 461.95px;
  stroke-dashoffset: 461.95px;
  -webkit-animation: line-animation 2.5s ease forwards 4.1s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 4.1s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(9) {
  stroke-dasharray: 529.67px;
  stroke-dashoffset: 529.67px;
  -webkit-animation: line-animation 2.5s ease forwards 4.4s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 4.4s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(10) {
  stroke-dasharray: 483.61px;
  stroke-dashoffset: 483.61px;
  -webkit-animation: line-animation 2.5s ease forwards 4.7s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 2.5s ease forwards 4.7s, whiteToBlue 9.5s ease forwards 0s;
}

#my-name path:nth-child(11) {
  stroke-dasharray: 536.97px;
  stroke-dashoffset: 536.97px;
  -webkit-animation: line-animation 4s ease forwards 5s, whiteToBlue 9.5s ease forwards 0s;
          animation: line-animation 4s ease forwards 5s, whiteToBlue 9.5s ease forwards 0s;
}

@-webkit-keyframes line-animation {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-animation {
  to {
    stroke-dashoffset: 0;
  }
}
.fade-in {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*///// ACCORDION /////*/
.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-border-width: 0;
  border: 0;
  margin-top: 60px;
}

.accordion-item {
  /* border-bottom: 1px solid #e8e8e8;*/
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

.accordion-body {
  padding: 15px 40px 30px;
  text-align: left;
  font-size: 1.188rem;
  line-height: 32px;
  font-weight: 300;
}

.accordion h2 {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

.accordion-button {
  font-size: 1.3rem;
  padding: 30px 40px;
  gap: 20px;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:focus-visible {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(20, 29, 75, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(20, 29, 75, 0.5);
}

.accordion-button:not(.collapsed) {
  background: #fff;
}

.accordion .d-flex div {
  margin-bottom: 35px;
}

.accordion-button::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(./img/icn-x.svg);
  background-size: 20px;
}

.accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (max-width: 540px) {
  .accordion-button {
    font-size: 1.188rem;
    line-height: 1.8rem;
    gap: 12px;
    padding: 30px;
  }
  .accordion-body {
    padding: 15px 30px 30px;
  }
}
.polaroid-img {
  margin: 50px auto;
  background-color: #fff;
  padding: 15px 15px 5px 15px;
  -webkit-box-shadow: 3px 3px 10px darkgrey;
          box-shadow: 3px 3px 10px darkgrey;
  display: inline-block;
}
.polaroid-img img {
  width: 100%;
  max-width: 300px;
}
.polaroid-img p {
  font-family: "Shadows Into Light", cursive;
  font-family: "Covered By Your Grace", cursive;
  margin: 0;
  text-align: center !important;
  margin: 10px 0;
  font-size: 2rem;
}

.polaroid-1 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.polaroid-2 {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  position: relative;
  top: 5px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .polaroid-img {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .polaroid-img p {
    font-size: 1.5rem;
  }
  .polaroid-img img {
    max-width: 220px;
  }
}
@media (max-width: 320px) {
  .polaroid-img p {
    font-size: 1.4rem;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: rgba(0, 0, 255, 0.02);
}

main {
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 15vh;
}

.yellowtail-regular {
  font-family: "Yellowtail", cursive;
  font-weight: 400;
  font-style: normal;
}

.header-img {
  display: block;
  margin: 0 auto 15px;
  width: 120px;
}

h2 {
  font-family: "Yellowtail", cursive;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 400;
  margin: 10px auto 40px;
  text-align: center;
}

h3, h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.188rem;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

h4 {
  font-size: 1rem;
}

.segment {
  text-align: center;
  padding: 125px 0 50px;
}
.segment p, .segment li {
  text-align: left;
}
.segment li {
  margin-left: 20px;
  padding-left: 0;
}

.text-box {
  background: #fff;
  min-height: 200px;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.text-box p {
  margin-top: 0;
}
.text-box p:last-of-type {
  margin-bottom: 0;
}
.text-box a {
  color: #0a58ca;
}
.text-box a:hover {
  border-bottom-width: 2px;
}

.logo-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}

.logo-side {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: center;
}
.logo-side img {
  max-width: 120px;
  margin-top: 10px;
}
.logo-side .img-apple-logo {
  max-width: 50px;
}

.details-side {
  text-align: left;
}

h2, h3, p, li, a {
  color: #121b46;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #0a58ca;
}

p, li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.188rem;
  line-height: 32px;
}

p {
  margin: 20px auto;
}

/* EXPERIENCE */
.resume-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.resume-wrapper .resume-date {
  float: left;
  margin-top: 0;
  width: 130px;
  text-align: right;
  padding-right: 20px;
}

.resume-content {
  border-left: 1px solid #ddd;
  margin-left: 130px;
  padding-left: 20px;
}
.resume-content p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .header-img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  p, li {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 1.063rem;
    line-height: 29px;
  }
  p {
    margin: 15px auto;
  }
  .text-box {
    padding: 30px;
  }
  .logo-text-box {
    display: block;
  }
  .logo-side {
    margin-bottom: 25px;
  }
  .segment {
    padding: 75px 0 50px;
  }
}/*# sourceMappingURL=style.css.map */