::selection {
  background: #1AB992; /* WebKit/Blink Browsers */
  color: white;
}


html, body{
  max-width: 100%;
  height: auto;
  font-family: mr-eaves-modern, sans-serif;
  overflow-x: hidden;
  overflow: scroll;
  background: #F7F3EC;
}

/* a {
  text-decoration: underline;
} */

a:hover {
    color: #74C4AE;
}


#contact-header {
  font-family:"ff-meta-serif-web-pro";
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
}

#navbar-svg{
  font-family: "ff-meta-serif-web-pro";
  width: 40px;
  color: #333333;
  letter-spacing: 1.25px;
  position: absolute;
  top: 5vh;
  left: 5vw;
}

#navbar-svg :hover path {
  fill: #1AD7A9;
}

#email {
  padding-top: 20px;
  text-align: center;
}

#email:hover .hidden{
  opacity: 1.0;
 transition: opacity .55s ease-in-out;
 -moz-transition: opacity .55s ease-in-out;
 -webkit-transition: opacity .55s ease-in-out;
}

#email h3{
  font-size: 1.5rem;
  font-weight: 600;
}

#email p{
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
}

#email a {
  text-decoration: underline;
}

#email a:hover {
  color: #74C4AE;
  animation: 1s fadeOut;
}

.hidden {
  /* visibility: hidden; */
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;

  /* font-style: italic; */
  /* font-weight: 400; */
  /* animation: 1s fadeIn; */
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}




.contact-subheader {
  font-weight: 600;
}

i {
  font-size: 2rem;
  padding-right: 15px;
}

i:hover {
  color: #74C4AE;
}

.social-bar {
  padding-top: 10px;
}

.serif-header {
  font-family: "ff-meta-serif-web-pro";
}


#contact-paragraph {
  padding-top: 2vh;
}

.contact-container {
  height: auto;
}

.contact-info-container {
  position: relative;
  height: auto;
  margin-top: 5vh;
}


.contact-skills {
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
}

.contact-list {
  list-style-type: none;
}

#contact-image {
  
}

.contact-list {
  padding-left: 0px;
}

.contact-list li a {
  text-decoration: underline;
}

.contact-left {
  left: 5%
}

.resume {
  text-align: center;
}

.resume h3 {
  /* font-weight: 600; */
  font-size: 2rem;
}

.resume-text {
  bottom: 10px;
  font-size: 1.5rem;
  /* font-weight: 600; */
}

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

.next-project a {
  text-decoration: underline;
}

#resume-inline {
  text-decoration: underline;
  color: #74C4AE;
  font-weight: 600;
  padding-top: 20px;
}


/* iphone 5 to iphone X */
@media (max-width: 599px) {
  body{
    /* overflow-y: scroll; */
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .navbar-nav {
    top: 48px;
    right: 5vw;
  }

  #main-text-left {
    top: 10vh;
    text-align: left;
  }

  #main-text-left h3{
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0px;
    color: #B1B1B1;
  }

  #main-text-right h3{
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 0px;
    color: #B1B1B1;
  }
  #main-text-right {
    top: 15vh;
    text-align: left;
    width: 40vw;
  }

  #main-title-wrapper {
    margin-top: 20vh;
    height: 60vh;
  }

  #main-title {
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    width: 100vw;
  }

  #mouse-icon {
    display: block;
    margin: auto;
    top: 5vh;
    left: 0;
  }

  #bio-background-img {
    max-width: 100%;
  }

  #works-brush {
    width: 80%;
  }

  .title {
    padding-left: 15px;
  }

  .date-location {
    padding-left: 15px;
  }
  .col-md-6 {
    padding-left: 15px;
  }

  .portfolio-item .item {
    width: 40vw;
    /* height: auto; */
    display: inline-block;
    padding: 5px 5px;
  }

  .portfolio-item .item img{
    width: 50vw;
    padding: 0px 10px;
    height: 30vh;
    float: left;
    object-fit: cover;
    /* background-color: white; */
  }

  #title-name {
    font-size: 16px;
    top: 40px;
    letter-spacing: .5px;
  }

  .nav-item {
  font-size: 16px;
  }

  .header-description {
    position: relative;
    font-size: 1rem;
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 1.25rem;
    padding-right: 20px;
    max-width: 100vw;
  }

  .project-title {
    width: 200%;
  }

  .view-work-btn {
    margin-top: 24px;
  }

  .info-tab {
    width: 200%;
    letter-spacing: 1px;
  }

  .view-work-btn h3 {
    left: 20px;
  }

  .text-hover {
    padding-left: 0;

  }

  .project-title {
    font-size: 2rem; font-weight: 800; font-family: ff-meta-web-serif-pro; style:600;
    position: relative;
    /* padding-top:0vh; */
  }
}
