html {
  scroll-behavior: smooth;
}

body {
  background-color: #FEFCFB;
  font-family: "Arimo", sans-serif;
}

h2 {
  color: #2C8C99;
}

.btn-primary {
  background-color: #2C8C99;
  border-color: #2C8C99;
}

.btn-primary:hover {
  background-color: #034078;
  border-color: #034078;
}

h1 {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
  color: #0A1128;
  font-size: 10vw;
  opacity: 0;
}

h2 {
  text-align: right;
  margin-top: -6vw;
  margin-right: 10px;
  color: #0A1128;
  font-size: 2vw;
}

@media (max-width: 768px) {
  h1 {
    font-size: 15vw;
  }

  h2 {
    margin-top: -8vw;
    font-size: 4vw;
  }
}
#subtitle {
  opacity: 0;
}

h3 {
  border-bottom: 1px solid #0A1128;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

h4 {
  margin: 0;
  padding: 0;
}

header {
  height: 100vh;
  background-color: #FEFCFB;
}
header #wrapper {
  text-align: center;
  padding-top: 30vh;
}
header #wrapper #wrapper-inner {
  display: inline-block;
}

@media (max-width: 768px) {
  header #wrapper {
    padding-top: 40vh;
  }
}
.navbar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1030;
  background-color: #FEFCFB;
  width: 100%;
  padding: 8px 44px;
}

.h1Anime {
  position: relative;
}

.h1Anime .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.h1Anime .letter {
  display: inline-block;
  line-height: 1em;
}

#about {
  background-color: #0A1128;
  padding: 37px 22px 22px 22px;
}
#about #hello {
  margin-bottom: 22px;
}
#about #hello #hello__section {
  padding: 22px 22px 22px 22px;
  border-radius: 3px;
  background-color: #FEFCFB;
}
#about #experience .experience__section {
  border-radius: 3px;
  padding: 22px 22px 22px 22px;
  background-color: #FEFCFB;
  margin-bottom: 22px;
}
#about #experience .experience__section #past-work-hidden {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
#about #experience .experience__section #past-work-hidden.show {
  max-height: 1000px;
  height: 100%;
  transition: max-height 0.3s ease-in-out;
}
#about #experience .experience__section .experience__section__header__dates {
  font-size: smaller;
}
#about #experience .experience__section #expand-past-work {
  transition: 0.2s;
  text-align: center;
  padding-top: 1em;
  height: 64px;
}
#about #experience .experience__section #expand-past-work p {
  margin: 0;
  color: #2C8C99;
  transition: 0.3s;
}
#about #experience .experience__section #expand-past-work .icon {
  font-size: 2.5rem;
  position: relative;
  top: -22px;
  transition: 0.2s;
}
#about #experience .experience__section #expand-past-work #expand-past-work-see-less {
  display: none;
}
#about #experience .experience__section #expand-past-work.seeMore {
  transition: 0.2s;
}
#about #experience .experience__section #expand-past-work.seeMore #expand-past-work-see-more {
  display: none;
}
#about #experience .experience__section #expand-past-work.seeMore #expand-past-work-see-less {
  display: block;
}
#about #experience .experience__section #expand-past-work:hover {
  cursor: pointer;
}
#about #experience .experience__section #expand-past-work:hover p {
  margin: 0;
  color: #0A1128;
}
#about #experience .experience__section #expand-past-work:hover .icon {
  color: #0A1128;
}

.icon {
  font-size: 2rem;
  color: #2C8C99;
}

#projects {
  padding: 0 0 3rem 0;
}
#projects #projects__content {
  border-radius: 3px;
  margin: 22px 22px 0 22px;
  padding: 22px 22px 22px 22px;
  background-color: #FEFCFB;
}
#projects #projects__content .card {
  height: 200px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #dedddc;
  margin-top: 2em;
}
#projects #projects__content .card .card__title {
  position: absolute;
  transition: 0.5s;
  height: 0;
  text-align: center;
  width: 100%;
  margin: auto;
  background-color: #0A1128;
}
#projects #projects__content .card .card__title p {
  font-size: large;
  position: absolute;
  bottom: 34px;
  transition: 0.5s;
  margin: auto;
  padding: 0;
  color: #FEFCFB;
  width: 100%;
}
#projects #projects__content .card .card-expand {
  position: absolute;
  background-color: #2C8C99;
  height: 0;
  width: 100%;
  margin: auto;
  transition: 0.5s;
  text-align: center;
  bottom: 0;
}
#projects #projects__content .card .card-expand .card-expand__button {
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  background-color: #2C8C99;
}
#projects #projects__content #portfolio.card {
  background-image: url("/sites/portfolio/images/projects/portfolio/port_thumb.PNG");
}
#projects #projects__content #weather.card {
  background-image: url("/images/projects/weather/thumb-1.png");
}
#projects #projects__content #elixir.card {
  background-image: url("/sites/portfolio/images/projects/elixir/thumb-01.PNG");
}
#projects #projects__content #campaign.card {
  background-image: url("/sites/portfolio/images/projects/campaign/thumb-4.png");
}
#projects #projects__content .card:hover {
  cursor: pointer;
}
#projects #projects__content .card:hover .card__title {
  height: 25%;
}
#projects #projects__content .card:hover .card__title p {
  bottom: 10px;
}
#projects #projects__content .card:hover .card-expand {
  height: 75%;
}
#projects #projects__content .project-header {
  margin: 0;
  color: #001F56;
}

#contact {
  background-color: #FEFCFB;
  padding: 3rem 0 3rem 0;
}
#contact #contact__content {
  border-radius: 3px;
  margin: 22px 22px 0 22px;
  padding: 22px 22px 22px 22px;
  background-color: #FEFCFB;
}

footer {
  padding: 3rem 0 1em 0;
}
footer p {
  text-align: center;
  margin: 0;
  font-size: smaller;
  opacity: 0.7;
}
footer #footer-icons {
  text-align: center;
}
footer #footer-icons .icon {
  transition: 0.2s;
}
footer #footer-icons .icon:hover {
  color: #0A1128;
}

.swiper-container {
  width: 100%;
  height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

/*# sourceMappingURL=main.css.map */
