@import "https://fonts.googleapis.com/css?family=Oswald:400,700,800i";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,800i";
@import "../fonts/custom/custom_font.css";
@import "../fonts/simple-line-icons/simple-line-icons.css";
@import "../fonts/fontawesome/fontawesome.css";

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  font-size: 14px;
  overflow: auto;
}
/*--- CSS Scroll Control ---*/
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1); 
     background: transparent;
}
 
::-webkit-scrollbar-thumb {
  background-color: #255a55;
  border-radius: 10px;
  outline: 1px solid #555;
}*/

/*-- Extra Utilities --*/
.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}
.parallax {
  perspective: 1px;
  /* height: 100vh; */
  overflow-x: hidden;
  overflow-y: auto;
}
.parallax__group {
  position: relative;
  /* height: 100vh;
  transform-style: preserve-3d; */
}
.parallax__layer {
  /* position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
}
.parallax__layer--base {
  /* transform: translateZ(0); */
}
.parallax__layer--back {
  /* transform: translateZ(-1px) scale(2); */
}
.parallax__layer--back.home-page {
  /* height: calc(100vh - 50px);
  overflow: hidden; */
}
/*-- END Extra Utilities --*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: rgb(109, 219, 162);
}

::selection {
  color: #fff;
  background: rgb(109, 219, 162);
}
.navbar,
.blurheader {
  position: fixed;
  /* height: 50px; */
  width: 100%;
  overflow: hidden;
  background: rgba(252, 252, 255, 0.75);
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.blurheader {
  background: transparent;
  overflow: hidden;
  z-index: 10000;
  left: 0;
}
#canvas {
  opacity: 1;
  z-index: 100;
  position: absolute;
  display: block;
}
.scroller_anchor {
  height: 0px;
  margin: 0;
  padding: 0;
}
.logo-container svg {
  width: 85px;
}
.logo-svg {
  fill: #6ddba2;
}

.nav-box {
  z-index: 1000;
  float: right;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.menu-items {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.menu-items li {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
/* .menu-items li:hover {
  background: rgba(255, 255, 255, 0.05);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
  cursor: pointer;
} */
.menu-items li a:hover {
  cursor: pointer;
}
.menu-items li a {
  font-family: "Oswald", serif;
  height: 100%;
  font-weight: 400;
  display: inline-block;
  color: #51b380;
}
.menu-items li a.active {
  color: #6ddba2;
  border-bottom: 3px solid;
  padding-bottom: 7px;
}
/*-- Background .bg control --*/
.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-black-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
.bg-image {
  background-position: 0% 50%;
  background-size: cover!important;
}
.bg-image-contain {
  background-position: 0% 50%;
  background-size: contain!important;
}
.bg-image-top {
  background-position-y: 0%;
}

.bg-image-bottom {
  background-position-y: 100%;
}

@media (min-width: 1200px) {
  .bg-image-fixed {
    background-attachment: fixed;
  }
}

.bg-pattern {
  background-repeat: repeat;
}

.bg-video {
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
/*-- END Background .bg control --*/
.home-base {
  z-index: 1;
  height: 100vh;
  /*min-height: 960px;*/
  background: #6ddba2;
  padding-top: 44px;
  overflow: hidden;
  /*-webkit-animation: daylightchange 42s 6s ease infinite;
    -moz-animation: daylightchange 42s 6s ease infinite;
    animation: daylightchange 42s 6s ease infinite;*/
  transform: translateZ(0);
}
.home-base .content-container {
  z-index: 100;
  width: 40%;
  margin: 10% 0 0 30%;
}
.home-base a {
  color: #f5fdff;
}
/* @keyframes daylightchange {
    0%{
        background: #6ddba2;
    }
    70%{
        background: #3b7d78;
    }
    100%{ 
        background: #6ddba2;
    }
} */
.login-base {
  height: 100vh;
  background: #6ddba2;
  position: relative;
}
.error-base {
  height: 100vh;
  background: #f9f9f9;
  position: relative;
  padding-top: 44px;
}
.login-content {
  width: 500px;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  position: relative;
  border-radius: 3px;
  left: calc(50% - 250px);
  top: calc(50% - 200px);
  z-index: 10;
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.05),
    0 15px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.05),
    0 15px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.05), 0 15px 12px rgba(0, 0, 0, 0.1);
}
.login-btn-container {
  padding: 30px 15px 10px;
  width: 100%;
}

.img {
  max-width: 100%;
  margin-bottom: 15px;
}
.img-responsive {
  width: 100%;
}
.process--img-full {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
h4.main-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.9rem;
  color: #222;
  font-weight: 100;
}
h1.main-title {
  font-family: "Oswald", sans-serif;
  color: #222;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
h3.main-title {
  font-family: "Oswald", sans-serif;
  color: #222;
  font-weight: 100;
  font-size: 4.4rem;
  margin-bottom: 90px;
}

.process__group {
  /* height: 1948px !important; */
}
.process-prallax-img {
  height: 100vh;
  width: 100vw;
  transform: scale(1.75);
}
.process-body .content-container {
  position: relative;
  display: block;
  z-index: 100;
  width: 60%;
  margin: 0 0 0 20%;
}
.decript-wrapper {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.description-noun {
  color: #222;
}
.description p {
  color: #333;
}
.callout-section-container {
  width: 99.3%; /*--- This width is due to having -1px left margin social links, it needs to be the same overall width--*/
  margin-top: 20px;
  background: rgba(175, 70, 70, 0.8);
  padding: 10px 15px;
  border: 1px solid #fff;
  text-align: center;
}
.callout-section-container p {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  margin: 0;
}
a {
  color: #448e7c;
}
a:hover {
  color: #2d5a43;
  text-decoration: none;
}
a:focus {
  color: #2d5a43;
}
.btn {
  background: #6ddba2;
  color: #fff;
  border-radius: 3px;
}
.btn-outline-secondary {
  background: transparent;
  border-color: #6ddba2;
  color: #6ddba2;
  transition: all 0.3s 0s ease-out;
}
.btn-outline-secondary:hover {
  background: #f7f7f7;
  border-color: #6c757d;
  color: #6c757d;
  transition: all 0.3s 0s ease-out;
}

.btn-lifting::after {
  transform: translate3d(0, 80px, 0) translateZ(0);
}
.btn-lifting {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  float: left;
  margin: 20px 0 0 -1px; /*--- This -1px margin is due having social links display inline--*/
  text-align: center;
  overflow: hidden;
  padding: 0 4rem 0 3.8rem;
  color: #fff;
  background: rgba(37, 58, 80, 0.4);
  border: 1px solid #fff;
  cursor: pointer;
  transform: translate3d(0, 0, 0) translateZ(0);
}
.btn-lifting:hover:after {
  transform: translate3d(0, 0, 0) translateZ(0);
}
.btn-lifting:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 150%;
  background: #182f3c;
  pointer-events: none;
  transform: translate3d(0, 45px, 0) translateZ(0);
  transition: all 0.3s 0s ease-out;
}
.btn-lifting i {
  font-style: normal;
}
.btn-lifting:hover {
  color: #fff;
}
.btn-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  float: left;
  font-size: 2rem;
  margin: 20px 0 0 -1px;/*For display purposes*/
}

.btn-lifting-white {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  float: left;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 1rem 2rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.4px;
  cursor: pointer;
  transform: translate3d(0, 0, 0) translateZ(0);
}

.btn-lifting-white:hover:after {
  transform: translate3d(0, 0, 0) translateZ(0);
}
.btn-lifting-white:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 150%;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  transform: translate3d(0, 53px, 0) translateZ(0);
  transition: all 0.3s 0s ease-out;
}
.btn-lifting-white i {
  vertical-align: middle;
  padding-top: 3px;
}
.btn-lifting-white:hover {
  color: #333;
  transition-delay: 0.1s;
}
.btn-transparent {
  background: transparent;
  color: #222;
  font-weight: 300;
}
.btn-transparent:hover {
  text-decoration: none;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 60%;
  padding: 5px !important;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.footer {
  overflow-x: hidden;
  padding: 10px 15px 40px;
  background: #111415;
  position: relative;
  /* height: 400px; */
  margin-top: 40px;
}
.footer p {
  font-size: 13px;
  letter-spacing: 1.5px;
}
.footer .content-container {
  width: 650px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.footer .content-container .col-6 {
  /* padding: 0 50px; */
}
.footer--img {
  max-width: 150px;
}
.no-padding {
  padding: 0px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.hidden {
  opacity: 0;
  display: none!important;
}

/*-- Height Control --*/
.h-100-percent {
  height: 100vh;
}
.h-400-px {
  height: 400px;
}
/*-- Text Color Control --*/
.text-white {
  color: #fff !important;
}

/*-- Font weight Control --*/
.f-w300 {
  font-weight: 300 !important;
}
.f-w400 {
  font-weight: 400 !important;
}
.f-w700 {
  font-weight: 700 !important;
}
.f-w800 {
  font-weight: 800 !important;
}
/*-- END Font weight Control --*/
/*-- Font sizing control  --*/
.font-size-lg {
  font-size: 1.25rem !important;
}
.font-size-sm {
  font-size: 0.875rem !important;
}
/*-- END Font sizing control  --*/

/*-- Positioning Control --*/
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}


.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/*-- END Positioning Control --*/

.portfolio-wrapper {
  width: 100%;
  z-index: 50;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #222;
}
.portfolio-left-side {
  position: fixed;
  top: 0;
  overflow: auto;
  left: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 2;
  background: #f7f7f7;
}
.portfolio-right-side {
  display: block;
  position: fixed;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: 1;
}
.portfolio-right-side:after {
  content: "";
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
}
.portfolio-menu {
  height: 100%;
  overflow: hidden;
}
.projects-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 100px 0 60px 0;
}
.projects-inner::-webkit-scrollbar {
  width: 9px;
  height: 8px;
}

.projects-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.projects-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background: rgba(109, 219, 162, 0.85);
}
.project-year {
  width: 100px;
  height: 70px;
  margin: 0px;
  position: relative;
  text-align: center;
  overflow: hidden;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #9baab3;
}
.year-txt {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  height: 100%;
  font-weight: 800;
  padding-top: 20px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg) translateX(0em);
  transform: rotate(90deg) translateX(0em);
}

.timeline-base {
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: #fff;
  background-image: url("../imgs/artwork/timeline-poly.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.projects-inner .header {
  padding-left: 205px;
  margin: 0px;
}
.projects-inner .title {
  font-weight: 800;
  font-size: 45px;
  color: #9baab3;
  text-transform: uppercase;
  font-style: italic;
}
.portfolio-item {
  height: 70px;
  padding: 0px;
  margin: 0px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.portfolio-item:hover {
  background: rgba(109, 219, 162, 0.6);
  color: #fff;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.portfolio-item:hover .item-highlight {
  animation: hightlightAnimation 0.2s ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes hightlightAnimation {
  0% {
    padding-left: 0;
  }
  100% {
    padding-left: 20px;
    color: #fff;
  }
}
.portfolio-item:hover .item-number span {
  animation: turnNumber 0.2s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes turnNumber {
  0% {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg) translateX(0em);
    transform: rotate(90deg) translateX(0em);
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-right: 5px;
    margin-top: 22px;
    padding-left: 5px;
    -webkit-transform: rotate(0deg) translateX(0em);
    transform: rotate(0deg) translateX(0em);
    color: #fff;
  }
}
.portfolio-item:last-child {
  margin-bottom: 40px;
}
.item-number {
  display: inline;
  float: left;
  position: relative;
  width: 100px;
  height: 100%;
  margin: 0 40px 0 0;
  overflow: hidden;
  color: #444;
  font-size: 0.85em;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}
.item-number span {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(90deg) translateX(0em);
  transform: rotate(90deg) translateX(0em);
  -webkit-transition-timing-function: 0.3s linear; /* Safari and Chrome */
  transition-timing-function: 0.3s linear;
}
.item-highlight {
  position: relative;
  top: 5px;
  color: #ccc;
  font-size: 1.5em;
  display: inline-flex;
  display: -webkit-inline-flex;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.item-title {
  display: inline;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 1px;
  padding: 0 0 0 30px;
}
.item-title span {
  height: 30px;
  overflow: hidden;
}

.project-title-container {
  margin: 125px 0px 0px;
  float: right;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 30px 10px 40px;
}

.project-title {
  color: #ddffed;
  margin: 0;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
.project-page-title-container .project-title {
  /* text-align: center; */
}
.project-description-container {
  padding: 10px 50px 20px 15px;
  margin: 215px 0 0;
}
.project-description-container p {
  color: #fff;
  font-weight: 400;
}
.project-description-container h5 {
  color: #e6f6ff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.my-role-list-container {
  margin: 215px 0 20px;
  padding: 10px 0 0;
  float: right;
}
.my-role-list-container h5 {
  float: right;
  color: #e6f6ff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.my-role-list-container ul {
  list-style: none;
  color: #fff;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2.5px;
}
.my-role-list-container ul {
  float: right;
}
.my-role-list-container ul li span {
  float: right;
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tools-used-container {
  float: right;
  padding: 0 0 55px 0;
}
.tools-used-container ul {
  display: inline-grid;
  display: -ms-inline-grid;
  float: right;
  list-style: none;
  font-style: italic;
  letter-spacing: 2.5px;
  color: #fff;
}
.tools-used-container ul li {
  display: inline-grid;
  display: -ms-inline-grid;
}
.tools-used-container ul li span {
  text-align: right;
  float: right;
}
.tools-used-container h5 {
  float: right;
  color: #e6f6ff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.group-tracker-base {
  padding-top: 50px;
  height: 100%;
}
.portfolio-item-left-side {
  display: block;
  z-index: 2;
  overflow: auto;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  width: 40%;
  height: 100%;
  padding: 30px 40px 100px;
  background: #f2f2f2 url(../imgs/artwork/medium_poly-01-01.svg) bottom 50px left / cover no-repeat;
}
.portfolio-item-right-side {
  z-index: 1;
  display: block;
  position: fixed;
  overflow: auto;
  right: 0;
  top: 50px;
  width: 60%;
  height: calc(100% - 50px);
  padding: 0px 0 40px;
}
.project-page-title-container {
  position: relative;
  float: left;
  width: 50%;
  /* height: 175px;
  width: 175px; */
  /* text-align: center; */

}

.project-page-title-container .project-title h1 {
  text-transform: uppercase;
  font-style: italic;
  
  font-weight: 800;
  line-height: 1em;
  letter-spacing: -1px;
  color: #222;
  margin-top: 30px;
}
.project-content-ul {
  padding: 15px 0 0 30px;
}
.project-content-ul li {
  list-style: circle;
}
.project-item-description {
  position: relative;
  float: left;
  margin: 35px 0 0 0;
  padding: 0 0 20px;
  width: 35%;
}
.project-item-description h3 {
  margin-bottom: 14px;
}
.project-item-description h5 {
  margin-bottom: 0px;
}
.portfolio-item-content p {
  margin: 40px 0 60px;
}

/*-- Portfolio masonry grid--*/
.images-wrapper {
  padding: 5px;
  position: relative;
  background: #fff;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.images-wrapper .list {
  /*width: 100%;
    position: relative!important;*/
}
.images-wrapper .list .item {
  position: relative;
  width: calc(32% - 1px);
  float: left;
  margin: 5px;
}
.images-wrapper .list .item:last-child {
  padding-bottom: 40px;
}
.list .item img {
  display: block;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.15);
}
.list .item video {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.15);
}
.item>.overlay {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0,0,0,.5);
  padding: 10px 15px 20px;
}
.item>.overlay>h6 {
  text-transform: uppercase;
  font-size: .875rem;
  color: #fff;
  margin: 0 0 5px;
}
.item>.overlay>.description {
  font-size: .875rem;
  color: #d2d2d2;
  margin: 0 0 0px;
}
.width--half {
  width: calc(23% + 6px) !important;
}
.width--2 {
  width: calc(48% + 4px) !important;
}
.width--3 {
  width: 97.9% !important;
}
.width--2 > video {
  width: 100%;
}
.width--3 > video {
  width: 100%;
}
.porfolio-project-mobile-base {
  width: 100%;
  padding: 0px;
  background: #f9f9f9;
  position: relative;
  left: 0;
  top: 50px;
}
.mobile-header.fixed .mobile-project-title-container {
  z-index: 1000;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 10px 0;
  top: 62px;
  -webkit-transition: margin 0.2s ease;
  transition: margin 0.2s ease;
}
/*.mobile-header.fixed .header-img-container{
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/
.mobile-header.fixed .mobile-project-title-container .project-title {
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-header {
  position: relative;
  display: block;
  height: 225px;
}

/*------ Small devices (small Phones, 320px and up) ---------*/
@media (min-width: 320px) {
  .hidden-span-under-1580 {
    display: none !important;
    padding: 0px;
  }
  /*.nav-box {
        padding: 15px 20px 10px; 
    }*/
  .navbar {
    background: rgba(252, 252, 255, 1);
  }
  /*.menu-items {
        padding-top: 20px;
    }*/
  .menu-items li {
    
  }
  .menu-items li a {
    font-size: 1.15em;
    padding: 12px 10px 10px;
  }
  .mobile-content {
    position: relative;
    padding: 0px 20px 50px;
  }
  .footer {
    text-align: center;
  }
  .footer .content-container {
    width: 80%;
  }
  p.footer-main {
    font-size: 0.75em;
    color: #666;
    padding: 50px 0 0;
  }
  .footer--img {
    max-width: 100px;
  }
  p.footer-contact {
    font-size: 0.65em;
    padding: 0 0 20px;
  }
  .mobile-content h4 {
    font-size: 18px;
    margin: 30px 0 5px;
  }
  .mobile-content p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 5px 0 30px;
  }
  .mobile-half-width-img-container {
    max-height: 500px;
    overflow: hidden;
  }
  .mobile-full-width-img-container {
    margin: 0px -5px 25px;
    max-height: 450px;
    overflow: hidden;
  }
  .mobile-full-width-img-container img {
    width: 100%;
  }
  .home-base {
    padding-top: 0px;
  }
  .home-base .content-container {
    width: 80%;
    margin: 25vh 0 0 10%;
  } /*
    .error-base {
        padding-top: 300px;
    }*/
  h1.main-title {
    font-size: 2em;
  }
  h3.main-title {
    font-size: 1.75em;
    margin-bottom: 30px;
  }
  h4.main-title {
    font-size: 1.15em;
  }
  .btn-lifting {
    font-size: 1em;
    padding: 5px 10px;
  }
  /*.btn-lifting::after {
        transform: translate3d(0, 80px, 0) translateZ(0);
    }*/
  .process-body .content-container {
    width: 80%;
    margin: 15% 0 0 10%;
  }
  .home-page img {
    height: 1550px;
  }
  .process-body p {
    font-size: 1em;
    line-height: 1.75em;
  }
  .callout-section-container p {
    font-size: 0.5em;
  }
  .login-content {
    width: 350px;
    left: calc(50% - 175px);
    top: calc(50% - 200px);
  }
  .btn.btn-noahnett.login {
    font-size: 1em;
    padding: 15px;
    width: 100%;
  }
  .btn.btn-noahnett.login:after {
    transform: translate3d(0, 100px, 0) translateZ(0);
  }
  .login-content p {
    font-size: 1em;
  }
  .login-content h3 {
    font-size: 2.05em;
    margin-bottom: 25px;
  }
  .mobile-project-title-container .project-title {
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.25em;
    letter-spacing: 1px;
    color: #292929;
  }
  .mobile-project-title-container {
    position: relative;
    width: 90%;
    left: 5%;
    top: -36px;
    padding: 20px 15px 25px;
    background: #fff;
    text-align: center;
    /*-- -webkit-transition: margin .2s ease;
        transition: margin .2s ease;
        doesn't work ---*/
    -moz-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.15);
  }
  .portfolio-wrapper {
  }
  .portfolio-left-side {
    position: relative;
    width: 100%;
    top: 50px;
  }
  .projects-inner {
    padding-top: 25px;
  }
  .projects-inner .header {
    padding-left: 100px;
  }
  .projects-inner .title {
    font-size: 2.25rem;
  }
  .projects-inner .sub-title {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    padding-left: 100px;
    margin: 0px;
  }
  .timeline-base {
    width: 60px;
  }
  .portfolio-item {
    height: 90px;
    padding: 15px 0 20px;
  }
  .portfolio-item:last-child {
    margin-bottom: 100px;
  }
  .project-year {
    height: 60px;
    width: 60px;
  }
  .year-txt {
    font-size: 20px;
    padding-top: 15px;
  }
  .item-number {
    font-size: 0.85em;
    width: 60px;
    margin-right: 0px;
  }
  .item-title {
    font-size: 1.15em;
    padding: 0 0 0 10px;
  }
  .item-title span {
    padding: 0 0 0 30px;
  }
  .item-number span {
    padding-left: 50px;
  }
  .portfolio-item-base {
    display: none;
  }
  .project-item-description {
    width: 35%;
  }
  .project-page-title-container .project-title h1 {
    line-height: 1.25em;
  }
  .item-highlight {
    display: inline-block !important;
    font-size: 1.75em;
    top: 15px;
    padding-left: 5px;
  }
  .portfolio-item-content p {
    font-size: 1.75rem;
  }
  .project-page-title-container {
    /* width: 230px;
    height: 230px; */
  }
  .project-page-title-container:before {
    width: 245px;
    height: 245px;
  }
  .header-img-container {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    -webkit-filter: brightness(0.3);
    filter: brightness(0.3);
  }
  /*.header-img-container:after {
        content: "";
        background: rgba(0,0,0,.7);
        width: 100%;
        height: 300px;
        position: absolute;
        top: 0px;
        text-align: center;
    }*/
  .header-img-container img {
    width: 100%;
  }
  .mobile-back-btn {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 7px;
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
  }
  .project-title.long-title {
    font-size: 22px;
  }
}

/*------ Small devices (medium Phones (iPhone6, 375px and up) ---------*/
@media (min-width: 374px) {
  h4.main-title {
    font-size: 1.35em;
  }
  h1.main-title {
    font-size: 2.35em;
  }
  h3.main-title {
    font-size: 2.1em;
  }
}

/*------ Everything above phones (medium Phones (iPhone6, 375px and up) ---------*/
@media (min-width: 425px) {
  .portfolio-wrapper {
  }
  .item-number span {
    padding-left: 40px;
  }
  .portfolio-left-side {
    position: fixed;
  }
}

/* Large devices (large desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar {
    height: 50px;
    background: rgba(252, 252, 255, 0.97);
  }
  .btn-download {
    max-width: 165px;
  }
  .menu-items li {
    padding: 0px 14px;
  }
  .description p {
    color: #333;
    font-size: 1.35rem;
  }
  .footer .content-container {
    width: 650px;
  }
  p.footer-main {
    font-size: 1.5em;
  }
  p.footer-contact {
    font-size: 0.85em;
  }
  .portfolio-item-base {
    display: block;
    height: 100%;
  }
  .porfolio-project-mobile-base {
    display: none !important;
  }
  h1.main-title {
    font-size: 4em;
  }
  h4.main-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
  h3.main-title {
    font-size: 3.75rem;
    margin-bottom: 65px;
  }
  .menu-items {
    padding-top: 4px;
  }
  .menu-items li a {
    font-size: 1.25em;
    padding: 0;
  }
  .btn-lifting {
    font-size: 1.5em;
    padding: 7px 0px;
  }
  .home-base .content-container {
    width: 50%;
    margin: 10% 0 0 25%;
  }
  .error-base {
    padding-top: 200px;
  }
  .process-body .content-container {
    width: 50%;
    margin: 5% 0 0 25%;
  }
  .home-page img {
    width: 100%;
    height: inherit;
  }
  .callout-section-container p {
    font-size: 1em;
  }
  .process-body p {
    font-size: 1.25em;
    line-height: 2em;
    margin-bottom: 3em;
  }
  .login-content {
    width: 400px;
    left: calc(50% - 200px);
    top: calc(50% - 200px);
  }
  .btn.btn-noahnett.login {
    padding: 1rem 2rem;
    font-size: 0.85em;
  }
  .btn.btn-noahnett.login:after {
    transform: translate3d(0, 45px, 0) translateZ(0);
  }
  .login-content p {
    font-size: 1em;
    line-height: 1.75em;
  }
  .login-content h3 {
    font-size: 24px;
  }
  .timeline-base {
    width: 115px;
  }
  .project-description-container p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .project-year {
    width: 115px;
    height: 70px;
  }
  .item-number {
    font-size: 0.85em;
    width: 115px;
  }
  .item-number span {
    padding-left: 50px;
  }
  .item-title {
    font-size: 1.5em;
  }
  .projects-inner .header {
    padding-left: 150px;
  }
  .projects-inner .title {
    font-size: 3.95em;
  }
  .projects-inner .sub-title {
    font-size: 1rem;
    color: #b1c5bc;
    padding-left: 150px;
  }
  .year-txt {
    font-size: 1.25em;
    padding-top: 20px;
  }
  .item-highlight {
    top: 17px;
  }
  .portfolio-left-side {
    top: 50px;
    width: 40%;
  }
  .portfolio-right-side {
    top: 50px;
    width: 60%;
  }
  .portfolio-item-content p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .portfolio-item-base {
    padding-top: 50px;
  }
  .portfolio-item-left-side {
    width: 40%;
  }
  .portfolio-item-right-side {
    width: 60%;
  }
  .project-page-title-container {
    /* width: 175px;
    height: 175px; */
  }
  .project-page-title-container:before {
    width: 190px;
    height: 190px;
  }
  .project-page-title-container .project-title h1 {
    line-height: 1em;
  }
  .project-item-description {
    /* width: 40%; */
  }
}
/* Large devices (large desktops, 1400px and up) */
@media (min-width: 1580px) {
  .hidden-span-under-1580 {
    display: inline !important;
    padding: 0px !important;
  }
  h4.main-title {
    font-size: 40px;
  }
  h1.main-title {
    font-size: 75px;
  }
  h3.main-title {
    font-size: 60px;
  }
  .badge {
    padding: 5px !important;
  }
}
/*---- iPads Portrait ---- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .navbar,
  .blurheader {
    height: 50px;
  }
  .nav-box {
    padding: 0;
  }
  .menu-items li {
    width: 35px;
  }
  .process-body p {
    font-size: 1.75rem;
    line-height: 3rem;
  }
  .menu-items {
    padding-top: 0px;
  }
  .menu-items li a {
    padding: 0 0 5px;
    line-height: 5rem;
    font-size: 2rem;
  }
  .menu-items li a.active {
    border-bottom: 4px solid #6ddba2;
  }
  .portfolio-item-base {
    display: inline-block;
  }
  .porfolio-project-mobile-base {
    display: none !important;
  }
  .footer {
    display: none;
  }
  .footer.main {
    display: inherit;
  }
  .visible-xs-inline-block {
    display: none !important;
  }
  h1.main-title {
    font-size: 5.1rem;
  }
  h4.main-title {
    font-size: 2.64rem;
    margin-bottom: 10px;
  }
  h3.main-title {
    font-size: 4rem;
    margin-bottom: 65px;
  }
  .home-base .content-container {
    width: 60%;
    margin: 15% 0 0 20%;
  }
  
  .callout-section-container p {
    font-size: 1.25rem;
  }
  .process-body .content-container {
  }
  .block-title {
    font-size: 0.95em;
  }
  .block-options > li > a,
  .block-options > li > button {
    display: block;
    padding: 2px 3px;
    color: #999999;
    opacity: 0.8;
  }
  h3 {
    font-size: 1.55em;
  }
  p {
    font-size: 0.98em;
  }
  .description p {
    font-size: 2.35rem;
    line-height: 4rem;
  }
  .portfolio-left-side {
    width: 50%;
  }
  .portfolio-right-side {
    width: 50%;
  }
  .projects-inner .header {
    padding-left: 150px;
  }
  .projects-inner .title {
    font-size: 3em;
  }
  .timeline-base {
    width: 100px;
  }
  .portfolio-item {
    background: transparent;
  }
  .portfolio-item-base {
    display: block;
    height: 100%;
  }
  .project-year {
    height: 70px;
    width: 100px;
  }
  .year-txt {
    font-size: 1.25em;
    padding-top: 20px;
  }
  .item-number {
    font-size: 0.85em;
    width: 100px;
  }
  .item-number span {
    padding-left: 0px;
  }
  .item-title {
    display: inline-block;
    font-size: 1.5em;
    max-width: 325px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .portfolio-wrapper {
    position: fixed;
    top: 50px;
  }
  .project-item-description {
    width: 40%;
  }
  .portfolio-item-left-side {
    top: 50px;
  }
  .portfolio-item-right-side {
    top: 50px;
  }
  .project-description-container {
    margin: 75px 0 0 0;
    padding: 10px 15px 20px 0;
  }
  .project-page-title-container .project-title h1 {
    line-height: 1.3em;
  }
  .my-role-list-container {
    margin: 145px 0 0 0;
    padding: 0;
  }
  .my-role-list-container ul li span {
    float: left;
  }
  .my-role-list-container h5 {
    float: left;
    margin-bottom: -30px;
    padding-left: 20px;
  }
  .tools-used-container {
    margin: 145px 0 0 0;
  }
  .tools-used-container h5 {
    float: left;
    margin-bottom: -30px;
  }
  .tools-used-container ul li span {
    text-align: left;
    float: left;
  }
  .images-wrapper .list .item {
    width: calc(47% + 4px);
  }
  .width--2 {
    width: 98% !important;
  }
  .width--3 {
    width: 98% !important;
  }
}
/*--- iPad Landscape ---*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home-base .content-container {
    width: 70%;
    margin: 10% 0 0 15%;
  }
  .process__group {
    height: 2235px !important;
  }
  .portfolio-item-base {
    display: inline-block;
  }
  .porfolio-project-mobile-base {
    display: none !important;
  }
  .projects-inner .title {
    font-size: 2.95em !important;
  }
  .item-highlight {
    display: none !important;
  }
  .project-page-title-container {
    margin: 0 10px 20px 20px;
  }
  .footer {
    display: none;
  }
  .footer.main {
    display: inherit;
  }
  .visible-xs-inline-block {
    display: none !important;
  }
  .portfolio-wrapper {
    position: fixed;
    top: 50px;
  }
  .portfolio-item .item-title {
    display: inline-block;
    max-width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .project-item-description {
    width: 65% !important;
    margin: 0px 0 0 15px;
  }
  .portfolio-item-content p {
    margin: 0;
  }

  .tools-used-container {
    margin: 0;
  }
  .my-role-list-container {
    margin: 145px 0 20px;
  }
  .project-description-container {
    padding: 10px 15px 20px;
    margin: 145px 0 0;
  }
}

/*-- SAFARI Only CSS --*/
_::-webkit-full-page-media,
_:future,
:root .my-role-list-container ul {
  font-weight: 400;
}
/* _::-webkit-full-page-media,
_:future,
:root .item-highlight {
  top: 7px;
} */
_::-webkit-full-page-media,
_:future,
:root .item-number span {
  padding-left: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .tools-used-container ul {
  font-weight: 400;
}
