@use "normalize";
* {
  box-sizing: border-box; }

.row::after {
  content: "";
  clear: both;
  display: table; }

.smalljob h2, h3 {
  display: inline; }

.smalljob li a {
  background-color: unset;
  display: unset;
  padding: unset;
  font-size: unset;
  text-decoration: underline; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  float: left;
  padding: 0.938em; }

td {
  padding: 1.250em 6.250em 0.313em 0; }

body {
  text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #2C423F; }

* {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.navMenu, .navMenu *,
.footerNavMenu, .footerNavMenu *,
.mobileLinks, .mobileLinks *,
.navName, .navName *,
.footerNavName, .footerNavName *,
.threeLine, .footerThreeLine,
.arrow {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

div {
  display: block; }

.background {
  height: 100%;
  background-image: url("../images/journey-compressor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: -1;
  min-height: 100%; }

.background1 {
  height: 50em;
  background-image: url("../images/islandbasin-compressor.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.content {
  top: 50%;
  left: 50%;
  margin: 2.125em 3.125em 4.125em 3.125em;
  text-transform: uppercase;
  font-size: 4.375em;
  font-weight: 100;
  color: #E6E0E0; }

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

a#arrow:visited {
  color: inherit;
  text-decoration: none; }

.arrow {
  font-size: 3em;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

a {
  color: #E6E0E0;
  text-decoration: none; }

a:visited {
  color: #E6E0E0;
  text-decoration: none; }

.navMenu {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: #2C423F;
  font: 1.15em "Lato"; }
  .navMenu h1 {
    font-family: "Lato"; }
  .navMenu p {
    color: #E6E0E0; }
  .fix-search .navMenu {
    position: fixed;
    bottom: 0.625em; }

@media (max-width: 1024px) {
  .navMenu {
    position: relative;
    background: transparent !important; }
  .flexcontainer {
    position: relative;
    background: transparent !important;
    overflow: visible !important; }
  .col-10 {
    position: relative;
    background: transparent !important;
    overflow: visible !important; }
  .col-12 {
    background: transparent !important;
    overflow: visible !important; } }

#footerNavMenu {
  width: 100%;
  height: auto;
  background-color: #2C423F;
  font: 1.15em "Lato";
  text-align: center; }
  #footerNavMenu h1 {
    font-family: "Lato"; }
  #footerNavMenu p {
    color: #E6E0E0; }
  .fix-search #footerNavMenu {
    position: fixed;
    bottom: 0.625em; }

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

.navMenu1 {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0; }
  .fix-search .navMenu1 {
    background: #eee; }

.about {
  width: 100%;
  height: auto;
  background-color: #E6E0E0;
  font: 1.15em "Lato"; }
  .about h1 {
    font-family: "Bitter"; }
  .about h2 {
    font-family: "Lato";
    font-weight: 300; }
  .about h3 {
    font-family: "Lato";
    font-weight: 700; }

.work {
  width: 100%;
  height: auto;
  background-color: #829191;
  color: #E6E0E0;
  font: 1.15em "Lato"; }
  .work h1 {
    font-family: "Bitter"; }
  .work h2 {
    font-family: "Lato";
    font-weight: 300; }
  .work h3 {
    font-family: "Lato";
    font-weight: 700; }

.projects {
  width: 100%;
  height: auto;
  padding-top: 1.5em;
  background-color: #4C5B61;
  color: #829191;
  font: 1.15em "Lato"; }
  .projects h1 {
    font-family: "Bitter"; }

.showcase {
  background-color: #000000;
  height: 18.63em;
  overflow: hidden;
  padding: 0; }

.img {
  height: 18.63em;
  object-fit: cover;
  transition: .2s; }

.description {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 100%;
  visibility: hidden;
  opacity: 0; }

p.description {
  font-size: 1em;
  color: #fff; }

.gmail-cli {
  position: relative;
  overflow: hidden;
  width: 100%; }

.gmail-cli .img {
  object-fit: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.gmail-cli:hover .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.gmail-cli:hover .description {
  visibility: visible;
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.stateofco {
  position: relative;
  overflow: hidden; }

.stateofco .img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.stateofco:hover .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.stateofco:hover .description {
  visibility: visible;
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.weatherapp {
  position: relative;
  overflow: hidden; }

.weatherapp .img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.weatherapp:hover .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.weatherapp:hover .description {
  visibility: visible;
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.gcamp {
  position: relative;
  overflow: hidden; }

.gcamp .img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.gcamp:hover .img, .gcamp:active .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.gcamp:hover .description, .gcamp:active .description {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.soundboard {
  position: relative;
  overflow: hidden; }

.soundboard .img {
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.soundboard:hover .img, .soundboard:active .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.soundboard:hover .description, .soundboard:active .description {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.staytuned {
  position: relative;
  overflow: hidden; }

.staytuned .img {
  width: 100%;
  object-fit: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.staytuned:hover .img, .staytuned:active .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3; }

.staytuned:hover .description, .staytuned:active .description {
  visibility: visible;
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.menu {
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  background-color: #E6E0E0; }
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .menu li {
    float: left; }
  .menu li a {
    display: inline-block;
    padding: 0.500em 4.688em;
    background-color: #E6E0E0; }

.profile {
  padding-top: 4.18em;
  background-color: #E6E0E0; }

.gallery {
  margin-top: 2.25em; }

.me {
  text-align: left; }

.you {
  text-align: left; }

.contact {
  width: 100%;
  height: auto;
  background-color: #2C423F;
  color: #E6E0E0;
  text-align: left; }

.skills {
  padding: 1.563em;
  text-align: left; }
  .skills ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .skills li {
    list-style: none; }

.skills p {
  display: inline;
  margin-right: 1.563em; }

.experience {
  padding: 1.563em;
  text-align: left; }

.logo img {
  height: 18.75em;
  margin-top: 6em; }

h1 {
  font-size: 1.8em;
  font-weight: 400;
  margin: 0; }

.doc {
  margin: 3em 0;
  font-size: 1.1em;
  font-weight: 300; }
  .doc a {
    border: 0.063em solid white;
    border-radius: 0.188em;
    padding: 0.75em 0.7em;
    color: white;
    text-decoration: none;
    transition: color 0.1s linear; }
    .doc a:hover {
      background: rgba(0, 0, 0, 0.2);
      color: white;
      transition: all 0.15s linear; }

.welcome {
  -webkit-animation-name: welcome;
  -webkit-animation-duration: .9s; }

ul {
  width: 100%;
  padding-left: 1.25em; }

li {
  width: 100%;
  border-right: none; }

li a {
  display: block;
  background: #ddd;
  padding: 4% 10%;
  font-size: 1.35em;
  text-decoration: none; }

.flexcontainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  height: 2em; }

.flexcontainer #menu {
  display: inline; }

.flexcontainer [class*="col-"] {
  padding: 0;
  height: 100%; }

@media (min-width: 1025px) {
  .js {
    display: flex !important;
    flex-direction: row !important;
    height: auto !important;
    overflow: visible !important;
    justify-content: center;
    align-items: center; }
  .js .col-2 {
    display: flex;
    align-items: center;
    justify-content: center; }
  #menuThreeLine {
    display: none !important; } }

div#menu.threeLine p {
  color: #E6E0E0;
  margin-top: 0.250em; }

div#menu.navName p {
  margin: 0.50em 0em; }

div#footerMenu.footerThreeLine p {
  color: #E6E0E0;
  margin-top: 0.250em; }

div#footerMenu.footerNavName p {
  height: auto;
  margin-top: 0.50em; }

.js {
  background-color: #2C423F;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: auto; }

.together p, img {
  display: inline-block; }

.together img {
  width: 3.750em;
  height: 3.750em;
  float: right;
  margin-right: 21.563em;
  margin-bottom: 3.125em;
  border-radius: 75%;
  border: 0.188em solid #829191; }

.flexcontainer #thanks {
  display: inline; }

.flexcontainer #footerMenu {
  display: inline; }

.thanks {
  height: auto;
  margin-left: 5.45%;
  font-size: 1.15em; }

.linkedin {
  width: 1.5625em; }

.github {
  width: 1.5625em; }

.email {
  width: 1.5625em; }

#resume {
  width: 1.5625em; }

.resume {
  margin-top: 2.25em; }

.fineprint {
  font-size: .5em;
  font-weight: 125;
  color: #829191;
  text-align: center; }

.mobileLinks {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 1em; }
  .mobileLinks .col-2 {
    width: auto;
    padding: 0.25em 0.1em;
    flex: 1 1 25%;
    margin: 0; }
  .mobileLinks .footerNavName p {
    color: #E6E0E0;
    margin: 0;
    font-size: 0.9em;
    text-transform: lowercase; }
  .mobileLinks .footerNavName a {
    color: #E6E0E0;
    text-decoration: none; }
    .mobileLinks .footerNavName a:hover {
      color: #829191;
      transition: color 0.2s ease; }

.star {
  color: #4C5B61; }

.blog {
  margin: 1.5em; }

#nav-icon3 {
  width: 1em;
  height: .75em;
  position: relative;
  margin-top: 0.50em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #E6E0E0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0em; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 0.438em; }

#nav-icon3 span:nth-child(4) {
  top: 0.875em; }

#nav-icon3.open span:nth-child(1) {
  top: 0.875em;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 0.875em;
  width: 0%;
  left: 50%; }

.profile {
  font: 1.15em "Lato"; }
  .profile h1 {
    font-family: "Bitter"; }

@media (max-width: 1024px) {
  .background {
    display: none; }
  .background1 {
    display: none; }
  #anchorArrow {
    display: none; }
  .content {
    top: 50%;
    left: 50%;
    margin: 4.125em 3.125em 2.125em 3.125em;
    text-transform: uppercase;
    font-size: 1.375em;
    font-weight: 100;
    color: #E6E0E0; }
  .resume {
    margin-top: 0; }
  .profile {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #E6E0E0 !important;
    width: 100% !important; }
  .profile.col-12 {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #E6E0E0 !important;
    width: 100% !important; }
  .profile .col-12 {
    padding: 0.5em !important;
    margin: 0 !important;
    background-color: #E6E0E0 !important;
    width: 100% !important; }
  .about {
    background-color: #E6E0E0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  [class*="col-"] {
    padding: 0.25em !important; }
  .about [class*="col-"] {
    padding: 0.1em !important; }
  .about-text-v1 {
    margin: 0.5em 0 !important;
    padding: 0 0.5em !important;
    line-height: 1.4 !important; }
  .about h1 {
    margin: 0.25em 0 !important;
    padding: 0 0.5em !important; }
  .row {
    margin: 0 !important; }
  body {
    margin: 0 !important;
    padding: 0 !important; }
  .profile h1, .profile p {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .row:has(.profile),
  .row .profile,
  div[name="aboutAnchor"],
  #aboutAnchor {
    background-color: #E6E0E0 !important;
    margin: 0 !important;
    padding: 0 !important; }
  .about + .work,
  .profile + * {
    margin-top: 0 !important; }
  #anchorArrow2.work {
    display: none; }
  #anchorArrow2.work {
    display: none; }
  #anchorArrow3.projects {
    display: none; }
  .thanks {
    display: none; }
  .anchorLinks {
    display: none; }
  .fineprint {
    margin-top: 7em;
    font-size: .5em;
    font-weight: 125;
    color: #829191;
    text-align: center; }
  .mobileLinks {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-direction: row !important;
    justify-content: space-evenly !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 1em 0 !important;
    padding: 0.5em 0 !important;
    background-color: #2C423F !important;
    min-height: 50px !important;
    position: relative !important;
    z-index: 100 !important; }
    .mobileLinks .col-2 {
      display: block !important;
      visibility: visible !important;
      width: auto !important;
      padding: 0.25em 0.1em !important;
      flex: 1 1 25% !important;
      text-align: center !important;
      background-color: #2C423F !important;
      min-width: 0 !important;
      margin: 0 !important; }
    .mobileLinks .footerNavName {
      width: 100% !important;
      display: block !important;
      visibility: visible !important; }
      .mobileLinks .footerNavName a {
        display: block !important;
        visibility: visible !important;
        padding: 0.5em 0.1em !important;
        color: #E6E0E0 !important;
        text-decoration: none !important;
        font-size: 0.85em !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin: 0 !important; }
        .mobileLinks .footerNavName a:hover {
          color: #829191 !important;
          background-color: rgba(130, 145, 145, 0.1) !important;
          border-radius: 4px !important; }
      .mobileLinks .footerNavName p {
        display: block !important;
        visibility: visible !important;
        color: #E6E0E0 !important;
        margin: 0 !important;
        font-size: 0.85em !important;
        text-transform: lowercase !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important; }
  #footerNavMenu {
    overflow: visible !important;
    height: auto !important; }
  #footerNavMenu .flexcontainer {
    overflow: visible !important;
    height: auto !important; }
  #footerNavMenu .col-12 {
    overflow: visible !important;
    height: auto !important; }
  .js {
    background: #2C423F !important;
    background-color: #2C423F !important;
    background-image: none !important;
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-direction: column;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
    z-index: 1000 !important; }
    .js::before, .js::after {
      background: #2C423F !important;
      background-color: #2C423F !important; }
    .js * {
      background-color: #2C423F !important;
      background-image: none !important; }
    .js .col-2 {
      width: 100%;
      padding: 0;
      border-bottom: 1px solid rgba(230, 224, 224, 0.1);
      background: #2C423F !important;
      background-color: #2C423F !important; }
    .js .navName {
      text-align: center;
      background: #2C423F !important;
      background-color: #2C423F !important; }
      .js .navName a {
        display: block;
        padding: 1rem;
        color: #E6E0E0 !important;
        text-decoration: none;
        background: #2C423F !important;
        background-color: #2C423F !important; }
        .js .navName a:hover {
          background-color: rgba(130, 145, 145, 0.2) !important; }
      .js .navName p {
        margin: 0;
        font-size: 1.1em;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #E6E0E0 !important;
        background: transparent !important; } }

@media (max-width: 1024px) {
  div.js[style*="display: flex"] {
    background: #2C423F !important;
    background-color: #2C423F !important;
    background-image: none !important;
    position: absolute !important;
    margin: 0 !important;
    z-index: 1000 !important; }
  .col-10 .js {
    background: #2C423F !important;
    background-color: #2C423F !important;
    background-image: none !important;
    position: absolute !important;
    margin: 0 !important;
    z-index: 1000 !important; }
  .flexcontainer .js {
    background: #2C423F !important;
    background-color: #2C423F !important;
    background-image: none !important;
    position: absolute !important;
    margin: 0 !important;
    z-index: 1000 !important; } }

.navMenu h1, .navMenu h2, .navMenu h3,
#footerNavMenu h1, #footerNavMenu h2, #footerNavMenu h3,
.about h1, .about h2, .about h3,
.work h1, .work h2, .work h3,
.projects h1, .projects h2, .projects h3,
.profile h1, .profile h2, .profile h3,
.contact h1, .contact h2, .contact h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

@media (max-width: 1024px) {
  *, *::before, *::after {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !important; } }
