html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 62.5%;
  line-height: 1;
  overflow-x: hidden;
  background: linear-gradient(292deg, #0b0b09, #282a2d);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

br { display: block; margin-bottom: 12px; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; }

h1 {
  display: block;
  font-size: 4.2em;
  line-height: 1.5em;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.55);
}



/* page structure */
#wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
}

#wrapper img {
  box-shadow: 0 100px 100px rgba(0, 0, 0, 0.3);
  max-width: 50%;
  height: auto;
}



/* animated elements */
.animateblock {
  padding: 8px 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left {
  margin-left: -2%;
}
.animateblock.left.animated {
  margin-left: 20%;
}

.animateblock.right-horz {
  display: block;
  margin-top: 5%;
  margin-left: 60%;
}
.animateblock.right-horz.animated {
  margin-left: 30%;
}

.animateblock.right-vert {
  display: block;
  margin-top: 5%;
  margin-left: 80%;
}
.animateblock.right-vert.animated {
  margin-left: 30%;
}

.animateblock.topimg {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.topimg.animated {
  margin-top: 0px;
}

.animateblock.toptext {
  display: block;
  width: auto;
  text-align: center;
  margin-top: -25px;
}
.animateblock.toptext.animated {
  margin-top: 56px;
}

.animateblock.toptext p {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
}

.animateblock.btm-a {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 15%;
}
.animateblock.btm-a.animated {
  margin-top: 8%;
}

.animateblock.btm-b {
  display: block;
  width: auto;
  text-align: center;
  margin-top: 15%;
}
.animateblock.btm-b.animated {
  margin-top: -2%;
}

.animateblock.centerleft {
  display: block;
  width: auto;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
  margin-top: 5%;
}

.animateblock.centerright {
  display: block;
  width: auto;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 10%;
  text-align: center;
}
.animateblock.size.animated {
  width: 100%;
  height: 100%;
}
.animateblock.size img {
  max-width: 100%;
  height: auto;
}

/* THIS IS WHERE I STARTED CODE FROM THE PREVIOS STYLE SHEET */

/* This is for the menu styling and the overlay */



#toggle {
  display: none;
}

/**
 * Hamburger icon
 */
.hamburger {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  z-index: 200000;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-bottom: 100px;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  left: 0;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 12px;
}
.hamburger span:nth-child(4) {
  top: 24px;
}

/**
 * Overlay
 */
.overlay {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

/**
 * Nav menu
 */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.8);
  overflow-y: auto;
  padding: 3rem;
  transform: translate3d(calc(-100% - 24px), 0, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  z-index: 199000;
  pointer-events: none;
}

.nav a {
  width: 65%;
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4vw;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  display: block;
  padding: 1rem;
}

.nav a:hover {
  text-decoration: none;
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

.hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 75%;
  right: 75%;
  bottom: 0;
  background: #fff;
  height: 10px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center-nav:hover:before, .hvr-underline-from-center-nav:focus:before, .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}

/**
 * Open states
 */
#toggle:checked ~ .hamburger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#toggle:checked ~ .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
#toggle:checked ~ .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
#toggle:checked ~ .hamburger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#toggle:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

#toggle:checked ~ .nav {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

/* END OF NAV OVERLAY POP UP STYLING */

/* BEGINNING OF WORK H TAGS FOR PORTFOLIO PAGE */


#workintro1 {
  margin-top: 12%;
}

#workintro1 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 0;
  color: #fff;
}

#workintro1 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  padding-left: 0%;
}

#workintro2 {
  margin-top: 12%;
}

#workintro2 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 0;
  color: #fff;
}

#workintro2 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  padding-left: 2%;
}


#workintro3 {
  margin-top: 12%;
}

#workintro3 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 0;
  color: #fff;
}

#workintro3 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  margin-left: 27.5% !important;
}

#workintro4 {
  margin-top: 12%;
  margin-left: -10%;
}

#workintro4 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 10%;
  color: #fff;
}

#workintro4 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  margin-left: 30% !important;
}


#workintro5 {
  margin-top: 12%;
  margin-left: -10%;
}

#workintro5 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 10%;
  color: #fff;
}

#workintro5 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  margin-left: 31% !important;
}


#workintro6 {
  margin-top: 12%;
  margin-left: -10%;
}

#workintro6 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 10%;
  color: #fff;
}

#workintro6 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  margin-left: 40% !important;
}


#workintro7 {
  margin-top: 12%;
  margin-left: -10%;
}

#workintro7 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 10%;
  color: #fff;
}

#workintro7 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  margin-left: 25% !important;
}


#workintro8 {
  margin-top: 12%;
}

#workintro8 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  
  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 0;
  color: #fff;
}

#workintro8 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 29%;
  padding-left: 3%;
}


#workintro9 {
  margin-top: 12%;
  margin-left: -5%;
}

#workintro9 h1 { 
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 10vw;  
  letter-spacing: -2px;
  opacity: 0.9;
  margin: 2% 0 0 6%;
  color: #fff;
}

#workintro9 h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 4.5vw;
  background-color: #0b0b09;
  opacity: 0.9;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  position: absolute !important;
  margin: 2% 0 0 33%;
}

/* THIS KEYFRAME CONTROLS THE FADE IN ANIMATION FOR THE H TAGS FOR EACH PORTFOLIO PAGE */

.h2-port1-title, .h1-port1-title, p {
  -webkit-animation: portfolioText 7s 1;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation: portfolioText 7s 1;
  animation-delay: 0s;
  animation-fill-mode: both;
}

@-webkit-keyframes portfolioText {
  0% {
    opacity: 0;
  }
  37% {
    opacity: .75;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes portfolioText {
  0% {
    opacity: 0;
  }
  37% {
    opacity: .75;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* THIS CONTROLS THE LINK TO GO TO THE NEXT PROJECT - MOSTLY USED FOR MY ONBODY AND SOFT STYLE WORK */

#port-next1 {
  margin-top: 5% !important;
  margin-left: 34% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next1 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 3%;
}

#port-next1 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 3%;
}

#port-next1 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next1 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next1 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next1 .hvr-underline-from-center-nav:hover:before, #port-next1 .hvr-underline-from-center-nav:focus:before, #port-next1 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}

/* ------ */


#port-next2 {
  margin-top: 5% !important;
  margin-left: 34% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next2 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 3%;
}

#port-next2 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 1%;
}

#port-next2 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next2 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next2 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next2 .hvr-underline-from-center-nav:hover:before, #port-next2 .hvr-underline-from-center-nav:focus:before, #port-next2 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}


/* ------ */


#port-next3 {
  margin-top: 5% !important;
  margin-left: 37% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next3 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 0%;
}

#port-next3 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 1%;
}

#port-next3 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next3 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next3 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next3 .hvr-underline-from-center-nav:hover:before, #port-next3 .hvr-underline-from-center-nav:focus:before, #port-next3 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}


/* ------- */

#port-next4 {
  margin-top: 5% !important;
  margin-left: 37% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next4 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 0%;
}

#port-next4 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 5%;
}

#port-next4 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next4 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next4 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next4 .hvr-underline-from-center-nav:hover:before, #port-next4 .hvr-underline-from-center-nav:focus:before, #port-next4 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}

/* ------- */


#port-next5 {
  margin-top: 5% !important;
  margin-left: 34% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next5 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 3%;
}

#port-next5 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 11%;
}

#port-next5 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next5 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next5 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next5 .hvr-underline-from-center-nav:hover:before, #port-next5 .hvr-underline-from-center-nav:focus:before, #port-next5 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}


/* ---------- */


#port-next6 {
  margin-top: 5% !important;
  margin-left: 34% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next6 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 3%;
}

#port-next6 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 10%;
}

#port-next6 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next6 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next6 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next6 .hvr-underline-from-center-nav:hover:before, #port-next6 .hvr-underline-from-center-nav:focus:before, #port-next6 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}

/*  ------ */

#port-next7 {
  margin-top: 5% !important;
  margin-left: 34% !important;
  padding-bottom: 15%;
  z-index: 11;
}

#port-next7 p {
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #000;
  color: transparent;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 10px 10px 1px 10px;
  margin-left: 3%;
}

#port-next7 a {
  text-decoration: none;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 2.5vw;
  background-color: #fff;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(80,82,85,0.3);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-transform: uppercase;
  padding: 0px 10px 5px 10px;
  margin-top: 2%;
  margin-left: 3%;
}

#port-next7 a:hover {
  background-color: #fff;
  opacity: 0.75;
  color: #fff;
  text-shadow: 0 0 100px ##97999b;
}

#port-next7 .hvr-underline-from-center-nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

#port-next7 .hvr-underline-from-center-nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 70%;
  right: 70%;
  bottom: -56%;
  background: #fff;
  height: 28px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#port-next7 .hvr-underline-from-center-nav:hover:before, #port-next7 .hvr-underline-from-center-nav:focus:before, #port-next7 .hvr-underline-from-center-nav:active:before {
  left: 0;
  right: 0;
}


/* ------- */

video {
  width: 70%;
  height: auto;
}


/* --- THIS IS THE FADE FOR THE TEXT ON THE ABOUT ME PAGE SIMILAR TO WHAT IS ON THE HOMEPAGE */

.introTextFade p {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 5vw;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
  margin-top: 10%;
  width: 85%;
  line-height: 6.5vw;
  -webkit-animation: introText 7s 1;
  -webkit-animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation: introText 7s 1;
  animation-delay: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes introText {
  0% {
    opacity: 0;
  }
  37% {
    opacity: .75;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: .75;
  }
  95% {
    opacity: .5;
  }
  98% {
    opacity: .25;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes introText {
  0% {
    opacity: 0;
  }
  37% {
    opacity: .75;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  92% {
    opacity: .75;
  }
  95% {
    opacity: .85;
  }
  98% {
    opacity: .9;
  }
  
  100% {
    opacity: 1;
  }
}

/*    DONE WITH ANIMATION FOR QUOTE  */

/* USE FOR TEXT TRANSFORM ON ABOUT ME BODY */

.aboutme {
  font-size: 2.5vw !important;
  line-height: 4vw !important;
  font-weight: 300 !important;
  text-transform: none !important;
  margin-top: -10% !important;
  color: #fff !important;
  opacity: 0.6 !important;
  width: 85% !important;
  text-align: center;
  margin: 0 auto;
}

.aboutme a {
  color: #fff;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
  text-decoration: none;
}


/* --- media queries - mostly for the text on mobile ---*/

@media screen and (max-width: 475px) {
  .introTextFade p {
    font-size: 7vw !important;
    line-height: 8vw;
    margin-top: 25%;
  }

  .aboutme {
    font-size: 4vw !important;
    line-height: 5.5vw !important;
  }

  .aboutme a {
    font-size: 4vw;
  }

  #port-next1 p, #port-next1 a, #port-next2 p, #port-next2 a, #port-next3 p, #port-next3 a, #port-next4 p, #port-next4 a, #port-next5 p, #port-next5 a, #port-next6 p, #port-next6 a, #port-next7 p, #port-next7 a {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .animateblock.toptext p {
    color: #fff;
  }

  .nav a {
    font-size: 7vw;
  }

}







