html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #f9f2f2
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* GOOGLE FONT IMPORT */
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700&family=Share+Tech+Mono&display=swap");

/* Use the custom font for all headers */
span {
  font-family: "Share Tech Mono", monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
p span,
a {
  font-family: "Sen", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

p a {
  text-decoration: none;
  background-color: #1c1c1c;
  color: #c9c9c9;
  padding: 0 3px;
  border: 2px solid #1c1c1c;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
p a:hover {
  text-decoration: none;
  background-color: #c9c9c9;
  color: #1c1c1c;
  padding: 0 3px;
  border: 2px solid #1c1c1c;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

ul {
    margin: 0;
    padding: 0;
}


.content {
  font-size: 1.5em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em;
  border-left: 5px solid #1c1c1c;
}

button {
  font-family: "Sen", sans-serif;
  background-color: transparent;
  border: 2px solid #000;
  padding: 5px 10px;
  border-radius: 5px;
  transition: all 0.3s;
}

button:hover {
  font-family: "Sen", sans-serif;
  background-color: #000;
  border: 2px solid #00000000;
  color: #c3c3c3;
  transition: all 0.3s;
}

.row {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: auto auto;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.iconrow {
    display: flex;
    justify-content: space-around;
}

.iconrow .col {
    align-items: center; /* Center items horizontally */
    margin: 3px;
    text-align: center;
}

.accenttext {
  color: #a10000;
  display: inline;
}

.svgaccent {
    fill: #a10000;
}

.svgfill {
    fill: #1c1c1c; /* or any other default fill you want */
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* ===============
   NAVIGATION BAR
   =============== */

.logo {
  padding: 50px;
  width: 200px;
}

#parallax-container {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

.parallaxbackground {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
  overflow: hidden;
  /*background-image: url("../assets/hero/backgroundimage.jpeg");*/
  background-size: contain;
  background: linear-gradient(110deg, rgb(105, 186, 218), 60%,  rgb(192, 209, 215));
  /*background: 
    /*linear-gradient(to bottom, #690c45, #6e0574, #b22222, #ff8c00, #e8437a, #ff8c00, #800080, #ff6f61), 
    linear-gradient(to bottom, #690c45, #6e0574, #b22222, #ff8c00, #e8437a, #ff8c00, #800080, #ff6f61);*/
}

.sun {
    position: absolute;
    bottom: -15%;
    left: 50%;
    width: 80vh;
    height: 80vh;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 
    0 0 400px 200px rgba(255, 234, 195, 0.354),
    inset 0 0 100px 50px rgba(255, 202, 104, 0.547);
}

.sun{
  background-image: url("../assets/hero/sun.png");
  background-size: contain;
}

.parallax-layer,
#parallax-section7 {
  position: absolute;
  width: 100%;
  background-position: center bottom;
  background-repeat: repeat-x;
  display: flex;
  align-content: end;
  animation-name: move-layer;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 13s;
  will-change: background-position-x;
  pointer-events: none;
  height: 100vh;
  background-origin: content-box;
}

#parallax-section1 {
  background-image: url("../assets/hero/cloud_layer1.png");
  background-size: auto 2vh;
  margin-top: -45vh;
  animation-name: move-layer1;
}

#parallax-section2 {
  background-image: url("../assets/hero/cloud_layer2.png");
  background-size: auto 3vh;
  margin-top: -41vh;
  animation-name: move-layer2;
  animation-duration: 22s;
}

#parallax-section3 {
  background-image: url("../assets/hero/cloud_layer3.png");
  background-size: auto 8vh;
  margin-top: -35vh;
  animation-duration: 16s;
  animation-name: move-layer3;
}

#parallax-section4 {
  background-image: url("../assets/hero/cloud_layer4.png");
  background-size: auto 10vh;
  margin-top: -28vh;
  animation-name: move-layer4;
}

#parallax-section5 {
  background-image: url("../assets/hero/cloud_layer5.png");
  background-size: auto 20vh;
  margin-top: -15vh;
  animation-name: move-layer5;
}

#parallax-section6 {
  background-image: url("../assets/hero/cloud_layer6.png");
  margin-top: -7vh;
  background-size: auto 25vh;
  animation-name: move-layer6;
  animation-duration: 18s;
}

#parallax-section7 {
  background-image: url("../assets/hero/cloud_layer7.png");
  opacity: 100%;
  background-attachment: scroll;
  background-size: auto 20vh;
  animation-name: move-layer7;
  animation-duration: 20s;
}

@keyframes move-layer {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -6000px;
  }
}

@keyframes move-layer1 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -64.15vh;
  }
}

@keyframes move-layer2 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -62.5vh;
  }
}

@keyframes move-layer3 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -105vh;
  }
}

@keyframes move-layer4 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -57vh;
  }
}

@keyframes move-layer5 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -83vh;
  }
}

@keyframes move-layer6 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -170.5vh;
  }
}

@keyframes move-layer7 {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -130vh;
  }
}

.balloon,
.balloonlight {
  position: absolute;
  width: 60px;
  height: 80px;
  transform-origin: center;
  top: 0;
  left: 0;
  transition: opacity 0.2s;
}

.parallax-foreground {
  height: 100vh;
  margin-top: -100vh;
  position: relative;
  pointer-events: none;
}

.herooverlay {
  text-align: center;
  padding: 30px;
  padding-top: 40vh;
  margin: 0;
  color: rgb(0, 0, 0);
  font-size: 2em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 75%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  isolation: isolate;
}
.herooverlay p,
.herooverlay h1 {
  padding: 0;
  margin: 0;
}

#pause-button {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: 10px;
  background-color: #00000000;
  border: none;
  color: white;
  font-size: 15px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}

.profile {
  margin: 10px 40px;
  text-align: justify;
}

.profileinfo {
  position: relative;
  height: 100%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
  /*border:solid 4px #41403E;*/
  /*border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;*/
}
.profiletitle {
  max-width: 1024px;
  text-align: left;
  font-size: 2.25rem;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 2px solid #333;
  margin: auto;
}

.keypointcol {
  padding: 10px 5px;
  min-width: 400px;
}

.keypoint {
  margin-left: 20px;
  width: auto;
}

.keypoint i {
  font-size: 2rem;
  margin-top: 10px;
  margin-right: 15px;
  width: 45px;
  text-align: center;
}

.keypoint h2 {
  margin: 0;
  text-align: left;
}

/* ===============
   NAVIGATION BAR
   =============== */

.nav-bar {
  position: relative;
  top: 0;
  height: 0px;
  z-index: 1;
}

.top-ribbon {
  width: 100%;
  height: 30px;
  margin-bottom: -30px;
  /*background-color: #1c1c1c;*/
}

.navigationContainer {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  max-width: 1100px; /*the width of the entire nav bar*/
  font-size: 1.5em;
}

/*styles to remove the defaults for links*/
.navigationContainer a {
  text-decoration: none;
  padding: 0.5rem 1rem; /*the gap above/below and between nav menu items*/
  width: 100%;
}
.navigationContainer nav a {
  display: inline-block; /*enable padding on anchor tag*/
}
/*target the direct child ul's of the nav element (not dropdowns)*/
.navigationContainer nav > ul {
  display: flex;
}
.navigationContainer ul {
  list-style: none;
  align-items: center;
}
.navigationContainer li {
  transition: all 0.3s ease-in-out; /*adds a fade to the background*/
  white-space: nowrap;
  margin: 2px;
  background: #1c1c1c02;
}
.navigationContainer li:hover {
  background-color: #1c1c1c;
}
.navigationContainer li:hover > a {
  color: #c9c9c9;
}
/**The Hamburger**/
.navigationHamburgerContainer {
  display: none;
  opacity: 0;
}
/*---DROPDOWN MENU---*/
.dropDown {
  position: relative;
  padding-right: 2rem;
  cursor: pointer;
}
.dropDown > a {
  padding-right: 0;
}
.dropDown ul {
  position: absolute;
  background-color: #c9c9c9;
  min-width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  border-left: 4px solid #1c1c1c;
  transition: all 0.3s ease;
}
.dropDown ul > .dropDown > ul {
  top: 0;
  left: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navigationLogoContainer {
  display: flex;
}

.navigationLogoContainer svg {
  width: 200px;
}

.dropDown > a::after {
  content: "▼";
  width: 10px;
  margin-left: 10px;
  font-size: 0.75rem;
  display: inline-block;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  pointer-events: none;
  margin-top: 0.6rem;
}

/* ====================
    NAVIGATION ICONS
   =====================*/
.herocontact {
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin: 10px auto;
}
.contactIcons {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin: 10px auto;
}

.contactIcons a {
  display: flex;
  flex-direction: row;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 50px;
  padding: 10px;
  margin-right: 1em;
  width: 18px;
  justify-content: end;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.contactIcons i {
  font-size: 1.3rem;
  background-color: #00000000;
}

.contactIcons span {
  visibility: none;
  display: none;
  width: 0;
  transition: all 0.3s ease-out;
}

.navigationBackground:hover .contactIcons a,
.navigationBackgroundActive .contactIcons a {
  border: 2px solid rgb(0, 0, 0);
  transition: all 0.3s ease-out;
}

.contactIcons a:hover {
  width: 75px;
}

.contactIcons a:hover span {
  visibility: visible;
  display: flex;
  margin-right: 10px;
  width: auto;
  transition: all 0.3s ease-out;
}
/* ====================
    MODAL WINDOWS
   ==================== */

/* Modal base style */
.modal {
    visibility: hidden;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.modalactive {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.3s;
  overflow: auto;
}

/* Modal content style */
.modal-inner {
    background-color: #fefefe;
    margin: 3% auto;
    border: 1px solid #888;
    max-width: 1024px;
    width: 90%;
    border-radius: 10px;
    overflow: hidden;
}

.modalhero {
  height: 40vh;
  background-size: cover;
  background-position: center;
}

.ecomercehero {
  background-image: url("../assets/img/casestudyhero/ecomercehero.jpg");
}

.wordpresshero{
  background-image: url("../assets/img/casestudyhero/syndromehero.jpg");
}

.videohero{
  background-image: url("../assets/img/casestudyhero/detailshero.jpg");
  height: 50vh;
}

.modalcontent {
  margin: 2vw;
  padding: 10px;
  padding-top: 0;
}

.rolelist {
  margin: 10px 20px;
}

/* Close button */
.close {
    color: #ffffff;
    float: right;
    font-size: 3rem;
    cursor: pointer;
    padding: 5px;
    margin-right: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.small-icon-container {
  margin: 50px 0;
}

.small-icon-container i {
  font-size: 2rem;
}
.small-icon-container h6 {
  font-size: 1rem;
  margin: 0.5rem;
}

#contact{
  margin: 50px auto;
}

/* ====================
    FOOTER STYLES
   ==================== */

.icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
    margin: 75px auto;
    max-width: 900px;
}

.icon-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 0 calc(33.333% - 20px);
    min-width: 130px;
}

.icon-column .iconwrapper {
  width: 100%;
  max-width: 120px;
  display: flex;
  align-items: end;
}

.icon-column img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.6;
}

.icon-column h3 {
  font-size: 1.5rem;
  height: 3rem;
}

.icon-column p {
  font-size: 0.9rem;
}

.icon-container {
    justify-content: space-around;
    padding: 20px;
}

/* ====================
    FOOTER STYLES
   ==================== */
.footer-container {
  width: 100%;
  border-top: 2px solid #1c1c1c;
  border-radius: 2px;
}

/* ==========================================================================
   Case Studies
   ========================================================================== */

.casestudy,
.casestudyrev {
  position: relative;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
}

.casestudyrev {
  text-align: right;
}

.webpreview {
  border: 3px solid #000;
  border-radius: 10px;
  overflow: hidden;
  resize: vertical;
  height: 300px;
}

.vidpreview {
  border: 3px solid #000;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.webprevcontainer {
  height: 100%;
  overflow-y: scroll;
  border-radius: 0 0 5px 5px; /* set the top border radius */
}

.webprevcontainer img {
  width: 100%;
}

.webpreviewmsg {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}

.webpreviewmsg span {
  padding-left: 10px;
}

.casestudydesc {
  padding: 0 10px 10px 30px;
  flex-grow: 1;
  margin: 0 auto;
  width: 50%;
}

.casestudydesc h2 {
  margin-top: 0;
}

.casestudyrev .casestudydesc {
  padding: 0 30px 10px 10px;
}

.casestudy svg,
.casestudyrev svg {
  padding-top: 3px;
  width: 100%;
}

.webpreviewTB {
  display: inherit;
  width: 100%;
  margin-top: 2px;
}
.webpreviewMB {
  display: none;
}

/**NAV MENU -- THE DESKTOP RESPONSIVE PART**/
@media only screen and (min-width: 600px) {
  .dropDown:hover > ul {
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropDown:hover > a::after {
    transform: rotate(-90deg);
  }
}
/**NAV MENU -- THE MOBILE RESPONSIVE PART**/
@media only screen and (max-width: 600px) {
  .navigationContainer {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .navigationContainer a {
    padding: 1rem 1rem; /*the gap above/below and between nav menu items*/
    padding-left: 2rem;
    width: auto;
  }
  .navigationContainer nav > ul {
    display: inline-block;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .navigationLogoContainer svg {
    width: 150px;
  }
  /**The Hamburger**/
  .navigationHamburgerContainer {
    opacity: 1;
    cursor: pointer;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navigationHamburger {
    margin: auto 2rem auto auto; /**set how far from the right the hamburger is**/
    float: right;
  }
  .navigationContainer nav {
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    transition: all 0.3s ease-out;
    width: 100%;
    text-align: center;
  }
  .NavigationContainerActive nav {
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    max-height: 1000px;
  }
  .NavigationContainerActive {
    background-color: rgba(255, 255, 255, 0.848);
    height: 100vh;
  }
  .navigationContainer li {
    width: 100%;
    position: relative;
  }
  .dropDown ul {
    position: relative;
    top: auto;
    left: auto;
    max-height: 0;
    background: #ffffff04;
    width: 100%;
    padding-left: 10px;
  }
  .navigationdropDownActive > ul {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropDown ul > .dropDown > ul {
    left: 0;
  }
  .navigationdropDownActive > a::after {
    transform: rotate(-90deg);
  }
  .casestudy {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .casestudyrev {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .webpreviewmsg {
    width: 100%;
  }
  .casestudydesc {
    padding: 0;
    margin: 20px auto;
    text-align: center;
    width: 100%;
  }
  /*
  .webpreviewTB {
    display: none;
  }
  .webpreviewMB {
    display: inherit;
  }*/
}

@media only screen and (min-width: 1140px) {
  /* ===============
    Maximal Width
   =============== */

  .wrapper {
    width: 1026px; /* 1140px - 10% for margins */
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
    .profile {
      margin: 10px 15px;
    }
    .profiletitle {
      max-width: 500px;
      margin: auto;
    }
    .keypoint {
      margin-left: 0;
    }
    .keypoint i {
      font-size: 2rem;
      margin-top: 10px;
      margin-right: 15px;
    }
    .keypointcol {
      max-width: 550px;
      margin: 20px auto;
    }
    .profilerow {
        flex-direction: column;
    }
}

/* Responsive styles */
@media screen and (max-width: 600px) {
  .modal-inner {
      margin: 2vw; /* No margin for mobile */
      width: 96vw
  }
  .iconrow {
    display: none;
  }
  .profileinfo, .keypointcol, .profileinfo {
    min-width: 0;
  }
  .profilerow {
        flex-wrap: inherit;
    }
}

/* Responsive styles */
@media screen and (max-width: 700px) {
  .herotitle {
    font-size: 8vw;
  }
  .herotext {
    font-size: 4vw;
  }
}

@media screen and (max-width: 800px) {
    .casestudyrev .casestudydesc {
      padding: 0;
    }
    #portfolio h1 {
      max-width: 500px;
      margin: auto;
    }
  }

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*============
  DARK MODE
  ==========

@media (prefers-color-scheme: dark) {
  body {
    background-color: #0c1010;
  }
  .parallax-layer,
  #parallax-section7 {
    filter: invert(100%);
  }
}
*/