/********* Base Styles *********/
html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/* Preload assets here. */
body:after {
  display: none;
  content: url(/img/check.png);
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {
  vertical-align: middle;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/********* Helper classes *********/
/* Image replacement. */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Clearfix: contain floats
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}

::-moz-selection {
  background-color: #77be32;
  color: #fff;
}
::selection {
  background-color: #77be32;
  color: #fff;
}

html, body {
  background: #000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.hideme {opacity: 0;}
.hideme-slide {opacity: 0; bottom: -100% !important;}
.fade {
  transition: all 1.5s ease-in-out;
}
.fade.delay {
  transition: all 1.5s ease-in-out;
}

/* JumpMenu Styles */
.jump-menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

/* Home Slider */
#home div {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.video-volume {
  bottom: 80px;
  cursor: pointer;
  margin-left: -12px;
  left: 50%;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(/img/audio-mute.png) no-repeat;
}
.video-volume-unmute {
  background: url(/img/audio.png) no-repeat;
}
.bouncing-arrow {
  margin-left: -16px;
  left: 50%;
  background: url(/img/arrow-down.png) no-repeat;
  animation: bounce 1s infinite;
  width: 32px !important;
  height: 32px !important;
}
@keyframes bounce {
  0% {bottom: 45px;}
  25%, 75% {bottom: 55px;}
  50% {bottom: 60px;}
  100% {bottom: 40px;}
}

@keyframes loader-anim {
  0% {left: -102px;}
  100% {left: 102px;}
}
.welcome {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: none;
}

/* Preload */
#home {height: 100%;}
.header {
  width: 100%;
  height: 75px;
  background: #fff;
  position: absolute;
  z-index: 75;
}
.clear {clear: both;}
.menu {
  float: right;
  margin-right: 68px;
}
.menu ul {list-style: none; padding: 0; height: 75px; margin: 0;}
.menu ul li {
  float: left;
  line-height: 75px;
  padding: 0 22px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.menu a {
  text-decoration: none;
  color: #414141;
  transition: all 0.5s ease-in-out;
}
.menu a:hover {
  transition: all 0.5s ease-in-out;
}
.logo {
  float: left;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 23px;
  font-weight: 400;
  cursor: pointer;
  line-height: 75px;
  margin-left: 68px;
}
.logo span {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 26px 7px 0 0;
}
.logo span span {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: 0;
}
.main-title .second-title {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif !important;
  width: 680px;
  text-transform: none;
  margin: auto;
}
.continue-button {
  width: 135px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  padding: 11px 25px 11px;
  cursor: pointer;
  border: 2px solid #77be32;
  border-radius: 10px;
  letter-spacing: 2px;
  pointer-events: auto;
  transition: all 0.5s ease-in-out;
}
.continue-button:hover {
  border: 2px solid #fff !important;
  background-color: #77be32;
}
.main-title {
  color: #fff;
  height: 385px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -176px;
  width: 100%;
  pointer-events: none;
  text-align: center;
  z-index: 10;
}
.main-title a {text-decoration: none;}
.main-title .spacer {width: 60px; margin: 30px auto 40px;}
.title-container {
  width: 90%;
  margin: 0 auto;
}
.main-title ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  position: relative;
  height: 100px;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  font-family: "Brandon Grot W01 Bold",'Montserrat',sans-serif,"Helvetica Neue",Helvetica,Arial;
  letter-spacing: 5px;
  z-index: 100;
}
.main-title ul li {
  width: 100%;
  text-align: center;
  position: absolute;
  opacity: 0;
  top: 40px;
  line-height: 100px;
  transition: all 0.5s ease-in-out;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.main-title li.current-title {
  opacity: 1;
  top: 0;
  transition: all 1s ease-in-out;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}

/* Featured Works Carousel */
.content {
  position: relative;
}
.dark {
  background: #f7f7f7;
  padding-bottom: 85px;
}
.title {
  font-weight: 300;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.title.one {
  color: #404141;
  font-size: 37px;
  letter-spacing: 5px;
  padding: 80px 0 30px;
}
.title.two {
  color: #757575;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  width: 680px;
  margin: 50px auto;
}
.light {
  background: #fff;
  padding-bottom: 20px;
}
.light2 {
  background: #f7f7f7;
  padding-bottom: 20px;
}

.dark:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 30px solid #f7f7f7;
  border-bottom: 0 solid transparent !important;
  border-right: 30px solid transparent !important;
  border-left: 30px solid transparent !important;
  left: 50%;
  bottom: -28px;
  margin-left: -29px;
  z-index: 10;
}
.full {
  width: 1180px;
  position: relative;
  margin: auto;
}
.title-full-one {
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #d7d9da;
}
.title-two, .title-full-two {
  font-weight: 300;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #434343;
  margin: 10px 0 50px;
}
.title-full-one {
  padding-top: 80px;
}

/* Parallax */
.parallax .p-dark {color: #404040;}
.parallax {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
.parallax.p-two {height: 625px;}
.p-two {background: url(/img/parallax/parallax.png) repeat;}
.p-title-one {
  font-weight: 400;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #fff;
  opacity: 0.5;
  padding-top: 140px;
}
.p-title-two {
  font-weight: 300;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  color: #fff;
  padding: 10px 0 30px;
}
.spacer {
  width: 100px;
  height: 2px;
  margin: auto;
}
.mobile-parallax-image {position: absolute; bottom: -3px; left: 50%; margin-left: -595px;}

/* Project Feature Scroller and Popup */
.tag-project {
  text-align: center;
  font-size: 12px;
  color: #929292;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
}

/* Services */
.services {
  position: relative;
  overflow: visible;
}
.tooltip {
  display: none;
  position: absolute;
  width: 220px;
  background: #000;
  top: auto;
  bottom: 75%;
  left: 50%;
  margin-left: -130px;
  padding: 5px 23px;
  margin-bottom: 30px;
}
.tooltip-bottom-triangle {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: auto;
  bottom: 75%;
  margin-bottom: 22px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(6,6,6,.85);
}
.details {
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.details ul {
  list-style: none;
  padding: 0;
}
.skill-experience {
  display: inline-block;
  margin: 0 7px -3px 0;
  width: 15px;
  height: 15px;
  background: url(/img/check.png) no-repeat #77be32;
}
.visible {display: block;}
.s-container {position: relative; width: 1180px; margin: auto;}
.stat-icon.first-stat {background-position: 0 0;}
.stat-icon.second-stat {background-position: -73px 0;}
.stat-icon.third-stat {background-position: -146px 0;}
.stat-icon.fourth-stat {background-position: -219px 0;}
.skill-element {
  width: 295px;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
}
.skill-title {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-top: 64px;
}
.skill-icon {
  cursor: crosshair !important;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 30px auto 30px;
  transition: all 0.4s ease-in-out;
}
.skill-icon:hover {
  background-color: #e6e6e6 !important;
}

/* Portfolio */
.project-title {
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  z-index: 20;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  filter: alpha(opacity=0);
  opacity: 0;
  background: url(/img/color-icons.png) no-repeat;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.nav-arrows .close {
  background-position: -264px bottom;
  border: none;
}
.nav-arrows .next-button {background-position: right bottom;}
.nav-arrows .prev-button {background-position: -218px bottom;}
.nav-arrows div {
  cursor: pointer;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 32px;
  border: 2px solid #ddd;
  border-radius: 50%;
  float: left;
  margin: 0 10px;
  text-align: center;
  background: url(/img/color-icons.png) no-repeat bottom right;
}
.nav-arrows {
  overflow: auto;
  width: 205px;
  margin: 40px auto 50px;
}
.portfolio-image {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.portfolio-element {
  box-sizing: border-box;
  border: 1px solid rgb(119,190,50);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  list-style: none;
}
.portfolio-element img {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.portfolio-element:hover img {
  opacity: 0.1;
  transition: all 0.4s ease-in-out;
}
.portfolio-element:hover div {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.portfolio-element:hover .project-title {
  opacity: 1;
}
.portfolio-element div {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.portfolio-element div span {
  display: block;
  padding: 0;
  margin: 20% 20px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.portfolio-element div span span {
  margin: auto;
}
.portfolio-element div span span.project-position {
  color: #555;
  font-size: 16px;
}
#options {
  float: right;
  right: 50%;
  position: relative;
  margin-bottom: 70px;
}
#filters {
  padding: 0;
  float: right;
  right: -50%;
  position: relative;
}
.folio-btn {
  border: 1px solid #77be32;
  width: 120px;
  text-align: center;
  list-style: none;
  background: #fff;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  margin: 0 5px 10px;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
}
.folio-btn-large {
  border: 1px solid #77be32;
  width: 135px;
  text-align: center;
  list-style: none;
  background: #fff;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  margin: 0 5px 10px;
  transition: all 0.4s ease-in-out;
}
.folio-btn-large2 {
  border: 1px solid #77be32;
  width: 90px;
  text-align: center;
  list-style: none;
  background: #fff;
  float: left;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #757575;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  margin: 0 5px 10px;
  transition: all 0.4s ease-in-out;
}
.folio-btn:hover,.folio-btn-large:hover,.folio-btn-large2:hover {
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.folio-btn.active,.folio-btn-large.active,.folio-btn-large2.active {
  border: 1px solid #fff;
  background: #77be32;
  color: #fff;
}



/* Image Footer Spacer */
.img-spacer {
  width: 1180px;
  margin: auto;
  position: relative;
  margin-top: 265px;
}
.img-item {
  position: absolute;
  top: -200px;
  z-index: 15;
}

/* Footer */
.footer-container {
  width: 1180px;
  margin: auto;
  overflow: auto;
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

/* Email Form */
.error {
  font-size: 14px;
  color: #b94a48;
}
.bay {
  overflow: hidden;
  background-color: transparent;
}
.contactForm {
  display: inline-block;
  width: 80%;
}
.form-section {
  margin-bottom: 10px;
}
.form-section textarea {
  height: 100px;
}
.contactForm .form-section .span9 {
  width: 100%;
  border: none;
  outline: none;
  padding: 11px;
  font-weight: 300;
  font-size: 13px;
  color: #a8a8a8;
  font-family: 'Montserrat', sans-serif;
  background: #fbfbfb;
}
.contour-btn {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  padding: 3px 30px;
  border-radius: 10px;
  border: none;
  transition: all 0.4s ease-out;
}
.contour-btn:hover {
  background: #f7f7f7 !important;
  transition: all 0.4s ease-out;
}

/* Stats */
.stat-element {
  width: 295px;
  height: auto;
  float: left;
  text-align: center;
}
.stat-icon {
  background: url(/img/stat-icons.png);
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}
.highlight {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 65px;
  color: #000;
  line-height: 65px;
}
.stat-details {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #7f7f7f;
  padding: 20px 0 100px;
  letter-spacing: 1px;
}

/* Scroll Up */
.scrollup {
  z-index: 500;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0.8;
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: none;
  background: #77be32;
  color: #fff;
  line-height: 55px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: center;
}

/* Project Window Ajax */
.project-show {overflow: auto;}
.project-window {
  width: 100%;
}
.project-content {
  width: 1180px;
  margin: auto;
}
.project-content img {width: 1180px;}
.project-content .project-container:first-child {border-top: solid 1px #f7f7f7;}
.description {
  color: #646464;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  margin-top: 55px;
}
.title-project {
  color: #000;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  margin: 5px 0 20px;
  text-align: center;
  font-weight: 300;
}

/* Social Contact Footer */
.contact {
  position: relative;
  background: #f7f7f7;
  width: 100%;
  height: 200px;
}
.contact .icons {
  margin: 60px auto 10px;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.contact .icons li {
  display: inline-block;
  margin-right: 10px;
}
.contact .icons li:last-of-type {margin-right: 0;}
.contact .icons li a {
  display: block;
  width: 65px;
  height: 65px;
  opacity: 0.6;
  transition: opacity 0.4s;
}
.contact .icons .github {
  background: url(/img/github.png) no-repeat center;
  background-size: 65px 65px;
}
.contact .icons .stackoverflow {
  background: url(/img/stackoverflow.png) no-repeat center;
  background-size: 65px 65px;
}
.contact .icons .hackerrank {
  background: url(/img/hackerrank.png) no-repeat center;
  background-size: 65px 65px;
}
.contact .icons .codecademy {
  background: url(/img/codecademy.png) no-repeat center;
  background-size: 65px 65px;
}
.contact .icons .linkedin {
  background: url(/img/linkedin.png) no-repeat center;
  background-size: 65px 65px;
}
.contact .icons li a:hover {
  opacity: 1;
  transition: opacity 0.3s;
}
.contact .copy-right {
  margin-top: 30px;
}

/* Jump Menu */
#navbar {
  display: none;
  width: 60em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -30em;
}
#navbar > a {
  display: none;
}
#navbar li {
  position: relative;
}
#navbar li a {
  color: #999;
  display: block;
  text-decoration: none;
}
#navbar span:after {
  width: 0;
  height: 0;
  border: 0.313em solid transparent;
  border-bottom: none;
  border-top-color: #efa585;
  content: '';
  vertical-align: middle;
  display: inline-block;
  position: relative;
  right: -0.313em;
}

/* First Level */
#navbar > ul {
  height: 3.75em;
  background-color: #f5f5f5;
  padding: 0;
}
#navbar > ul > li {
  width: 25%;
  height: 100%;
  float: left;
}
#navbar > ul > li > a {
  height: 100%;
  font-size: 1.5em;
  line-height: 2.5em;
  text-align: center;
}
#navbar > ul > li:not(:last-child) > a {
  border-right: 1px solid #77be32;
}
#navbar > ul > li:hover > a,
#navbar > ul:not(:hover) > li.active > a {
  color: #333;
}

/* Second Level */
#navbar li ul {
  background-color: #cc470d;
  display: none;
  position: absolute;
  top: 100%;
}
#navbar li:hover ul {
  display: block;
  left: 0;
  right: 0;
}
#navbar li:not(:first-child):hover ul {
  left: -1px;
}
#navbar li ul a {
  font-size: 1.25em;
  border-top: 1px solid #e15a1f;
  padding: 0.75em;
}

@media only screen and (max-width: 62.5em) {
  #navbar {
    width: 100%;
    margin: 0;
  }
}
#mobile-background {height: 100%; display: none; background-size: cover;}

/* Green Shaders */
.green .skill-icon,.green .portfolio-element,.green .stat-icon,.green .p-two {background-color: #77be32;}
.green .menu a:hover,.green .contour-btn:hover,.green #nav .current a,.green .second-title span {color: #77be32 !important;}
.green .spacer,.green .contour-btn,.green .folio-btn:hover,.folio-btn-large:hover,.folio-btn-large2:hover,.green .folio-btn.selected,.green .logo span span {background: #77be32;}
.green .logo span {background: #77be32; background: rgba(119,190,50,0.5);}
.green .selected {border: 2px solid #77be32 !important; background: #77be32 !important;}

/* Work Experience */
.work-container {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  text-align: center;
}
.work-exp {
  border: 2px solid #77BE32;
  border-radius: 25px;
}
.work-exp-left-0, .work-exp-right-0, .work-exp-left-1, .work-exp-right-1, .work-exp-left-2, .work-exp-right-2, .work-exp-left-3 {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto 40px;
  width: 650px;
  height: 100%;
  background-color: #f7f7f7;
}
.work-logo {
  padding: 10px 0;
}
.work-logo img {
  width: 100px;
  height: 100px;
}
.work-date-range {
  color: #a9a9a9;
}
.work-description {
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/* Isotope Filtering */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
  transition-duration: 1s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  transition: none;
}

/* Large tablets and small computer monitors (devices and browsers) */
@media only screen and (min-width: 976px) and (max-width: 1410px) {
  .main-title ul {font-size: 70px;}
  .full {width: 960px;}
  .stat-element {width: 240px;}
  .highlight {font-size: 55px;}
  .stat-details {font-size: 16px;}
  .img-spacer {width: 900px; margin-top: 190px;}
  .img-spacer img {width: 900px;}
  .img-item {top: -125px;}
  .footer-container {width: 959px; font-size: 15px;}
  .project-content {width: 900px;}
  .project-content img {width: 720px;}
  .s-container {width: 960px;}
  .skill-element {width: 240px;}
  .menu ul li {padding: 0 15px; font-size: 13px;}
  .mobile-parallax-image {margin-left: -470px; width: 940px;}
  .mobile-parallax-image img {width: 940px;}
  .parallax.p-two {height: 555px;}
  .main-title {font-size: 60px; height: 352px;top: 50%; margin-top: -176px;}
  .portfolio-element div span {font-size: 18px;}
  .main-title .spacer {margin: 5px auto 25px;}
  .project-title {top: 25%;}
  .title.two {font-size: 17px; padding: 0 40px; width: auto;}
}

/* Anything smaller than 975 pixels (devices and browsers) */
@media only screen and (max-width: 975px) {
  .horizontal-line {opacity: 1;}
  .menu {display: none;}
  .jump-menu {display: block;}
  .title.two {font-size: 17px; padding: 0 40px; width: auto;}
  .main-title {height: 350px;top: 50%; margin-top:-175px;}
  .continue-button {margin-top: 15px;}
  html {font-size: 75%;}
  #navbar {display: block; position: relative; top: auto; left: auto; font-size: 75%;}
  #navbar > a {
    width: 50px;
    height: 75px;
    text-align: left;
    text-indent: -9999px;
    position: relative;
    background: url(/img/menu-icon-blk.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    cursor: pointer;
  }
  #navbar:not(:target) > a:first-of-type,#navbar:target > a:last-of-type {display: block;}
  #navbar.active > ul {display: block;}
  #navbar > ul {height: auto; display: none; position: absolute; left: 0; right: 0; margin-top: 75px;}
  #navbar:target > ul {display: block;}
  #navbar > ul > li {width: 100%; float: none;}
  #navbar > ul > li > a {height: auto; padding: 0 0.833em; border-right: none; border-bottom: 1px dotted #77be32;}
  #navbar li ul {position: static; padding: 1.25em; padding-top: 0;}
  .portfolio-element div span {font-size: 16px;}
  .portfolio-element div span span.project-position {font-size: 14px;}
  .contactForm {width: 100%;}
}

/* Tablet portrait sizes (devices and browsers) */
@media only screen and (min-width: 796px) and (max-width: 974px) {
  .main-title ul {font-size: 60px;}
  .full {width: 783px;}
  .s-container {width: 705px;}
  .skill-element {width: 235px;}
  .stat-element {width: 180px; padding-left: 10px;}
  .stat-icon {margin: 0 auto;}
  .highlight {font-size: 40px;}
  .project-content {width: 700px;}
  .project-content img {width: 560px;}
  .img-spacer {width: 700px; margin-top: 150px;}
  .img-spacer img {width: 700px;}
  .img-item {top: -80px;}
  .footer-container {width: 700px; padding: 90px 0;}
  .stat-details {font-size: 15px; padding: 0 0 100px;}
  .mobile-parallax-image {margin-left: -380px; width: 760px;}
  .mobile-parallax-image img {width: 760px;}
  .title.two {font-size: 17px; padding: 0 40px; width: auto;}
  .parallax.p-two {height: 520px;}
  .main-title {font-size: 50px;}
  .main-title span {top: 100px;}
}

/* All mobile sizes (devices and browser) */
@media only screen and (max-width: 795px) {
  .main-title ul {margin-top: 0; height: 80px; font-size: 35px;}
  .main-title .spacer {margin: 20px auto;}
  .work-exp-left-0, .work-exp-right-0, .work-exp-left-1, .work-exp-right-1, .work-exp-left-2, .work-exp-right-2, .work-exp-left-3 {width: 100%; margin-left: 0;}
}

/* Mobile landscape size to tablet portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 795px) {
  .main-title .second-title {width: 345px;}
  .full {width: 466px;}
  .title.one {font-size: 40px; padding: 60px 40px 11px;}
  .title.two {font-size: 17px; padding: 0 40px; width: auto;}
  .s-container {width: 440px}
  .skill-element {width: 220px;}
  .stat-element {width: 100%;}
  #filters {padding: 0 40px;}
  .project-content {width: 400px;}
  .project-content img {width: 320px;}
  .img-spacer {width: 400px; margin-top: 50px;}
  .img-spacer img {width: 400px;}
  .img-item {top: 10px;}
  .footer-container {width: 400px;}
  .mobile-parallax-image {margin-left: -230px; width: 460px;}
  .mobile-parallax-image img {width: 460px;}
  .main-title {font-size: 25px;}
  .main-title span {top: 70px;}
  .logo {font-size: 23px;}
  .parallax.p-two {height: 400px;}
}

/* Mobile portrait size to mobile landscape size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .main-title {height: 300px; top: 50%; margin-top: -150px;}
  .logo {margin-left: 20px;}
  .main-title ul li {line-height: 50px;}
  .main-title .second-title {font-size: 14px; width: 90%;}
  .full {width: 300px;}
  .menu {display: none;}
  .title.one {font-size: 19px; padding: 40px 40px 50px; width: auto;}
  .title.two {font-size: 17px; padding: 0 40px; width: auto;}
  .p-title-two {font-size: 14px;}
  .stat-element {width: 100%;}
  #filters {padding: 0 40px;}
  .project-content {width: 300px;}
  .project-content img {width: 240px;}
  .img-spacer {width: 300px; margin-top: 0;}
  .img-spacer img {width: 300px;}
  .img-item {display: none;}
  .footer-container {width: 90%;}
  .s-container {width: 360px;}
  .skill-element {width: 180px;}
  .mobile-parallax-image {margin-left: -150px; width: 300px;}
  .mobile-parallax-image img {width: 300px;}
  .content {width: 100%; overflow: hidden;}
  .main-title {font-size: 30px;}
  .welcome {font-size: 13px;}
  .main-title span {top: 100px;}
  .parallax.p-two {height: 255px;}
  .parallax.p-two .spacer {display: none;}
  .p-title-one {padding-top: 40px;}
  .scrollup {display: none !important;}
  .bouncing-arrow {display: none;}
  .tooltip {width: 100%; left: 0; margin-left: 0; padding: 0;}
  .details {line-height: 25px; padding: 5px;}
  .contact .icons li {margin-right: 5px;}
  .contact .icons li a {width: 55px; height: 55px;}
  .contact .icons .github {background-size: 55px 55px;}
  .contact .icons .stackoverflow {background-size: 55px 55px;}
  .contact .icons .hackerrank {background-size: 55px 55px;}
  .contact .icons .codecademy {background-size: 55px 55px;}
  .contact .icons .linkedin {background-size: 55px 55px;}
}

/* Small Mobile Screens */
@media only screen and (max-width: 359px) {
  .s-container {width: 100%;}
  .skill-element {width: 50%;}
  .skill-icon {width: 130px; height: 130px;}
  .skill-title {padding-top: 50px; font-size: 20px;}
  .contact .icons li {margin-right: 5px;}
  .contact .icons li a {width: 50px; height: 50px;}
  .contact .icons .github {background-size: 50px 50px;}
  .contact .icons .stackoverflow {background-size: 50px 50px;}
  .contact .icons .hackerrank {background-size: 50px 50px;}
  .contact .icons .codecademy {background-size: 50px 50px;}
  .contact .icons .linkedin {background-size: 50px 50px;}
}

/* Mobile portrait size to mobile landscape size (devices and browsers) */
@media only screen and (max-height: 600px) {
  .video-volume {bottom: 50px;}
}

/* Mobile portrait size to mobile landscape size (devices and browsers) */
@media only screen and (max-height: 500px) {
  .video-volume {bottom: 10px;}
  .bouncing-arrow {display: none;}
}

#banner {
  padding: 6em 5em 4em 5em ;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex; }
  #banner h1 {
    margin-top: -0.125em; }
  #banner .content {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-shrink: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 50%; }
  #banner .image {
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin: 0 0 2em 4em;
    width: 50%; }
    #banner .image img {
      height: 100%;
      -moz-object-fit: cover;
      -webkit-object-fit: cover;
      -ms-object-fit: cover;
      -o-object-fit: cover;
         object-fit: cover;
      -moz-object-position: center;
      -webkit-object-position: center;
      -ms-object-position: center;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
  @media screen and (orientation: portrait) {
    #banner {
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #banner h1 br {
        display: none; }
      #banner .content {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; }
      #banner .image {
        -moz-flex-grow: 0;
        -webkit-flex-grow: 0;
        -ms-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 0 0 4em 0;
        height: 25em;
        max-height: 50vh;
        min-height: 18em;
        width: 100%; } }
  @media screen and (orientation: portrait) and (max-width: 480px) {
    #banner .image {
      max-height: 35vh; } }

/* inner */
.inner {
  padding: 0 6em 0.1em 6em;
  margin: 0 auto;
  max-width: 110em;
}

/* Adjust section padding inside .inner */
.inner > section {
  padding: 6em 0 4em 0;
  border-top: solid 2px rgba(210, 215, 217, 0.75);
}

/* Remove border-top for the first section inside .inner */
.inner > section:first-of-type {
  border-top: 0 !important;
}

/* Media query for screen size max-width 1680px */
@media screen and (max-width: 1680px) {
  .inner {
    padding: 0 5em 0.1em 5em;
  }

  .inner > section {
    padding: 5em 0 3em 0;
  }
}

/* Media query for screen size max-width 1280px */
@media screen and (max-width: 1280px) {
  .inner {
    padding: 0 4em 0.1em 4em;
  }

  .inner > section {
    padding: 4em 0 2em 0;
  }
}

/* Media query for screen size max-width 736px */
@media screen and (max-width: 736px) {
  .inner {
    padding: 0 2em 0.1em 2em;
  }

  .inner > section {
    padding: 3em 0 1em 0;
  }
}

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0.375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #77be32;
  color: #77be32;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 3.5em;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover {
    background-color: rgba(106, 245, 108, 0.1); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  button:active,
  .button:active {
    background-color: rgba(106, 245, 108, 0.3); }
  input[type="submit"].icon:before,
  input[type="reset"].icon:before,
  input[type="button"].icon:before,
  button.icon:before,
  .button.icon:before {
    margin-right: 0.5em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  button.fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  button.small,
  .button.small {
    font-size: 0.6em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  button.large,
  .button.large {
    font-size: 1em;
    height: 3.65em;
    line-height: 3.65em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  button.primary,
  .button.primary {
    background-color: #77be32;
    box-shadow: none;
    color: #ffffff !important; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    button.primary:hover,
    .button.primary:hover {
      background-color: #77be32; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    button.primary:active,
    .button.primary:active {
      background-color: #77be32; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  button.disabled,
  button:disabled,
  .button.disabled,
  .button:disabled {
    pointer-events: none;
    opacity: 0.25; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon:before {
    line-height: inherit; }
  .icon.solid:before {
    font-weight: 900; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands'; }

    .about-me {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      text-align: left;
      padding: 20px; /* Adjust as necessary */
      gap: 20px; /* Space between text and image */
  }
  
  .about-me img {
      -ms-flex-negative: 0;
          flex-shrink: 0; /* Prevent the image from shrinking */
      width: 150px; /* Adjust as necessary */
      height: auto;
      margin-right: 20px; /* Space between image and text */
  }
  
  .about-me-text {
      max-width: 60%; /* Adjust as needed to control text width */
  }
  