@font-face {
  font-family: GoboldLowplus;
  src: url("../../fonts/GoboldLowplus.woff") format("woff"), url("../../fonts/GoboldLowplus.woff2") format("woff2");
}

@font-face {
  font-family: GoboldLowplusItalic;
  src: url("../../fonts/GoboldLowplusItalic.woff") format("woff"), url("../../fonts/GoboldLowplusItalic.woff2") format("woff2");
}

@font-face {
  font-family: GoboldLight;
  src: url("../../fonts/GoboldLight.woff") format("woff"), url("../../fonts/GoboldLight.woff2") format("woff2");
}

:root {
  font-size: 12px;
}

* {
  font-family: 'GoboldLowplus';
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 0.15rem;
}

body::-webkit-scrollbar-track {
  background: #4c4c53;
}

body::-webkit-slider-thumb {
  background: white;
}

.navbar {
  margin: 0;
  padding-top: 1rem;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.navbar .navbar-nav {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar .navbar-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1em;
  overflow: hidden;
  cursor: pointer;
}

.navbar .navbar-nav .navbar-left {
  padding: 1rem;
  margin: 0;
  margin-left: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navbar .navbar-nav .navbar-left .nav-link {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.25);
}

.navbar .navbar-nav .navbar-left .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navbar .navbar-nav .navbar-right {
  padding: 1rem;
  margin: 0;
  margin-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar-nav .navbar-right .CV-Button {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  margin-left: 1rem;
  opacity: 0.25;
  background-color: rgba(76, 76, 83, 0);
  border: 0.175rem solid white;
  border-radius: .25rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar .navbar-nav .navbar-right .CV-Button .cv-link {
  color: #ffffff;
  text-decoration: none;
}

.navbar .navbar-nav .navbar-right .nav-link-icon {
  fill: #ffffff;
  opacity: 0.25;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.navbar .navbar-nav .navbar-right .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar .navbar-nav .navLogo {
  position: relative;
  width: 100px;
  height: 100px;
  background-image: url("/img/BrainKeeper_Logo.png");
  background-position: center;
  cursor: pointer;
}

.navbar .nav-box {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  opacity: .75;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 800px) {
  .navbar {
    margin: 0;
    padding: 0;
  }
  .navbar .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-size: 0.8em;
    overflow: hidden;
  }
  .navbar .navbar-nav .navbar-left {
    margin-left: 1rem;
  }
  .navbar .navbar-nav .navbar-left .nav-link {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: white;
  }
  .navbar .navbar-nav .navbar-left .nav-item {
    overflow: hidden;
    padding-right: 1rem;
    padding-left: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .navbar .navbar-nav .navbar-right {
    margin-right: 1rem;
  }
  .navbar .navbar-nav .navbar-right .CV-Button {
    opacity: 1;
    width: 1.75rem;
    height: 1.75rem;
  }
  .navbar .navbar-nav .navbar-right .CV-Button .cv-link {
    font-size: 0.75rem;
    color: #ffffff;
    text-decoration: none;
  }
  .navbar .navbar-nav .navbar-right .nav-link-icon {
    overflow: hidden;
    opacity: 1;
  }
  .navbar .navbar-nav .navLogo {
    display: none;
  }
  .navbar .nav-box {
    height: 5rem;
    background-color: rgba(191, 203, 198, 0.75);
    opacity: 1;
  }
}

@media screen and (min-width: 800px) {
  .navbar:hover .navbar-right .nav-link-icon {
    opacity: 1;
  }
  .navbar:hover .navbar-right .CV-Button {
    opacity: 1;
  }
  .navbar:hover .navbar-left .nav-link {
    color: #ffffff;
  }
  .navbar:hover .nav-box {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 4rem;
    background-color: #bfcbc6;
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    -webkit-box-shadow: 0rem 0rem 5px rgba(0, 0, 0, 0.45);
            box-shadow: 0rem 0rem 5px rgba(0, 0, 0, 0.45);
  }
  .navbar:hover .nav-item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .navbar:hover .nav-link-icon:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .navbar:hover .CV-Button:hover {
    border-radius: 5rem;
    background-color: #bf9491;
  }
}

.navbar--hidden {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body {
  background-color: #4c4c53;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

body .Web-HD .Home {
  width: auto;
}

body .Web-HD .Home .intro {
  background-color: black;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

body .Web-HD .Home .intro .intro-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

@media screen and (min-width: 400px) {
  body .Web-HD .Home .intro .about-initial {
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .Web-HD .Home .intro .about-initial .overlay-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(76, 76, 83, 0);
    mix-blend-mode: darken;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container {
    width: 80%;
    height: 0px;
    border-radius: 1rem;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-shadow: 0px 0px 10px black;
            box-shadow: 0px 0px 10px black;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container .info-text-container {
    position: relative;
    color: #ffffff;
    font-size: 2rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    overflow: hidden;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container .demo-reel {
    width: 0;
    height: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    overflow: hidden;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container .demo-reel .video {
    position: relative;
    height: 0;
    width: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
  body .Web-HD .Home .intro .about-initial .about-button-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
  }
  body .Web-HD .Home .intro .about-initial .about-button-container .about-button {
    fill: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  body .Web-HD .Home .intro .about-initial .about-button-container .about-button:hover {
    fill: #ce0000;
  }
  body .Web-HD .Home .intro .about-initial .demo-text {
    color: #ffffff;
    font-family: 'GoboldLight';
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .Web-HD .Home .intro .about-open {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .Web-HD .Home .intro .about-open .overlay-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    mix-blend-mode: darken;
  }
  body .Web-HD .Home .intro .about-open .about-info-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 1rem;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: rgba(76, 76, 83, 0.15);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-box-shadow: 0px 0px 10px black;
            box-shadow: 0px 0px 10px black;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  body .Web-HD .Home .intro .about-open .about-info-container .info-text-container {
    position: relative;
    color: #ffffff;
    font-size: 2rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    overflow: hidden;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  body .Web-HD .Home .intro .about-open .about-info-container .demo-reel {
    width: 100%;
    height: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    overflow: hidden;
  }
  body .Web-HD .Home .intro .about-open .about-info-container .demo-reel .demo-video-frame {
    position: relative;
    width: 1280px;
    height: 720px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}

@media screen and (min-width: 400px) and (max-width: 1400px) {
  body .Web-HD .Home .intro .about-open .about-info-container .demo-reel .demo-video-frame {
    width: 640px;
    height: 360px;
  }
}

@media screen and (min-width: 400px) and (max-width: 1000px) {
  body .Web-HD .Home .intro .about-open .about-info-container .demo-reel .demo-video-frame {
    width: 320px;
    height: 180px;
  }
}

@media screen and (min-width: 400px) {
  body .Web-HD .Home .intro .about-open .about-button-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  body .Web-HD .Home .intro .about-open .about-button-container .about-button {
    fill: #ffffff;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  body .Web-HD .Home .intro .about-open .about-button-container .about-button:hover {
    fill: #ce0000;
  }
  body .Web-HD .Home .intro .about-open .demo-text {
    color: #ffffff;
    font-family: 'GoboldLight';
    z-index: 50;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

body .Web-HD .Portfolio {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .Web-HD .Portfolio .Portfolio-Continer {
  width: 90%;
  max-width: 1920px;
}

body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn {
  position: relative;
  background-color: rgba(76, 76, 83, 0);
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 500px) {
  body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn {
    padding: 5px 5px;
    font-size: 0.75rem;
  }
}

@media (max-width: 400px) {
  body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn {
    font-size: 0.5rem;
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media (max-width: 300px) {
  body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn {
    font-size: 0.25rem;
  }
}

body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn.active {
  background-color: #BF9491;
}

body .Web-HD .Portfolio .Portfolio-Continer .portfolio-button-container .btn:hover {
  background-color: white;
  color: #4c4c53;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content {
  padding: 2em;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(480px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  grid-auto-flow: dense;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 10px;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .show {
  display: initial !important;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 1em;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem .description {
  display: none;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem .portfolio-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem:nth-child(7n+1) {
  grid-row: span 2;
  grid-column: span 2;
}

@media (max-width: 1024px) {
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem:nth-child(7n+1) {
    grid-row: unset;
    grid-column: unset;
  }
}

@media (max-width: 800px) {
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem:nth-child(7n+1) {
    grid-row: unset;
    grid-column: unset;
  }
}

@media (max-width: 600px) {
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem:nth-child(7n+1) {
    grid-row: unset;
    grid-column: unset;
  }
}

@media (max-width: 350px) {
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
  body .Web-HD .Portfolio .Portfolio-Continer .Portfolio-content .PortfolioItem:nth-child(7n+1) {
    grid-row: unset;
    grid-column: unset;
  }
}

@media (max-width: 500px) {
  body .Web-HD .Home .intro {
    height: 35vh;
  }
  body .Web-HD .Home .intro .intro-video {
    display: none;
  }
  body .Web-HD .Home .intro .about-initial {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  body .Web-HD .Home .intro .about-initial .overlay-video {
    display: none;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 1rem;
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background-color: rgba(76, 76, 83, 0.15);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-box-shadow: 0px 0px 10px black;
            box-shadow: 0px 0px 10px black;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container .demo-reel {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    overflow: hidden;
  }
  body .Web-HD .Home .intro .about-initial .about-info-container .demo-reel .video {
    position: relative;
    height: 100%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 275px;
  }
  body .Web-HD .Home .intro .about-initial .about-button-container {
    display: none;
  }
}

body .Web-HD .previewModal {
  display: none;
  position: fixed;
  z-index: 1;
  overflow: hidden;
  left: 0;
  top: 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4c4c53;
  width: 100%;
  height: 100%;
}

body .Web-HD .previewModal .modal-button {
  position: fixed;
  fill: white;
  top: 0;
  right: 0;
  margin: 2em;
  z-index: 1000;
}

body .Web-HD .previewModal .modal-button:hover,
body .Web-HD .previewModal .modal-button:focus {
  fill: #BF9491;
  cursor: pointer;
}

body .Web-HD .previewModal .modal-description-container {
  position: relative;
  padding: 0 2em;
  width: 100%;
  top: 0;
  z-index: 100;
  font-size: 2em;
  color: white;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

body .Web-HD .previewModal .preview-content {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5em;
  max-width: 800px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  body .Web-HD .previewModal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .Web-HD .previewModal .preview-content {
    margin: 0;
  }
}
/*# sourceMappingURL=main.css.map */