html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -overflow-scrolling: touch;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

body {
  overflow-y: visible;
  position: relative;
  height: unset;
  background-color: black;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
}

.menu-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 5;
}

.menu {
  height: 100vh;
  position: absolute;
  z-index: 5;
}

.menu .menu-left,
.menu .menu-right {
  width: 50vw;
  position: fixed;
  height: 100vh;
  background: #1a1a1a;
  color: white;
  z-index: 5;
}

.menu .menu-right {
  left: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.menu .menu-right .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 5%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1100px) {
  .menu .menu-right .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 15%;
    margin-bottom: 15%;
    text-align: right;
    padding-right: 15px;
  }
}

.menu .menu-right .contact .mail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media (max-width: 1100px) {
  .menu .menu-right .contact .mail {
    padding-bottom: 0px;
  }
}

.menu .menu-right .contact .socials {
  max-width: 200px;
  margin: 30px 0px;
  margin-right: 20px;
}

@media (max-width: 1100px) {
  .menu .menu-right .contact .socials {
    padding-right: 20px;
  }
}

.menu .menu-right .contact .socials ion-icon {
  margin-right: 20px;
}

.menu .menu-right .contact .socials, .menu .menu-right .contact .mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1100px) {
  .menu .contact .title {
    display: none;
  }
}

.menu .menu-right {
  left: 100vw;
}

.menu .menu-left {
  right: 100vw;
  z-index: 5;
}

.menu .menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: inherit;
  padding-left: 15%;
}

.menu .menu-links a {
  font-size: 1.75rem;
  font-family: "Writer";
}

@media (max-width: 1100px) {
  .menu .menu-links a {
    font-size: 1rem;
  }
}

.menu .menu-links a span {
  font-size: 15px;
}

@media (max-width: 1100px) {
  .menu .menu-links a span {
    font-size: 10px;
  }
}

.menu-close {
  position: fixed;
  z-index: 6;
  right: 50px;
  top: 20px;
  height: 25px;
}

@media (max-width: 1100px) {
  .menu-close {
    right: 20px;
  }
}

.menu-open {
  position: fixed;
  top: 25px;
  right: 30px;
  color: white;
  z-index: 4;
}

@font-face {
  font-family: Writer;
  src: url(../fonts/PPWriter-Regular.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Writer";
}

@media (max-width: 1100px) {
  h2,
  h3,
  h4 {
    font-size: 1.25rem;
  }
}

body,
p,
span,
a,
li {
  font-family: "Montserrat", sans-serif;
}

body,
p,
span,
li {
  font-size: 12px !important;
}

@media (max-width: 1100px) {
  body,
  p,
  span,
  li {
    font-size: 0.7rem;
  }
}

a {
  color: white;
  font-weight: bold;
}

a:hover {
  color: #d10000;
}

.btn {
  border-radius: 0px;
  outline: none;
  border: none;
  padding: 15px 30px;
}

.btn-dark {
  background-color: #000000;
}

.btn-danger {
  background: #d10000;
}

.btn-danger:hover {
  background: #9e0000;
}

nav.navbar {
  position: fixed;
  z-index: 3;
  background-color: transparent;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

nav.navbar li {
  padding: 5px 0;
}

nav.navbar li a {
  font-family: "Writer";
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}

.logo-signature,
.menu-open {
  opacity: 0;
}

.opener-wrapper {
  height: 100vh;
  position: fixed;
  padding: 0;
  overflow: hidden;
  z-index: 9999999;
  display: none;
}

.opener-wrapper .logo-opener {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.opener-wrapper .container-opener {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #1a1a1a;
  z-index: 5;
}

.opener-wrapper .container-opener-1 {
  height: 100%;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 4;
}

.opener-wrapper .container-opener-2 {
  height: 100%;
  position: absolute;
  width: 100%;
  background: #151515;
  z-index: 4;
}

.container-fluid.container-home {
  position: relative;
  padding: 0;
  z-index: 2;
  top: 0;
  background: #1a1a1a;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 1100px) {
  .container-fluid.container-home {
    padding: 15px;
    text-align: center;
  }
}

.btn-group-home a {
  margin-right: 15px;
  margin-top: 15px;
}

.container-home {
  background-color: black;
  background-size: cover;
  height: 100vh;
  padding-top: 50px;
}

@media (max-width: 1100px) {
  .container-home {
    height: 100%;
  }
}

.container-home video {
  position: fixed;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.container-home h1,
.container-home .text-h1 {
  font-size: 5rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.container-home p {
  max-width: 500px;
  line-height: 2;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.container-home .flex-md-column {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row !important;
          flex-flow: row !important;
}

.container-home img.selfie {
  z-index: 0;
  max-width: 250px;
}

.container-home .signature {
  position: relative;
  z-index: 1;
}

@media (max-width: 1100px) {
  .container-home h1,
  .container-home .text-h1 {
    font-size: 2rem;
  }
  .container-home img.selfie {
    height: 250px;
    width: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    margin: 0 auto;
  }
  .container-home p {
    max-width: 100%;
    font-size: 0.9rem;
  }
  .container-home .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}

@media (max-width: 1100px) {
  .fcc {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
  .fcc img {
    max-width: 75px;
  }
}

.container-work {
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 10%;
  background: #1a1a1a;
}

.container-work ion-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.mb-10 {
  margin-bottom: 10% !important;
}

.line-height-2 {
  line-height: 2;
}

.portfolioWrapper {
  width: 300%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .portfolioWrapper {
    height: 100vh;
  }
}

.portfolioWrapper .img-mock-up {
  height: 70%;
}

.container-color-scheme {
  height: 50px;
  max-width: 500px;
}

.color-overlay {
  height: 100vh;
  width: 100%;
  position: absolute;
  mix-blend-mode: soft-light;
  margin: 0px;
  z-index: -1;
}

@media (max-width: 1100px) {
  .color-overlay {
    height: 100%;
  }
}

.color-overlay-2 {
  height: 100vh;
  width: 100%;
  position: absolute;
  mix-blend-mode: soft-light;
  margin: 0px;
  z-index: -1;
}

@media (max-width: 1100px) {
  .color-overlay-2 {
    height: 100%;
  }
}

.color-overlay-3 {
  height: 100vh;
  width: 100%;
  position: absolute;
  mix-blend-mode: soft-light;
  margin: 0px;
  z-index: -1;
}

@media (max-width: 1100px) {
  .color-overlay-3 {
    height: 100%;
  }
}

@media (max-width: 1100px) {
  .mobile-hidden {
    display: none !important;
  }
}

.container-hz {
  height: 100vh;
  padding-left: 30px !important;
  border-right: 10px solid #1a1a1a !important;
}

.container-hz.container-fluid {
  padding: 0;
}

.container-hz h2 {
  margin-top: 5%;
}

@media (max-width: 1100px) {
  .container-hz h2 {
    font-size: 1.5rem;
  }
}

.container-hz hr {
  max-width: 50%;
  margin: 0;
  margin-bottom: 30px;
}

.container-hz p {
  font-size: 1rem;
  max-width: 500px;
}

@media (max-width: 1100px) {
  .container-hz p {
    font-size: 0.7rem;
  }
}

.container-hz img {
  -o-object-fit: contain;
     object-fit: contain;
}

.container-hz svg {
  fill: white;
}

.container-hz .img-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .container-hz .container-text {
    min-height: 0px;
  }
}

.hz-subheader {
  margin-bottom: 15px;
}

.hz-logo-imgs img {
  margin: 0px 15px 10px 0;
}

.container-port-1 {
  background-image: url("../images/mangan-bg.jpg");
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

@media (max-width: 1100px) {
  .container-port-1 {
    height: 100%;
  }
}

.container-port-1 .container-color-scheme .color-1 {
  background-color: #14253f;
}

.container-port-1 .container-color-scheme .color-2 {
  background-color: #245ab0;
}

.container-port-1 .container-color-scheme .color-3 {
  background-color: #153664;
}

.container-port-1 .container-color-scheme .color-4 {
  background-color: #f2c854;
}

.container-port-2 {
  background-image: url("../images/sse-bg.jpg");
  background-size: cover;
  height: 100vh;
}

@media (max-width: 1100px) {
  .container-port-2 {
    height: 100%;
  }
}

.container-port-2 .container-color-scheme .color-1 {
  background-color: #203553;
}

.container-port-2 .container-color-scheme .color-2 {
  background-color: #3b7edc;
}

.container-port-2 .container-color-scheme .color-3 {
  background-color: #2a4873;
}

.container-port-2 .container-color-scheme .color-4 {
  background-color: #739300;
}

.container-port-3 {
  background-image: url("../images/cheef-bg.jpg");
  background-color: #1a1a1a;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 1100px) {
  .container-port-3 {
    height: 100%;
  }
}

.container-port-3 .container-color-scheme .color-1 {
  background-color: #1a2b00;
}

.container-port-3 .container-color-scheme .color-2 {
  background-color: #7ca354;
}

.container-port-3 .container-color-scheme .color-3 {
  background-color: #93744e;
}

.container-port-3 .container-color-scheme .color-4 {
  background-color: #f9f6ef;
}

.work-experience-overlay {
  height: 70%;
  width: 70%;
  position: fixed;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  display: none;
}

#work {
  position: relative;
  z-index: 2;
}

#work .information {
  position: relative;
  z-index: 2;
}

#work hr {
  color: white;
  opacity: 20%;
}

.img-education {
  height: 75px;
  width: auto;
  margin: 15px;
}

#education {
  position: relative;
  z-index: 2;
}

#education a {
  font-family: "Writer";
}

#education h2 {
  margin-bottom: 20px;
}

#education h3.certified {
  margin-bottom: 20px;
}

#education .carousel-inner {
  min-height: 60vh;
}

#education ul {
  list-style: none;
  padding-left: 25px;
}

#education ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-image: url("../images/check-mark.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  left: 5px;
}

.carousel-item {
  padding-bottom: 40px;
}

.carousel-item h2 {
  text-align: center;
}

footer {
  background-color: black;
  padding: 2% 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100%;
  bottom: 0px;
}

@media (max-width: 1100px) {
  footer {
    height: 100vh;
  }
}

footer .container-social-footer a {
  text-decoration: none;
}

@media (max-width: 1100px) {
  footer .col-lg-3 {
    text-align: center;
  }
}

.container-social-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-social-text p {
  width: 55px;
  height: 30px;
  margin: 0px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-align: center;
  position: relative;
  top: 45px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.container-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 20px;
  position: relative;
  z-index: 0;
  top: -30px;
}

.container-social a {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#aboutMe {
  min-height: 120vh;
  background-color: #1a1a1a !important;
  background-size: cover;
  background-attachment: fixed;
  z-index: 2;
  position: relative;
}

@media (max-width: 1100px) {
  #aboutMe {
    min-height: 120vh;
  }
  #aboutMe .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#aboutMe .aboutImg {
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.portfolio-identifier {
  position: absolute;
  height: 100vh;
  width: 40px;
  background: #1a1a1a;
  left: 0px;
  padding: 5px;
}

.portfolio-identifier p {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  white-space: nowrap;
  top: 70%;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 14px;
  color: white;
}

@media (max-width: 1100px) {
  #wrapper-container-social-text {
    position: relative;
    left: 0px;
    margin-top: 5vh;
  }
}

@media (max-width: 1100px) {
  #social-Text {
    display: none;
  }
}

.color-hover-title {
  margin-bottom: -10px !important;
  margin-top: 20px !important;
}

.work-container {
  margin: 0 0 8rem 0 !important;
}

.map {
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

footer .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

footer .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  text-align: center;
}

@media (max-width: 1100px) {
  footer .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .container-social-footer ion-icon {
  margin: 0 10px;
}

footer ul li {
  margin: 5px 0px;
}

.aboutMeTextContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.st0 {
  fill: #fff;
}

path#pathdata2 {
  opacity: 0;
}

path#pathdata3 {
  opacity: 0;
}

@media (max-width: 1100px) {
  .svg-job-text {
    margin: 25px 0px;
  }
}

#svg-title,
#svg-title-design {
  font-size: 1rem;
}

#svg-content,
.svg-content {
  font-size: 12px;
}

.svg-textarea {
  font-size: 12px;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.aboutme-slider-title {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  #svg-title,
  .svg-title {
    font-size: 1.75rem !important;
    white-space: nowrap;
  }
}

#mockup, #photography {
  opacity: 0;
}

#recentDesignsContainer {
  height: 110vh;
  background: #1a1a1a;
  background-image: url("../images/bgwork1.jpg");
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

#recentDesignsContainer .ul-recent-designs li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
}

#recentDesignsContainer .ul-recent-designs li::after {
  content: '';
  height: 5px;
  background: white;
  width: 100%;
  position: relative;
  z-index: 3s;
}

.container-designs-img img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.work-list li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 5px;
}

.work-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.work-list li:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.container-designs,
.container-designs-img {
  height: 120vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-designs-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img#designs {
  width: 100%;
  max-width: 800px;
}

.text-portfolio-description {
  font-weight: bold;
}

img.hr-signature {
  display: block;
  max-width: 130px;
  margin-top: -20px;
}

@media (max-width: 1100px) {
  img.hr-signature {
    max-width: 55%;
  }
}

.about-img {
  margin: 25px 0 0 0;
}

img.signature-port {
  margin-top: -35px;
  width: 100%;
  max-width: 300px;
}

#myAccordion {
  display: none;
}

@media (max-width: 1100px) {
  #myAccordion {
    display: block;
  }
  #myAccordion img {
    max-width: 100%;
  }
}

ul.ul-recent-designs {
  display: block;
  max-width: 400px;
}

@media (max-width: 1100px) {
  ul.ul-recent-designs {
    display: none;
  }
}

.accordion-item {
  background-color: #1a1a1a5e;
  border: none;
}

.accordion-button {
  background-color: #1a1a1a21;
  color: #fff;
}

.accordion-button:not(.collapsed) {
  background-color: black;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  content: '\2715';
  /* X symbol */
  font-size: 1.5rem;
  font-weight: bold;
}

.accordion-button.collapsed::after {
  content: '\25BE';
  /* Down arrow symbol */
  font-size: 1.5rem;
  font-weight: bold;
}

.accordion-header {
  font-size: 1.2rem;
}

.accordion-body {
  background-color: #222;
}

.client-logo {
  margin: 7rem 0;
}

@media (max-width: 1100px) {
  .client-logo {
    width: 100%;
  }
}

.client-logo img {
  max-width: 50%;
}

@media (max-width: 1100px) {
  .client-logo img {
    max-width: 60%;
    margin: 0 auto;
  }
}

.client-logo h3 {
  margin-bottom: 3rem !important;
}

.row.container-jobs-experience {
  margin: 4rem 0px 9rem 0px;
  margin-left: 8%;
}

#recentDesignsContainer img.hr-signature-recent {
  margin-top: -30px;
  max-width: 400px;
  width: 100%;
}

@media (max-width: 1100px) {
  #recentDesignsContainer img.hr-signature-recent {
    max-width: 200px;
    width: 200px;
    margin-top: -10px;
  }
}

.hr-signature-work {
  width: 350px;
  margin-top: -75px;
}

@media (max-width: 1100px) {
  .hr-signature-work {
    width: 200px;
    margin-top: -70px;
  }
}

.container-position {
  margin-bottom: 4rem;
}

a.logo-signature {
  position: fixed;
  z-index: 500;
  top: 25px;
  left: 10px;
  width: 150px;
}

@media (max-width: 1100px) {
  a.logo-signature {
    width: 80px;
  }
}

.container-gif {
  height: 100vh;
  background: url("../images/002.jpg");
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}

@media (max-width: 1100px) {
  .container-gif {
    background: url("../images/002-mobile.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
  }
}

@media (max-width: 1100px) {
  .home-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Customize tooltip background and text color */
.tooltip {
  position: relative;
  display: inline-block;
  padding: 15px !important;
}

.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  background-color: #3d3d3d;
  color: white;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.container-awareness {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 500px;
}

.btn-primary {
  background-color: black !important;
}

.container-awareness-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}

.container-awareness-items .btn {
  width: 100%;
}

.images-parent-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  grid-auto-rows: minmax(8%, auto);
  padding-left: 8%;
}

@media (max-width: 1100px) {
  .images-parent-container {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

a.btn-dark:hover,
a.btn:hover {
  background-color: #d10000 !important;
  -webkit-transition: 0.5s ease !important;
  transition: 0.5s ease !important;
}

#aboutMeImgMock {
  display: relative;
  max-width: 100%;
  display: block;
  min-height: 100vh;
}

@media (max-width: 1100px) {
  #aboutMeImgMock {
    min-height: 225px;
  }
}

#aboutMeImgMock img {
  position: absolute;
  width: 50vw;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1100px) {
  #aboutMeImgMock img {
    width: 100vw;
  }
}

.home-background-img {
  position: absolute;
  z-index: -1;
  opacity: .03;
  height: 100vh;
  width: 200vw;
  left: -50vw;
  top: -8vh;
}

span.employment {
  color: white;
}

.single-page {
  min-height: 100vh;
  height: 100%;
}

.port-wrapper {
  height: 100vh;
  display: -ms-grid;
  display: grid;
}

@media (max-width: 1100px) {
  .port-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: 200vh;
  }
}

.port-wrapper span {
  color: white;
  margin-bottom: 15px;
}

.port-wrapper span.title, .port-wrapper span.subtitle {
  font-weight: 900 !important;
}

.port-wrapper .portfolio-item-1 {
  background: url("../images/mangan-bg.jpg");
  background-size: cover;
  background-position: center center;
  border-right: 15px solid black;
}

@media (max-width: 1100px) {
  .port-wrapper .portfolio-item-1 {
    border-right: none;
    border-bottom: 5px solid black;
  }
}

.port-wrapper .portfolio-item-2 {
  background: url("../images/sse-bg.jpg");
  background-size: cover;
  background-position: center center;
  border-right: 15px solid black;
}

@media (max-width: 1100px) {
  .port-wrapper .portfolio-item-2 {
    border-right: none;
    border-bottom: 5px solid black;
  }
}

.port-wrapper .portfolio-item-3 {
  background: url("../images/cheef-bg.jpg");
  background-size: cover;
  background-position: center center;
}

.port-wrapper .port-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.port-wrapper-sizing {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media (max-width: 1100px) {
  .port-wrapper-sizing {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.port-man {
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.port-sse {
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.port-cheef {
  -ms-grid-columns: 1fr 1fr 2fr;
      grid-template-columns: 1fr 1fr 2fr;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.portfolio-item-1,
.portfolio-item-2,
.portfolio-item-3 {
  padding: 20px;
}

button.accordion-button:focus,
button.accordion-button:hover,
button.accordion-button:visited,
h2.accordian-header:focus {
  border-color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.694) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.container-header {
  height: 300px;
  display: -ms-grid;
  display: grid;
  place-content: center center;
}

.container-header h1 {
  color: white;
}

.container-header img.port-hr {
  max-width: 400px;
}

.container-header-1 {
  background: url("../images/mangan-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.container-header-2 {
  background: url("../images/sse-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.container-header-3 {
  background: url("../images/cheef-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.carousel-item {
  height: 400px;
}

@media (max-width: 1100px) {
  .carousel-item {
    height: auto;
  }
}

div#carouselExampleControls {
  max-height: 400px;
}

.carousel-inner {
  max-height: 400px;
}

.carousel-inner img.w-100 {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.containerColor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 40px;
}

.containerColor.energy .color1 {
  background: #081F3C;
}

.containerColor.energy .color1:hover {
  background: #144e96;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.energy .color2 {
  background: #0059AF;
}

.containerColor.energy .color2:hover {
  background: #168cff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.energy .color3 {
  background: #003263;
}

.containerColor.energy .color3:hover {
  background: #0066c9;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.energy .color4 {
  background: #F7CA5D;
}

.containerColor.energy .color4:hover {
  background: #fceabe;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.sse .color1 {
  background: #709500;
}

.containerColor.sse .color1:hover {
  background: #bdfb00;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.sse .color2 {
  background: #1D4672;
}

.containerColor.sse .color2:hover {
  background: #3278c3;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.sse .color3 {
  background: #5E5E5E;
}

.containerColor.sse .color3:hover {
  background: #919191;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.sse .color4 {
  background: #163250;
}

.containerColor.sse .color4:hover {
  background: #2c64a0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.cheef .color1 {
  background: #658439;
}

.containerColor.cheef .color1:hover {
  background: #99bd66;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.cheef .color2 {
  background: #CDD869;
}

.containerColor.cheef .color2:hover {
  background: #e8edba;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.cheef .color3 {
  background: #8D6B5E;
}

.containerColor.cheef .color3:hover {
  background: #baa197;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.containerColor.cheef .color4 {
  background: #EEC8A6;
}

.containerColor.cheef .color4:hover {
  background: #fefdfc;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

p.type {
  font-size: 5rem !important;
  text-align: center;
}

.sse p.type {
  font-family: 'Mulish', sans-serif;
}

.mangan p.type {
  font-family: 'Barlow', sans-serif;
}

.cheef p.type {
  font-family: 'Didact Gothic', sans-serif;
}

#schematicControls .carousel-inner {
  background: #fff;
}

#schematicControls .carousel-inner .carousel-item img {
  position: relative;
  top: 10%;
}

#schematicControls .carousel-control-prev, #schematicControls .carousel-control-next {
  background: black;
}

.port-intro-text {
  min-height: 30vh;
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-carousel {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-color-scheme-port {
  min-height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-typography-port {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container-noteworthy {
  min-height: 80vh;
}

.menu ul {
  padding-left: 1rem;
}

.menu ul li {
  list-style: none;
  padding-top: 2.5rem;
}

.menu ul li a {
  font-size: 1rem !important;
}

@media (max-width: 1100px) {
  .menu ul li a {
    font-size: 0.75rem !important;
  }
}

.menu .menu-links a {
  font-weight: normal !important;
  font-family: "Montserrat";
}
/*# sourceMappingURL=style.css.map */