* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Alata', sans-serif;
    max-width: 100% !important;
}

html, body {
  width: 100% !important;
  height: 100%;
  margin: 0;
  background-color: black;
  }

body {
  cursor: none;
  height: 3000px;
  /* background: linear-gradient(0deg, white 30%, black 65%, black 85%); */
  background: black;  
}

.center { margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  text-align: center; }

 div.h2 {
   font-size: 1000px;
 }

.no-margin {
  margin: 0;
  color: white;
  overflow-x: hidden !important;
  max-width: 100%;
} 

.white-text {
  color: white;
}

.first-section-start {
  padding: 0% 0 5% 0 !important;
}

.section-start {
  padding: 5% 0;
}

.section-title {
  display: inline;
  vertical-align: middle;
  font-size: xxx-large;
}

.section-icon {
  height: 50px;
  width: auto;
  vertical-align: middle
}

.text-italic {
  font-style: italic;
}

.portfolio {
  padding: 10% 0;
  display: block !important;
  overflow: auto !important;
}

.clearfix::after {
  height: 500px;
}

.height-300 {
  min-height: 300px;
}

.portfolio-content {
  margin-top: 100px;
}

.spacer {
  padding-top: 150px;
}

.logo-small {
  height: 100px;
  max-width: 100%;
  margin-bottom: 50px;
}

.de-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, black, black);
    z-index: -1;
}

.de-slider2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to left, black, black);
    z-index: -1;
}

.myWork{
    height: 100%;
    width: 100%;
}

.my-work-header {
    text-align: center;
    color: #E7B91B;
    background-color: black;
    padding: 18px;
    font-size: 100px;
}

.my-work-header-caption {
  text-align: center;
  color: black;
  background-color: #E7B91B;
  padding: 18px;
  font-size: 30px;
}

.my-work-sub-header {
  text-align: center;
  color: black;
  font-size: 70px;
  background-color: white;
  padding: 30px 0;
  font-family: 'Playfair Display', serif, black;
  font-style: black;
}

.clearfix {
  overflow: auto;
}

nav {
    display: grid;
    grid-template-columns: 10% 1fr 1fr 10%;
    min-height: 10vh;
    color: white;
    align-items: center;
}

#de-logo {
    grid-column: 2/3;
    font-size: 24px;
}

.de-hamburger {
    justify-self: end;
    height: 50px;
    color: white;
}

/* Animation */

section {
    display: flex;
    height: 90vh;
    align-items: center;
    justify-content: center;
}

.de-hero {
    height: 60%;
    width: 80%;
    position: relative;
}

.de-hero img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.de-headline {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 470%;
    /* transform: translate(-20%, -70%); */
    color: white;
    z-index: 3;
}

.de-hero::after{
    content: "";
    rotate: 90;
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
    top: 0;
}

/* Folder Tabs */
  
  .tab, #tab4, #tab3, #tab2, #tab1, #tab0 {
    height: 100%;
    position: absolute;
    box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
  }
  .tab:hover ~ div, #tab4:hover ~ div, #tab3:hover ~ div, #tab2:hover ~ div, #tab1:hover ~ div, #tab0:hover ~ div {
    transform: translateX(-80vw);
  }

  .tab-text {
      text-orientation: upright;
  }
  
  #tab0 {
    width: 100%;
    background: black;
  }
  
  #tab1 {
    width: 95vw;
    background: #3C3C3C;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: blanchedalmond;
  }
  #tab1::after {
    padding-top: 15px;
    content: "Web Dev";
    position: absolute;
    width: 5vw;
    height: 23.5vh;
    background: #3C3C3C;
    border-radius: 0 20px 20px 0px;
    top: 74.5%;
    right: -4vw;
  }
  
  #tab2 {
    width: 90vw;
    background: #6D6D6D;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: blanchedalmond;
  }
  #tab2::after {
    padding-top: 15px;
    content: "Graphic Design";
    position: absolute;
    width: 5vw;
    height: 25vh;
    background: #6D6D6D;
    border-radius: 0 20px 20px 0px;
    top: 50%;
    right: -4vw;
  }
  
  #tab3 {
    width: 85vw;
    background: #AEAEAE;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: blanchedalmond;
  }
  #tab3::after {
    padding-top: 15px;
    content: "Videography";
    position: absolute;
    width: 5vw;
    height: 25vh;
    background: #AEAEAE;
    border-radius: 0 20px 20px 0px;
    top: 25%;
    right: -4vw;
  }
  
  #tab4 {
    width: 80vw;
    background: #EDEDED;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #AEAEAE;
  }
  #tab4::after {
    padding-top: 15px;
    content: "Photography";
    position: absolute;
    width: 5vw;
    height: 25vh;
    background: #EDEDED;
    border-radius: 0 20px 20px 0px;
    top: 0%;
    right: -4vw;
  }

  .row {
    height: 20%;
    /* padding-top: 150px;
    padding-bottom: 300px; */
  }

  .content {
      width: 100%;
      height: 100%;
      margin: 5px;
      padding-left: 50px;
      writing-mode: horizontal-tb;
      text-orientation: mixed;
      color: black;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }

  .content image {
      max-width: 300px;
  }

  .portfolio-image {
    position: relative;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    z-index: 1;
    transition-duration: 0.5s;
  }

  .portfolio-image:hover {
    box-shadow: 0 0 5px 1px turquoise;
  }

  .portfolio-mobile-image {
    max-height: 400px;
    max-width: 500px !important;
    position: absolute;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-top: 125px;
    margin-bottom: 125px;
    transition-duration: 0.5s;
    z-index: 2;
  }

  .portfolio-mobile-phone-image {
    height: 50%;
    position: absolute;
    margin-top: 125px;
    margin-bottom: 125px;
    transition-duration: 0.5s;
    z-index: 2;
  }

  .portfolio-mobile-gif {
    height: 40%;
    position: absolute;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    margin-top: 125px;
    margin-bottom: 125px;
    transition-duration: 0.5s;
    z-index: 2;
  }

  .portfolio-mobile-image:hover {
    box-shadow: 0 0 5px 1px turquoise;
  }

  .circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 100px;
    background-color: brown;
    transition: all 0.5s ease;
    text-align: center;
  }

  .circle:hover {
    height: 400px;
    width: 400px;
  }

  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  [class*="col-"] {
    float: left;
    padding: 15px;
  }

  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  .row{
    width: 100%;
  }

  .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: black;
    color: white;
    width: 100%;
    height: 4%;
    transition: transform 0.2s ease 0s;
  }

  #footer-content {
    display: none;
  }

  .footer .button {
    background-color: black; /* Green */
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
  }

  /* .footer {
    display: none;
  } */

  .footer-icon {
    height: 100px;
    width: auto;
  }

  /* .row {
    margin-bottom: 15vh;
  } */

  .portfolio-spacer {
    height: 200px;
  }

  .portfolio-top-spacer {
    height: 50px;
    border-width: none;
    
  }

  /* .dropdown {
    position: relative;
    display: inline-block;
    justify-content: end;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: white;
    z-index: 2;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  } */

  /* @media screen and (max-device-width: 1024px) {

    html, body {
      overflow-x: hidden !important;
      max-width: 100%;
    }
    .portfolio-spacer {
      height: 250px;
    }

    .height-300 {
      min-height: 0px;
    }

    .portfolio-mobile-image {
      all: unset;
      width: 300px;
      border: solid 1px #ddd;
      border-radius: 4px;
      padding: 5px;
      display: flex;
      align-items: center;
      margin: none;

      }

    .portfolio-mobile-phone-image {
      all: unset;
      width: 300px;
      border: solid 1px #ddd;
      border-radius: 4px;
      padding: 5px;
      display: flex;
      align-items: center;
      margin: none;

    }
      .portfolio-mobile-gif {
        all: unset;
        height: 200px;
        border: solid 1px #ddd;
        border-radius: 4px;
        padding: 5px;
        display: flex;
        align-items: center;
        margin: none;

      }

      .de-headline {
        z-index: 2;
    }

      .fly {
        all: unset;
        display: none;
      }
      
      .center-image {
        all: unset;
        display: none;
      }
      .footer {
        display: block;
      }
    } */


  @media screen and (max-width: 768px) {

  html, body {
    overflow-x: hidden !important;
    max-width: 100%;
  }

  .mobile-text{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .col-1 {width: 100%;}
  .col-2 {width: 100%;}
  .col-3 {width: 100%;}
  .col-4 {width: 100%;}
  .col-5 {width: 100%;}
  .col-6 {width: 100%;}
  .col-7 {width: 100%;}
  .col-8 {width: 100%;}
  .col-9 {width: 100%;}
  .col-10 {width: 100%;}
  .col-11 {width: 100%;}
  .col-12 {width: 100%;}

  .spacer {
    padding-top: 0;
  }

  .portfolio-top-spacer {
    height: 50px;
  }

  .portfolio-spacer {
    height: 500px;
  }

  .height-300 {
    min-height: 0px;
  }

  .my-work-header {
    font-size: 60px;
    padding-top: 20px;
}

  .my-work-sub-header {
    font-size: 30px;
    text-align: center;
  }

  .portfolio-image {
    display: none;
  }

  .portfolio-content {
    margin-top: 0;
  }

  .portfolio-mobile-image {
    all: unset;
    width: 200px;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    }

  .portfolio-mobile-phone-image {
    all: unset;
    width: 300px;
    display: flex;
    align-items: center;
    margin: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
  }

  .portfolio-mobile-gif {
    all: unset;
    width: 200px;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-small{
      display: block;
      margin-left: auto;
      margin-right: auto;
      /* width: 50%; */
  }

  .mobile-text{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .de-headline {
    z-index: 2;
}

  .fly {
    all: unset;
    display: none;
  }
  
  .center-image {
    all: unset;
    display: none;
  }

  .footer {
    display: block;
  }
}
