      @media (min-width: 320px) and (max-width: 719px) {
        .container {
          max-width: 100%;
          margin-left: auto;
          margin-right: auto;
        }

/*      body {
          overflow-x: hidden;
        } */

        header img {
          grid-column: 2 / 12;
        }

        .paragraph {
          grid-column: 2/ 12;
        }
/* HOME PAGE */
        .intro {
          grid-column: 2 / 12;
        }

        .introben {
          display: none;
        }

        .projectpage nav {
          margin-bottom: 30px;
        }

        .project {
          grid-column: 2 / 12;
        }

        .project-thumb {
          margin-left: auto;
          margin-right: auto;
          width: 100%;
        }

        .ead h2 {
          font-size: 1.5rem;
          line-height: 35px;
        }

        .contactme {
          margin-left: auto;
          margin-right: auto;
          width: 70%;
        }

/*  BIOGRAPHY */
        .hero figure {
          width: 50%;
          margin: 0 auto;
        }

        .about {
          grid-column: 2 / 12;
          flex-direction: column;
        }

        .about h1 {
          font-size: 30px;
          font-weight: 500;
          line-height: 48px;
          letter-spacing: 2px;
        }

        .about p {
          margin-top: 70px;
        }

        /* .details h1 {
          font-size: 24px;
          line-height: 44px;
          letter-spacing: 1.2px;
        } */
/* CONTACT FORM */
        .contactform {
          flex-direction: column;
          text-align: center;
        }

        .contactform .paragraph {
          margin-bottom: 4em;
          margin-top: 4em;
        }

        .contactform p {
          padding-left: 3em;
          padding-right: 2em;
        }
/*PROJECT PAGE */
        .projectpage nav {
          flex-direction: column;
        }

        .projectpage .fixed {
          position: absolute;
        }

        .projectpage header {
          padding-top: 50px;
        }

        .roles div+div {
          margin-top: 60px;
        }

        .projectnavigation {
          display: none;
          position: absolute;
          text-align: center;
          font-size: 22px;
        }

        .projectnavigation ul {
          background: white;
          display: flex;
          flex-direction: column;
          align-content: space-around;
          height: 90vh;
          width: 100%;
          transform: translateX(100%);
        }

        .projectNavigation ul li {
          opacity: 0;
        }

        .burger {
          display: block;
        }

        .problem {
          padding-bottom: 100px;
        }

        .illustration {
          margin-top: 50px;
        }

        .gif2 figure {
          max-width: 200px;
          margin: 100px auto;
        }

        .gif2 figure img {
          margin: 0 auto;
        }

        .swot {
          align-items: center;
          flex-direction: column;
        }

        .swot img {
          margin: 20px
        }

        .side-by-side {
          grid-column: 3 / 11;
        }

        .side-by-side2 {
          grid-column: 3 / 11;
        }

        .flows {
          flex-direction: column;
          max-width: 325px;
          margin: 0 auto;
        }

        .flows figcaption {
          margin-top: 50px;
        }

        .preferencetesting {
          /* width: 80%; */
        }

        .lightblue {
          padding-bottom: 2em;
          padding-top: 2em;
        }

        .mediumimage {
          grid-column: 2 / 12;
        }

        .percentage {
          grid-column: 2 / 12;
          height: 100vh;
        }

        .percentage p {
          font-size: 1.7rem;
          line-height: 44px;
          word-spacing: 4px;
        }
      }
/* TABLET */
      @media (min-width: 720px) and (max-width: 991px) {
        .container {
          margin-left: auto;
          margin-right: auto;
        }

        .paragraph {
          grid-column: 2 / 12;
        }

        .mediumpic {
          padding: 2em;
        }

        .smallpic {
          padding: 2em;
        }
/* HOME PAGE */
        .introben {
          display: none;
        }

        .vw {
          height: 100vh;
        }

        .intro {
          grid-column: 2 / 12;
        }

        .project {
          grid-column: 2 / 12;
        }

        .project figure {
          margin-left: 0;
          margin-right: 0;
        }
/* BIOGRAPHY  */
      .hero figure {
        width: 30%;
        margin: 0 auto;
      }

      .about {
        grid-column: 3 / 11;
      }

      .about h1 {
        font-size: 22px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 2px;
      }

      .about p {
        margin-top: 80px;
      }
/* CONTACT FORM */
      .contactform {
        flex-direction: column;
        text-align: center;
      }

      .contactform .paragraph {
        margin-bottom: 4em;
        margin-top: 4em;
      }

      .contactform p {
        padding-left: 3em;
        padding-right: 2em;
      }
/* PROJECT PAGE CODE */
        .projectpage nav {
          flex-direction: row;
        }

        .moodie .introduction {
          padding-top: 2em;
        }

        .roles div+div {
          margin-top: 60px;
        }

        .roles {
          display: flex;
          justify-content: space-between;
          margin-bottom: 30px;
          text-align: center;
        }

        .projectnavigation {
          display: none;
        }

        .problem {
          padding-bottom: 100px;
        }

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

        .gif2 figure {
          width: 25%;
        }

        .illustration {
          margin: 0 auto;
          margin-top: 75px;
          width: 300px;
        }

        .swot {
          display: flex;
          justify-content: space-around;
        }

        .chef {
          display: none;
        }

        .userpersona {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
        }

        .flows img {
          margin: 20px;
        }

        .side-by-side {
          display: flex;
          grid-column: 2 / 12;
        }

        .side-by-side img {
          margin: 10px;
        }

        .side-by-side2 {
          display: flex;
          grid-column: 2 / 12;
          justify-content: center;
        }

        .side-by-side2 img {
          max-width: 200px;
        }

        .mockup figure {
          width: 45%;
        }

        header img {
          grid-column: 4 / 10;
        }

        .mediumimage {
          grid-column: 3 / 11;
        }
}
/* @media only screen and (min-device-width: 1281px) {
  .container { */
      @media (min-width: 992px) {
        .container {
          max-width: 1280px;
          margin-left: auto;
          margin-right: auto;
        }

        .paragraph {
          grid-column: 2 / 12;
          margin: 0 auto;
          padding: 20px;
          width: 80%;
        }

        .mediumpic {
          padding: 2em;
        }

        .smallpic {
            padding: 4em;
        }

        h6 {
          font-size: .8em;
        }
/* HOME PAGE */
        .vw {
          height: 100vh;
        }

        .intro {
          grid-column: 4 / 10;
        }

        /* .introben {
          grid-column: 1 / 4;

        } */

        /* .introben img {
          width: 400px;
        } */

        .project {
          /* display: flex;
          justify-content: space-between; */
          grid-column: 2 / 12;
          grid-gap: 1rem;
          margin: 0 auto;
        }

        .project figure {
          margin: 20px;
          width: 700px;
        }
/* BIOGRAPHY  */
          .hero figure {
            width: 300px;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 20px;
          }

          .about {
            grid-column: 4 / 10;
          }

          .about h1 {
            width: 600px;
            font-size: 30px;
            font-weight: 500;
            line-height: 50px;
            letter-spacing: 1.2px;
          }

          .about p {
            margin-top: 80px;
          }

/* CONTACT FORM */
        .contactform {
          margin-top: 10em;
        }

        .contactform .paragraph {
          margin-right: 1em;
        }

        .contactform .contact {
          padding-left: 2em;
        }

        .contactform h2 {
          padding-left: 4.5em;
        }

        .contactform p {
          padding-left: 8em;
        }

/* PROJECT PAGE */
        .projectpage nav {
          flex-direction: row;
        }

        header img {
          grid-column: 4 / 10;
        }

        .moodie header {
          margin-top: 100px;
        }

        .roles {
          display: flex;
          justify-content: space-between;
          margin-bottom: 30px;
          text-align: center;
        }

        .problem {
          display: flex;
          padding-bottom: 100px;
        }

        .problem div {
          width: 75%;
        }

        .problem .illustration img {
          align-items: center;
          width: 350px;
        }

        .problem .illustration {
          display: flex;
          align-items: center;
        }

        .solution {
          text-align: center;
        }

        .solution p {
          margin: 0 auto;
        }

        .solution figure {
          margin: 0 auto;
          padding-top: 50px;
          width: 40%;
        }

        .solution figcaption {
          line-height: 24px;
          font-size: .9rem;
          font-style: italic;
        }

        .gif2 {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
        }

        .gif2 figure {
          width: 20%;
        }

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

        .research2 {
          display: flex;
          flex-direction: row-reverse;
        }

        .swot {
          flex-direction: column;
          margin-bottom: 100px;
          padding-top: 40px;
        }

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

        .userpersona {
          display: flex;
          flex-direction: row;
          justify-content: space-around;
        }

        .flex {
          display: flex;
          flex-direction: reverse;
          justify-content: space-between;
        }

        .needs {
          padding-left: 50px;
        }

        .chef {
          margin-top: 100px;
        }

        .enbox .userstories p {
          width: 275px;
        }

        .flextwo {
          grid-column: 2 / 12;
          display: flex;
        }

        .flextwo p {
          margin-right: 10px;
          width: 250px;
        }

        .flows {
          align-items: flex-start;
        }

        .flows img:first-of-type {
          margin-right: 40px;
        }

        .mockup figure {
          text-align: center;
          width: 45%;
        }

        .projectnavigation {
          font-size: 13px;
        }

        .projectnavigation .icon {
          display: none;
        }

        .projectnavigation ul{
          display: flex;
        }

        .side-by-side {
          grid-column: 2 / 12;
          display: flex;
        }

        .side-by-side img {
          margin: 10px;
        }

        .side-by-side2 {
          display: flex;
          grid-column: 2 / 12;
          justify-content: center;
        }

        .side-by-side2 img {
          margin: 20px;
          max-width: 300px;
        }

        .mediumimage {
          grid-column: 3 / 11;
        }

        .flows {
          margin-left: 50px;
        }

        .flows img {
          width: 200px;
        }

        .preferencetesting {
          width: 50%;
        }
}

/* GENERAL NON-RESPONSIVE CSS FOR THE REST OF THE SITE */
.percentage span {
  font-size: 6rem;
}

body {
  color: #222222;
  font-family: 'open sans', sans-serif;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 35px;
  font-size: 18px;
  word-spacing: .1px;
}

html {
  scroll-behavior: smooth;
}

.container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

img {
  width: 100%;
}

.lessspaceuptop {
  margin-top: -4em;
}

.spaceuptop {
  margin-top: 10em;
}

.smallspaceuptop {
  margin-top: 2em;
}

.mediumspaceuptop {
  margin-top: 4em;
}

.paddingbelow {
  padding-bottom: 4em;
}

.paddingabove {
  padding-top: 4em;
}

h1 {
  font-size: 3em;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

.roles {
  grid-column: 2 / 12;
  text-align: left;
  border: 2px solid #e2e2e2;
  padding: 75px;
}

.roles h2 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: -20px;
}

.roles p+p {
  margin-top: -60px;
}

.roles a {
  color: #81a9b8;
  font-weight: 900;
}

h3 {
  color: #81a9b8;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
}

h5 {
  font-weight: 800;
  font-size: 1em;
  /* letter-spacing: 1.5px; */
  line-height: 2rem;
  width: 80%;
}

h6 {
  text-align: center;
}

.roles p {
  font-size: 14px;
  line-height: 42px;
  margin-bottom: 3em;
  word-spacing: 1px;
}

.moodie .dark {
  background: #F3EEDB;
}

.two-lines-decor {
  height: 6px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.two-lines-decor::before,
.two-lines-decor::after {
  content: "";
  overflow: hidden;
  border-top: 1px solid #a4a3a3;
  display: inline-block;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.two-lines-decor::before {
  width: 56px;
  margin-bottom: 5px;
  top: 0;
}

.two-lines-decor::after {
  width: 38px;
  bottom: 0;
}

.blue {
  background-color: #F3E0EE;
}

.blue2 {
  background-color: #81A9B8;
}

.pink {
  background-color: #F3EEDB;
}

.biography .link1 {
  color: #FFECA1;
}

.yellow {
  background-color: #FFECA1;
}

.button:hover {
  border: none;
  box-shadow: 0 2px 2px 0 #1F4657;
  transform: scale(1.03);
}
/* NAV BAR */
nav {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  grid-column: 2 / 12;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  letter-spacing: 3px;
}

.menu-items {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 200px;
}

.menu-items li {
  position: relative;
}

.menu-items li a::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  top: 100%;
  left: 0;
  background: #D9042B;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.menu-items .active {
  color: #A6032F;
  font-weight: 800;
}

.menu-items li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.link3 {
  position: relative;
}

.link3::after {
  position: absolute;
  content: "";
  width: 88px;
  height: 3px;
  top: 85%;
  left: 0;
  background: #D9042B;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

.link3:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#email {
  position: relative;
}

#email::after {
  position: absolute;
  content: "Email";
  top: 85%;
  left: 0;
  color: #D9042B;
  font-weight: 800;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#email:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#resume {
  position: relative;
}

#resume::after {
  position: absolute;
  content: "Resume";
  top: 85%;
  left: 0;
  color: #D9042B;
  font-weight: 800;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#resume:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#github {
  position: relative;
}

#github::after {
  position: absolute;
  content: "Github";
  top: 85%;
  left: 0;
  color: #D9042B;
  font-weight: 800;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#github:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#linkedin {
  position: relative;
}

#linkedin::after {
  position: absolute;
  content: "LinkedIn";
  top: 85%;
  left: 0;
  color: #D9042B;
  font-weight: 800;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}

#linkedin:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.projectpage nav {
  display: flex;
  justify-content: space-between;
}

.projectpage .ben {
  width: 120px;
  margin-bottom: 40px;
}

.links {
  display: flex;
  list-style-type: none;
  margin-right: 50px;
}

.links a {
  margin-left: 50px;
}

.fixed {
  position: fixed;
  z-index: 1;
}

.projectnavigation {
  background: rgb(255,255,255,.9);
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}

.projectnavigation ul {
  justify-content: space-between;
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: sticky;
  width: 80%;
}

.burger div {
  background-color: black;
  margin: 3px;
  width: 20px;
  height: 3px;
}

.burger {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* HOME PAGE */
.intro {
    font-size: .9em;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 35px;
    text-align: center;
}

.intro h1 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 65px;
  max-width: 700px;
  text-align: center;

}

.intro h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
}

.intro h4 {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 50px;
}

.intro p {
  max-width: 600px;
}

.intro ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
  width: 250px;
}

.intro ul li {
  list-style-type: none;
}

.intro a img {
  width: 36px;
}

.intro li{
    position:relative;
}

#workbelow {
  cursor: pointer;
  /* border-radius: 50%; */
  font-size: 10px;
  /* width: 40px;
  height: 40px; */
  border: 0px solid rgba(0,0,0,.5);
  /* background-color: #D9042B; */
  /* color: white; */
  /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
  margin-left: 10px;

}

#workbelow:hover {
  /* background-color: #D9042B; */
  /* color: white; */
  transform: scale(1.05);
  transition: all 0.1s ease-in-out;
}

a img:hover {
   transform: scale(1.05);
   transition: all 0.1s ease-in-out;
}

.ead figcaption h2{
  margin: 0 auto;
  width: 75%;
}

.eadmessage {
  border: 1px solid #D9042B;
  color: #D9042B;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  width: 350px;
}

/* .murrica {
  background-image: url(../assets/ead_hero2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(70%);
} */

/* BIOGRAPHY */
/* .about {
  display: flex;
  justify-content: space-around;
} */

/* .about .paragraph {
  width: 40%;
} */

/* .about .details {
  align-items: flex-start;
  width: 30%;
} */

.about span:first-of-type {
  font-size: 1.2em;
}

.about a:nth-child(1n+2) {
  font-weight: 700;
  font-size: 2.5rem;
}

.about a:hover {
  color: black;
}

/* .details {
  grid-column: 2 / 12;
}

.details h2 {
  font-size: 32px;
}

.details ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.details ul li {
  background: #D9042B;
  color: #e2e2e2;
  border-radius: 22px;
  font-size: 14px;
  line-height: 20px;
  margin: 10px;
  padding: 5px 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
} */

.about span:first-of-type {
  font-weight: 900;
}

.about span:first-of-type:hover {
  color: #D9042B;
}

.about a:nth-child(1n+2) {
  font-family: 'kalam', cursive;
  font-weight: 700;
}

.about a:hover {
  color: #D9042B;
}

/* .about ul {
  list-style-type: none;
}

.about ul li {
  border-radius: 30px;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 10px;
  text-align: center;
  width: -moz-fit-content
} */

/* PROJECT PAGE */
header {
  font-size: 35px;
  line-height: 52px;
  word-spacing: 2px;
  letter-spacing: 1.4px;
  text-align: center;
}

.introduction h1 {
  font-size: 3rem;
  line-height: 120%;
}

.logo {
  width: 250px;
  padding: 0;
  margin: 0 auto;
}

.enbox .problem ol {
  margin: 0;
  padding-left: 22px;
}

.enbox .problem ol li {
  margin-top: 30px;
}

.research figcaption {
  font-size: .9rem;
  font-style: italic;
  line-height: 22px;
  text-align: center;
}

.research2 figcaption {
  font-size: .9rem;
  font-style: italic;
  line-height: 22px;
  text-align: center;
}

.swotanalysis span {
  font-weight: 800;
}

.swotanalysis figure img {
  max-width: 250px;
}

h3::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  pointer-events: none;
}

.bigtext span {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  word-spacing: 5px;
  letter-spacing: .7px;
}

.problem p+h4 {
  margin-top: 100px;
}

.gif {
  margin: 100px auto;
  width: 200px;
}

.gif2 figcaption {
  font-size: .9rem;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
}

.swot img {
  margin-top: 50px;
  object-fit: contain;
  width: 180px;
  /* -webkit-filter: hue-rotate(220deg);
  filter: hue-rotate(220deg);
  opacity: 55%; */
}

/* .mockup figcaption {
  font-size: .9rem;
  font-style: italic;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
} */

.moodie .surveyanalysis span {
  font-style: italic;
  font-weight: 500;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.enbox .stat {
  background: #F3E0EE;
}

.stat {
  background: #F3EEDB;
  width: 200px;
  height: auto;
  padding: 30px;
  margin: 10px;
  text-align: center;
  -webkit-filter: drop-shadow(5px 5px 5px #FFFFFF);
  filter: drop-shadow(5px 5px 5px #e0e0e0);
}

.stat i {
  color: #81a9b8;
  font-size: 35px;
}

.stat span {
  color: #81a9b8;
  font-size: 1.5rem;
  font-weight: 900;
}

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

.enbox .stat h6 {
  font-size: 2rem;
  margin: 0;
}

.stat:hover {
  transform: scale(1.03);
  transition: all 0.1s ease-in-out;
}

.persona {
  text-align: center;
  border: 1px solid #bfbfbf;
  line-height: 30px;
  margin: 5px;
  padding-bottom: 30px;
}

.persona figure {
  margin-top: 100px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.personainfo {
  margin-top: -50px;
}

.personainfo p+p {
  margin-top: -20px;
}

.persona h5+p {
  margin-top: -30px;
}

.persona .goals h5 {
  width: 100%;
}

.goals p {
  margin: 0 auto;
  width: 60%;
}

.enbox .userstories {
  background: #F3E0EE;
}

.userstories {
  font-size: .9rem;
  background: #F3EEDB;
  grid-column: 2 / 12;
  line-height: 22px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 20px;
}

.userstories h4 {
  line-height: 30px;
  text-align: center;
}

.userstories p {
  padding-bottom: 10px;
  padding-top: 5px;
  margin: 0 auto;

}

.userstories p+p {
  border-top: solid 2px #81a9b8;
}

.enbox .userstories span {
  text-decoration: line-through;
}

.mockup figure {
  text-align: center;
}

.mockup img {
  width: 250px;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.research2 ol li {
  margin-top: 50px;
  font-size: 24px;
  line-height: 45px;
  word-spacing: 1.2px;
}

.list p+h4 {
  margin-top: 3em;
}

.personainfo {
  margin-top: 40px;
}

.personainfo span+p {
  margin-bottom: 40px;
  margin-top: 8px;
}

.flows {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.flows img {
  object-fit: contain;
}

.flows figcaption {
  font-weight: 600;
  margin-bottom: 20px;
}

.fullimage {
  grid-column: 3 / 11;
  margin: 0 auto;
  padding: 0;
  }
}


.ptsans {
  grid-column: 2 / 12;
}

.ptsans {
  flex-direction: column;
  font-family: 'pt sans', sans-serif;
  font-size: 28px;
  grid-column: 2 / 12;
  letter-spacing: .1em;
  line-height: 2em;
  padding: 2em;
  margin: 0 auto;
  width: 80%;
}

.ptsans h4 {
  text-align: center;
}

.ptsans figcaption {
  font-family: "open sans", sans-serif;
}

.bold span {
  font-weight: 800;
}

.preferencetesting {
  margin-left: auto;
  margin-right: auto;
}
/* CONTACT FORM */
.contactform {
  display: flex;
}

#fs-frm-inputs {
  border: none;
}

input {
  width: 100%;
  margin-bottom: 1em;
  height: 3em;
  padding-left: 10px;
}

textarea {
  width: 100%;
  height: 9em;
  padding-top: 10px;
  padding-left: 10px;
}

.contact {
  margin-left: 50px;
  margin-right: 50px;
}

.contact .button {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}


.contactform h2 {
  font-size: 1.8em;
  letter-spacing: 2.5px;
  line-height: 50px;
  margin-top: auto;
}

.contactme {
  text-align: center;
}

.contactme .button {
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  width: 250px;
}

.contactme span {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 45px;
  text-transform: uppercase;
}

.contactme p {
  letter-spacing: .5px;
  line-height: 28px;
}

footer {
  margin-top: 150px;
}

.footer {
  margin: 0 auto;
}

.footer ul {
   display: flex;
   list-style-type: none;
   margin: 0 auto;
   padding: 0;
   width: 200px;
   justify-content: space-around;
}

.footer img {
  width: 30px;
}

.copyright {
  font-size: .7em;
  text-align: center;
}

/*  Project Thumbnail Hover CSS Effect */
.project-thumb {
  height: auto;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.project-thumb img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  object-fit: cover;
}

.project-thumb figcaption {
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.project-thumb figcaption::before,
.project-thumb figcaption::after {
  pointer-events: none;
}

.project-thumb figcaption,
.project-thumb figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .project-thumb figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
} */

.project-thumb h2 {
  font-weight: 200;
}

.project-thumb h2,
.project-thumb p {
  margin: 0px;
  color: #ffffff;
}

.project-thumb p {
  font-size: 0.85rem;
}

figure.effect-bubba img {
  /* -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s; */
  -webkit-transition : -webkit-filter 500ms linear
}

figure.effect-bubba:hover img {
  filter: brightness(0%);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  padding-top: 25%;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.45s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.about-prev, .about-next {
  color: #222222;
  cursor: pointer;
  font-size: 3rem;
  position: absolute;
  top: 210px;
}

.about-next {
  right: 0px;
}
.about-prev:hover, .about-next:hover {
  color: #63808A;
  transition: all 0.1s ease-in-out;
}

.enbox .button {
  color: #F3E0EE;
}

.Button {
  color: #81a9b8;
 font-size: 18px;
 text-align:center;
 border-bottom: 3px solid #81a9b8;
 font-weight: 800;
 text-transform: uppercase;
 position:relative;
 -webkit-transition:all .25s;
 -o-transition:all .25s;
 transition:all .25s
}

.Button-md {
 width:-webkit-fit-content;
 width:-moz-fit-content;
 width:fit-content;
 padding: 20px 0
}

.hvr-sweep-to-top {
 display:inline-block;
 vertical-align:middle;
 -webkit-transform:perspective(1px) translateZ(0);
 transform:perspective(1px) translateZ(0);
 -webkit-box-shadow:0 0 1px transparent;
 box-shadow:0 0 1px transparent;
 position:relative;
 -webkit-transition-property:color;
 -o-transition-property:color;
 transition-property:color;
 -webkit-transition-duration:.25s;
 -o-transition-duration:.25s;
 transition-duration:.25s
}

.hvr-sweep-to-top:before {
 content:"";
 position:absolute;
 z-index:-1;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background:#81a9b8;
 -webkit-transform:scaleY(0);
 -ms-transform:scaleY(0);
 transform:scaleY(0);
 -webkit-transform-origin:50% 100%;
 -ms-transform-origin:50% 100%;
 transform-origin:50% 100%;
 -webkit-transition-property:transform;
 -webkit-transition-property:-webkit-transform;
 transition-property:-webkit-transform;
 -o-transition-property:transform;
 transition-property:transform;
 transition-property:transform,-webkit-transform;
 -webkit-transition-duration:.25s;
 -o-transition-duration:.25s;
 transition-duration:.25s;
 -webkit-transition-timing-function:ease-out;
 -o-transition-timing-function:ease-out;
 transition-timing-function:ease-out
}
.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
 opacity:1
}
.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
 -webkit-transform:scaleY(.2);
 -ms-transform:scaleY(.2);
 transform:scaleY(.2)
}

/* .slideshow-container {
  grid-column: 2 / 12;
}

.slideshow-container img{
  margin: 5px;
} */

.wireframes figcaption {
  grid-column: 2 / 12;
  font-size: .9rem;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 50px;
  margin-top: 20px;
  text-align: center;
}

/* .wireframe-container {
  grid-column: 2 / 12;
}

.wireframe-container2 img {
  max-width: 300px;
  margin: 5px;
} */

.logos {
  justify-content: space-around;
  width: 70%;
}

.logos img {
  width: 100%;
}

.conclusion span {
  font-size: 1.5rem;
  font-weight: 500;
}

/* .CYD-slideshow-container {
  display: flex;
  flex-direction: row;
  grid-column: 2 / 12;
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  z-index: 2;
}

.CYD-slideshow-container h4 {
  text-align: center;
}

.mySlides {
  display: none;
}

.mySlides img {
  border-radius: 50%;
}

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

.CYD-slide-text {
  margin: 8% auto;
  padding-left: 30px;
  padding-right: 30px;
}

.CYD-prev, .CYD-next {
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 4%;
  position: absolute;
  top: 200px;
  user-select: none;
}

.CYD-next {
  right: 0;
}

.CYD-prev:hover, .CYD-next:hover {
  text-shadow: 0 0 30px #FEF0AE;
} */

.scroll-please {
  display: none;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  max-width: 4rem;
}

.scroll-please:hover {
  box-shadow: 0 0 12px #D9042B;
}

.intro-set {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

.intro-icon {
  max-width: 3rem;
  margin-right: 2rem;
}

.intro-icon:hover {
  box-shadow: 0 0 8px #FEF0AE;
}

#btnScrollToTop {
  display: none;
  background: #FF365E;
  position: fixed;
  /* border-radius: 50%; */
  height: 50px;
  width: 50px;
  right: 10px;
  bottom: 50px;
  border: none;
  font-size: 15px;
  color: white;
  z-index: 99;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}

#btnScrollToTop:hover {
  background: #FFB3EC;
  transition: all 0.1s ease-in-out;
}

/* .hero {
   position: relative;
   width: 100vw;
   height: 100vh;
   display: flex;
   justify-content: center;
   align-items: center;
}

.hero::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url(../assets/bio/ben_smiling.png);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center center;
   filter: brightness(60%);
} */

/* .hero-content {
   position: relative;
   color: white;
   width: 50%;
} */

/* .hero-title {
   font-size: 3rem;
   font-weight: 600;
   margin-bottom: 0;
} */

/* .hero-subtitle {
   font-size: 2rem;
   font-weight: 200;
   margin-top: 1rem;
} */

.hero-button {
   background-color: #ae2d59;
   color: white;
   border: 1px solid #cb376a;
   margin-top: 5rem;
   padding: 0.9375rem1.875rem;
   font-family: "Monserrat", sans-serif;
   font-size: 1.125rem;
   font-weight: 200;
   cursor: pointer;
}

.hero-button:hover {
   background-color: #cb376a;
   border: 1px solid #db7598;
}
