@font-face {
  font-family: Karla;
  src: url(Karla/Karla-Regular.ttf);
}

@font-face {
  font-family: Karla-Bold;
  src: url(Karla/Karla-Bold.ttf);
}

body {
    font-family: Karla;
    margin:0;
    padding:0;
}


a {
  color: black;
}

header p a {
    text-decoration: none;
    color: #FFA2B1;
}

header p {
    letter-spacing: -1px;
    padding-left: 50px;
    font-size: 20px;
    letter-spacing: -1px;
}

header {
    display: flex;
    flex-direction: row;
}

header div {
    width: 50%;
    padding-top: 10px;
}

.nav {
    font-size: 15px;
    text-align: right;
    padding-right: 50px;
}

.nav li {
    list-style-type: none;
    display: inline;
    margin-right: 12px;
    padding: 10px;
}

li {
  list-style-type: none;
}

.nav a {
    text-decoration: none;
    color: black;
}

.resume_header a {
  color: #FFA2B1;
}

.nav a {
  position: relative;
}

.nav li a:before, .nav li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 10px;
  top: 50%;
  background: rgba(255, 162, 177, 0.4);
}

.nav li a:after {
  right: 2.5px;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav li a:hover:before {
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.resume_header a:before, .resume_header a:after {
  background: rgba(255, 255, 255, 0.5);
}

.intro {
    padding-top: 30px;
    padding-bottom: 160px;
    padding-left: 160px;
    padding-right: 160px;
}

h1 {
    font-family: Karla-Bold;
    font-size: 50px;
    margin: 0;
    background-color: rgba(255, 162, 177, 0.4);
    width: 80%;
}

.whitebg {
  background-color: white;
}

.footer {
    background-color: white;
    bottom: 0;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    text-align: center;
 }

.footer p {
    font-size: 14px;
}

.icon {
    height: 20px;
    padding: 10px;
    padding-top: 30px;
 }

.work {
     display: flex;
     flex-direction: column;
 }

 .project {
    margin-bottom: 100px;
   padding-left: 160px;
   padding-right: 160px;
   display: flex;
   flex-direction: row;
 }

 .project-image img {
   width: 38vw;
   border-radius: 14px;
 }

 .project-image:hover {
  transform: scale(1.03);
  transition-duration: 0.7s;
 }

 .project-image {
  position: relative;
}

 #musicimg {
  position: relative;
  top: 0;
  left: 0;
  }
  
 #musicgif {
position: absolute;
}


 .project-text {
  width: 50%;
  padding: 20px;
}

.pup {
  /* text-decoration-color: black; */
  color:#FFA2B1;
}

 .me {
     height: 110px;
 }

 .typing:after {
  content: "|";
  position: absolute;
  animation: caret infinite;
  animation-duration: 1s;
  animation-timing-function: steps(1, end);
}

@keyframes caret {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.resume {
  text-align: center;
}

.resume_img {
  width: 50%;
}

.resume_page {
  background-color: black ;
}

.download_btn {
  background-color: black;
  color: white;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  font-size: 27px;
  margin: 0 auto;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}

.download { 
  color: black;
  text-decoration: none;
}

h2 {
  font-size: 35px;
  font-family: Karla-Bold;
}

.highlight {
  font-family: Karla-Bold;
  font-size: 16px;
}

.petco {
  color: #5F249F;
}

.urconvey {
  color: #37D1BE;
}

.venture {
color: #B850AA;
}

.qmi {
color: #7AB7FE;
}

.ipso {
color: #74C683;
}

.music {
  color: #AEED00;
}

.love {
  color: #F85C81;
}

.about {
  display: flex;
  flex-direction: row;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-top: 80px;
}

.about-img {
  width: 400px;
}

.about-text {
  width: 50%;
  padding: 20px;
}

#mailto {
  color: #FFA2B1;
}

.info-image {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
 }

 .info {
   width: 70%;
   margin: 0 auto;
   font-size: 18px;
 }
 .info span {
  font-family: Karla-Bold;
 }

 .personas {
   display: flex;
   flex-direction: row;
 }

.persona {
  width: 47%;
  padding: 1.5%;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: white;
}

.progress-bar {
  height: 5px;
  background: #6FFFED;
  width: 0%;
}

.nopad {
  padding-bottom: 0!important;
}

.feature, .feature3 {
  background-color: #F3F3F3;
  height: 740px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  display: flex;
  flex-direction: row;
}

.feature2, .feature4 {
  height: 740px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  display: flex;
  flex-direction: row;
}

.text span, .text2 span, .text3 span, .text4 span {
  text-transform: uppercase;
  font-family: Karla-Bold;
  color: #37D1BE;
  font-size: 22px;
}

.feature div, .feature2 div, .feature3 div, .feature4 div {
  width: 50%;
}

.text, .text3 {
  padding-top: 40%;
  width: 70%;
  opacity: 0;
  transition: 0.6s;
}

.slide, .slide3 {
  padding-left: 30%;
  transition: 0.6s;
  opacity: 1!important;
}

.text2, .text4 {
  padding-top: 40%;
  width: 70%;
  padding-left: 30%;
  opacity: 0;
  transition: 0.6s;
}

.slide2, .slide4 {
  padding-left: 0%;
  transition: 0.6s;
  opacity: 1!important;
}

.phone, .phone3 {
  width: 68%;
  margin:4%;
  float: right;
  opacity: 0;
  transition: 0.6s;
}

.phone2, .phone4 {
  width: 68%;
  margin:4%;
  float: left;
  opacity: 0;
  transition: 0.6s;
}

.phone-slide, .phone-slide3 {
  opacity: 1!important;
  transition: 0.6s;
  padding-right: 30%;
}
.phone-slide2, .phone-slide4 {
  opacity: 1!important;
  transition: 0.6s;
  padding-left: 30%;
}

.link {
  font-family: Karla-Bold;
  text-decoration: none;
}

 #one-slide {
   height: 400px;
 }

 .pitch {
   display: flex;
   flex-direction: row;
   padding-top: 30px;
   text-align: center;
 }
.arrow {
  width: 40%;
}

 .pitch button {
   line-height: 400px;
   background-color: white;
   border: none;
   font-size: 40px;
   color: #74C683;
   outline: none;
   cursor: pointer;
 }

 .pitch-div img {
  border: 2px solid black;
 }

 .button-div {
   padding: 10px;
   width: 10%;
 }

 #current {
   font-size: 22px;
 }

 .menu-toggle, .menu-close {
   display: none;
 }

 .overlay {
   display: none;
 }

.mobile-intro {
  display: none;
}

.pitch-link {
  display:none;
}

.section {
  padding-bottom: 10px;
}

.section h2 {
  padding-bottom:10px;
}

.qmi-video {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  text-align: center;
  padding-bottom: 3%;  
  padding-top: 3%;
  background-color: #BDD9F5;
}

.qmi-media {
  height: 60vh;
  padding: 10px;
}


 @media only screen and (max-width: 600px) {
  .nav li {
    display: none;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
    padding: 12px;
    font-size: 26px;
  }

  header {
    flex-direction: column;
  }

  header div {
    width: 100%;
  }

  .mobile-nav {
    display: flex;
    flex-direction: row;
  }

  .mobile-nav p, .mobile-nav div {
    width: 50%;
  }

  .menu-toggle {
    font-size: 22px;
    float: right;
    padding-top:10px;
    padding-right: 50px;
  }

  .menu-close {
    font-size: 22px;
    float: right;
    padding-top:10px;
    padding-right: 50px;
    position: relative;
    z-index: 100;
  }

  .overlay {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  }

  .black {
    background-color: black;

  }

  .show {
    display: block!important;
  }
  
.intro {
  display: none;
}

.mobile-intro {
  display: block;
  font-family: Karla-Bold;
  font-size: 30px;
  padding-left: 50px;
  }

.mobile-intro span {
  font-family: Karla;
  font-size: 25px;
}

.mobile-intro p {
  margin: 0;
  padding-bottom: 100px;
}

h2, h3 {
margin: 1px;
}

h2 {
  font-size: 25px;
}

.project-text {
  width:100%;
}

.project-text p {
  display: none;
}

.project {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
 }

 .project-image img {
  width: 100vw;
  border-radius: 0;
}

 .project-image:hover {
  transform: scale(1);
  transition-duration: 0;
 }

 .about {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
}

.about-img {
  width: 100vw;
}

.second {
  order:2;
}

.first {
  order: 1;
}

.about-text {
  width: 100%;
  width: 80%;
  order: 1;
  padding-left: 50px;
}

.footer {
  margin-top: 0px;
}

.resume {
  padding-bottom: 10px;
}

.resume_img {
  width: 100%;
  padding-bottom: 20px;
}

.info-image {
  object-fit: cover;
  height: 225px;
}

.personas {
  display: flex;
  flex-direction: column;
}

.persona {
 width: 100%;
 padding: 0;
 padding-top: 10px;
}

.feature, .feature3 {
  height: 700px;
  display: flex;
  flex-direction: column;
}

.feature2, .feature4 {
  height: 700px;
  display: flex;
  flex-direction: column;
}

.feature div, .feature2 div, .feature3 div, .feature4 div {
  width: 100%;
}

.text, .text3 {
  padding-top: 10%;
  width: 50%;
}

.text2, .text4 {
  padding-top: 10%;
  width: 50%;
}

.slide, .slide2, .slide3, .slide4 {
  padding-left: 25%;
}

.phone-slide, .phone-slide3 {
  padding-right: 15%;
}
.phone-slide2, .phone-slide4 {
  padding-left: 10%;
}

#one-slide {
  height: 200px;
}

.pitch {
display: none;
}

.pitch-link {
  display: block;
}

.info {
  width: 90%;
}

.qmi-media {
  height: 25vh;
}

}