@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
html {
  scroll-behavior: smooth;
}

/* background color, font, text color set */
body {
  background: #040607;
  font: 100% "Open Sans", sans-serif;
  color: #9CB7BF;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
body h2 {
  color: #45A28E;
}
body hr {
  color: #A4CADA;
}

/* NAVIGATION*/
.navbar {
  background-color: transparent;
  height: 6vh;
  padding: 2vh 0;
}
.navbar a {
  font-size: 1.2rem;
}
.navbar img {
  height: 4vh;
  width: auto;
  padding-left: 2vw;
}

.nav-link {
  color: #A4CADA;
  text-decoration: none;
}

.nav-link:hover {
  color: #45A28E;
}

.navbar-nav {
  height: 6vh;
  list-style: none;
  margin: 0 2vw;
  padding: 1vh 0 0 0;
  float: right;
}

.nav-item {
  display: inline-block;
}

.nav-item:not(:last-child) {
  margin-right: 1rem;
}

#resume-nav {
  color: #45A28E;
  border: 1px solid #45A28E;
  padding: 10px;
  transition: all 0.3s;
}

#resume-nav:hover {
  color: black;
  box-shadow: inset 10rem 0 0 0 #45A28E;
}

@media only screen and (max-width: 480px) {
  #resume-nav {
    display: none;
  }

  .navbar img {
    display: none;
  }

  .navbar-nav {
    margin: 0;
  }
}
@media only screen and (min-width: 2000px) {
  .navbar {
    font-size: 2.5rem;
  }

  .logo {
    padding: 0.5%;
  }
}
/*HERO*/
#hero {
  height: 100%;
  min-height: 90vh;
}
#hero .container {
  max-width: 700px;
  margin: 15vh auto;
}
#hero #intro {
  color: #45A28E;
  font-size: 1.2rem;
  animation: slideInFromLeft 1s ease-out;
}
#hero h1 {
  font-size: 3.75rem;
  color: white;
  margin: 0;
  animation: slideInFromLeft 1s ease-out;
}
#hero #first-sentence {
  font-size: 1.8rem;
}
#hero #second-sentence {
  font-size: 1.2rem;
}
#hero button {
  background-color: transparent;
  color: #45A28E;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  border: 0.1rem solid #45A28E;
  border-radius: 0.12rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.2rem;
}
#hero button:hover {
  color: black;
  box-shadow: inset 10rem 0 0 0 #45A28E;
}
@media only screen and (max-width: 750px) {
  #hero .container {
    max-width: 90vw;
    margin-top: 10vh;
  }
}
@media only screen and (min-width: 2000px) {
  #hero .container {
    max-width: 1250px;
    margin: 15vh auto;
  }
  #hero #intro {
    font-size: 1.8rem;
  }
  #hero h1 {
    font-size: 4.25rem;
  }
  #hero #first-sentence {
    font-size: 2.3rem;
  }
  #hero #second-sentence {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

/*ABOUT */
#about {
  height: 100%;
  min-height: 100vh;
  padding-top: 10vh;
}
#about .container {
  width: 90%;
  margin-left: 5%;
}
#about .columns {
  display: flex;
  align-items: center;
}
#about .col1 {
  width: 55%;
}
#about .col2 {
  width: 45%;
}
#about p {
  color: #9CB7BF;
  font-size: 1rem;
  line-height: 1.5rem;
}
#about img {
  width: 90%;
  height: auto;
  float: right;
}
@media only screen and (min-width: 1000px) {
  #about .container {
    width: 70%;
    margin-left: 15%;
  }
  #about img {
    width: 90%;
    height: auto;
    float: right;
  }
  #about p {
    color: #9CB7BF;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  #about .container {
    width: 90%;
    margin-left: 5%;
  }
  #about .columns {
    display: inline-block;
    align-items: center;
  }
  #about .col1 {
    width: 100%;
  }
  #about .col2 {
    width: 100%;
  }
  #about p {
    color: #9CB7BF;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #about img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 2000px) {
  #about .container {
    width: 50%;
    margin-left: 25%;
  }
  #about img {
    width: 75%;
    height: auto;
    float: right;
  }
  #about p {
    color: #9CB7BF;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  #about h2 {
    font-size: 2rem;
  }
}

#experience {
  height: 100%;
  min-height: 100vh;
  padding-top: 3vh;
  color: #9CB7BF;
}
#experience h3, #experience h4 {
  color: #45A28E;
}
#experience h4 {
  margin-bottom: 0;
}
#experience .container {
  width: 90%;
  margin-left: 5%;
}
#experience .columns-outer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#experience .columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 1.2rem;
}
#experience #work {
  line-height: 1.75rem;
  margin-right: 1vw;
  padding: 0 1vw;
}
#experience #edu {
  margin-left: 1vw;
  padding: 0 1vw;
}
#experience .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #0D1B2A;
  border: 1px solid black;
  border-radius: 16px;
}
#experience .flexible {
  flex-grow: 1;
}
#experience .small-break {
  margin-bottom: 0;
}
#experience .small-break p:not:last-child {
  margin-bottom: 0;
}
#experience a {
  color: #45A28E;
  text-decoration: none;
}
#experience #resume-download {
  display: block;
  text-align: center;
  margin-top: 2vw;
}
#experience button {
  background-color: transparent;
  color: #45A28E;
  padding: 1rem 1.5rem;
  margin-top: 1rem;
  border: 0.1rem solid #45A28E;
  border-radius: 0.12rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  font-size: 1.2rem;
}
#experience button:hover {
  color: black;
  box-shadow: inset 15rem 0 0 0 #45A28E;
}
@media only screen and (max-width: 480px) {
  #experience .container {
    width: 90%;
    margin-left: 5%;
  }
  #experience .columns-outer {
    display: inline-block;
    width: 100%;
  }
  #experience .columns {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
  }
  #experience .card-content {
    padding: 0 2vw;
  }
  #experience #work {
    line-height: 1.75rem;
    width: 100%;
    padding: 0;
  }
  #experience #edu {
    margin: 2vh 0;
    padding: 0;
  }
}
@media only screen and (min-width: 2000px) {
  #experience .container {
    width: 70%;
    margin-left: 15%;
  }
  #experience h2 {
    font-size: 2rem;
  }
  #experience .columns {
    font-size: 1.5rem;
  }
  #experience .card-content {
    padding: 0 2vw;
  }
  #experience #work {
    line-height: 2.2rem;
  }
}

#projects {
  height: 100%;
  min-height: 100vh;
  padding-top: 1vh;
  display: block;
}
#projects .container {
  width: 80%;
  margin: 0 auto;
}
#projects .colorBlue {
  color: #A4CADA;
}
#projects .link {
  color: #45A28E;
  text-decoration: none;
}
#projects .link-animation {
  display: inline-block;
  position: relative;
  color: #45A28E;
}
#projects .link-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #45A28E;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#projects .link-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#projects .project1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 5vh;
}
#projects .project1 img {
  width: 60%;
  float: left;
}
#projects .project1 .project-text {
  width: 40%;
  float: right;
  padding-left: 2vw;
}
#projects .project2 {
  width: 100%;
  display: flex;
  align-items: center;
}
#projects .project2 .project-text {
  width: 40%;
  float: left;
  padding-right: 2vw;
}
#projects .project2 img {
  position: absolute;
  right: 10%;
  width: 46vw;
  margin-top: 5vh;
}
@media only screen and (min-width: 1000px) {
  #projects .container {
    width: 70%;
    margin: 0 auto;
  }
  #projects .project1 img {
    width: 50%;
  }
  #projects .project1 .project-text {
    width: 50%;
  }
  #projects .project2 img {
    position: absolute;
    right: 15%;
    width: 35vw;
    height: auto;
    margin-top: 8vh;
  }
  #projects .project2 .project-text {
    width: 45%;
    margin-right: 5%;
  }
  #projects p {
    color: #9CB7BF;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
}
@media only screen and (max-width: 480px) {
  #projects .container {
    width: 90%;
    margin: 0 auto;
  }
  #projects .project1 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5vh;
  }
  #projects .project1 img {
    width: 100%;
  }
  #projects .project1 .project-text {
    width: 100%;
  }
  #projects .project2 {
    width: 100%;
    height: auto;
    display: block;
  }
  #projects .project2 img {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 10%;
  }
  #projects .project2 .project-text {
    width: 100%;
  }
  #projects p {
    color: #9CB7BF;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 2000px) {
  #projects .container {
    width: 50%;
    margin: 0 auto;
  }
  #projects .project1 img {
    width: 40%;
  }
  #projects .project1 .project-text {
    width: 50%;
  }
  #projects .project2 img {
    position: absolute;
    right: 25%;
    width: 25vw;
    margin-top: 0vh;
  }
  #projects .project2 .project-text {
    width: 45%;
  }
  #projects p {
    color: #9CB7BF;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
}

#contact {
  height: 85vh;
  padding-top: 15vh;
  display: block;
}
#contact .link-animation {
  display: inline-block;
  position: relative;
  color: #45A28E;
}
#contact .link-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #45A28E;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#contact .link-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#contact .container {
  width: 80%;
  margin: 0 auto;
}
#contact h2 {
  text-align: center;
  font-size: 3rem;
}
#contact #contact-sentence {
  font-size: 1.5rem;
}
#contact #contact-sentence a {
  text-decoration: none;
  color: #45A28E;
}
#contact ul {
  padding: 0;
  padding-bottom: 20%;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 1.5rem;
}
#contact ul a {
  color: #9CB7BF;
  text-decoration: none;
}
#contact ul a:hover {
  color: #45A28E;
}
#contact ul li {
  display: inline-block;
}
#contact p {
  text-align: center;
  color: #9CB7BF;
  font-size: 0.75rem;
}
@media only screen and (max-width: 480px) {
  #contact {
    height: 85vh;
    margin-top: 25vh;
  }
}
@media only screen and (min-width: 1000px) {
  #contact {
    height: 85vh;
    margin-top: 25vh;
  }
}
@media only screen and (min-width: 2000px) {
  #contact {
    width: 75%;
    margin: 0 auto;
    height: 85vh;
    margin-top: 25vh;
  }
}

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