/* CSS Document */

body {
  background-color: #000;
  background:url('../img/svg-pattern.svg') top repeat, linear-gradient(180deg, #ff9b00 0%, rgba(255,0,116,1) 50%, rgba(131,0,255,1) 100%);
  background-size: cover;
  background-attachment: fixed;
}

header {
  margin:64px 0 24px 0;
}

header nav a {
  font-size:24px;
}

header nav a.active {
  text-shadow: 0 0 16px rgba(0,0,0,.3);
}

div.container.experienceContainer.firstContainer {
  background-color: #000;
  box-shadow: 0px 12px 0 rgba(0,0,0,.5);
  color:#fff;
}

div.container.experienceContainer img {
  width: 100%;
  height: auto;
  border-radius:16px;
}

div.container.experienceContainer.firstContainer h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 800;
  color:#0cf;
}

div.container.experienceContainer.firstContainer p strong, div.container.experienceContainer.firstContainer li strong {
  color:#fff;
}

div.container.experienceContainer.firstContainer p strong.blue, div.container.experienceContainer.firstContainer li strong.blue {
  color:#00ccff;
}

h1 {
  text-align: center;
  height:105px;
  font-size: 85px;
  font-family: 'Fugaz One', cursive;
  padding-top:35px;
  color:#fff;
  text-shadow:0 4px 0 rgba(0,0,0,.3);
  /*background: linear-gradient(to right, #ff9b00, #ff0074, #8300ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;*/
  background-size: 100%;
  margin:40px 0 16px 0;
}

ul {
  padding-left: 15px;
  margin-bottom: 30px;
}

ul li {
  font-weight: 500;
  list-style: disc;
  margin-bottom: 4px;
}

.container.experienceContainer.firstContainer h3 {
  color:#fff;
}

.container.experienceContainer h3 {
  font-size: 3em;
}

.container.experienceContainer p:last-of-type {
  margin-bottom: 16px;
}

.container.experienceContainer > div {
  margin-bottom: 0px;
}

section {padding:24px 0;}

div.wrapUp {
  margin-top:36px;
  padding-left:0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.workSamplesBtn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color:#000;
  font-family: "Open Sans", sans-serif;
  font-size:1.5rem;
  font-weight: 800;
  padding:1rem 3rem 1rem 2rem;
  background: #fff;
  border-radius:34px;
  margin-right:1rem;
  border:6px solid #000;
  box-shadow: 0 16px 0 rgba(0,0,0,1);
  -webkit-transition: ease-out all 0.3s;
  -moz-transition: ease-out all 0.3s;
  -ms-transition: ease-out all 0.3s;
  -o-transition: ease-out all 0.3s;
  transition: ease-out all 0.3s;
  position:relative;
  top:0;
}

a.workSamplesBtn:last-of-type {margin-right:0;}

a.workSamplesBtn:hover {
  top:8px;
  color:#000;
  background:#00ccff;
  border:6px solid #000;
  box-shadow: 0 8px 0 #000;
  -webkit-transition: ease-in all 0.15s;
  -moz-transition: ease-in all 0.15s;
  -ms-transition: ease-in all 0.15s;
  -o-transition: ease-in all 0.15s;
  transition: ease-in all 0.15s;
}

a.workSamplesBtn i {
  padding-left:16px;
}

.firstContainer a.workSamplesBtn {
  color:#fff;
  background: #000;
  border:2px solid #fff;
  box-shadow: 0 8px 0 rgba(255,255,255,1);
}

.firstContainer a.workSamplesBtn:hover {
  top:4px;
  color:#fff;
  background:#000;
  border:2px solid #00ccff;
  box-shadow: 0 4px 0 #00ccff;
}

.firstContainer a.workSamplesBtn.primary {
  color:#fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
  background: #00ccff;
  border:2px solid #00ccff;
  box-shadow: 0 8px 0 #007492;
}

.firstContainer a.workSamplesBtn.primary:hover {
  color:#fff;
  background:#00ccff;
  border:2px solid #00ccff;
  box-shadow: 0 4px 0 #007492;
}

@media all and (max-width: 1180px) {
  div.wrapUp {
    display: block;
  }
  div.wrapUp p:first-of-type {margin-bottom: 48px;
  }  
}

@media all and (max-width: 1080px) {
  h1 {
    height:85px;
    font-size: 65px;
    padding-top:24px;
  }
}

@media all and (max-width: 768px) {
  h1 {
    height:45px;
    font-size: 45px;
    padding:0 5%;
    line-height: 1em;
    margin:0 0 16px 0;
  }
  .container.experienceContainer h3 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom:16px;
  }
  div.container.experienceContainer img {
    margin-bottom:32px;
  }
  a.workSamplesBtn.primary {
    margin-bottom:24px;
  }
}

@media all and (max-width: 640px) {
    h1 {
    font-size: 45px;
    padding:0 5% 40px 5%;
    line-height: 1em;
    }
    div.container.experienceContainer.firstContainer {
      border-radius: 0;
    }
    .container.experienceContainer.firstContainer h3 {
      font-size: 2em;
      line-height: 1.2em;
    }
    div.container.experienceContainer.firstContainer h4 {
      margin-top:12px;
      font-size: 1em;
      line-height: 1.4em;
    }
    header.workSample {
      padding:18px 0 24px 0;
    }


}

@media all and (max-width: 640px) {
    h1 {
      height: auto;
      font-size: 45px;
      line-height: 1em;
    }

  body {
    background:url('../img/svg-pattern.svg') top repeat, linear-gradient(180deg, rgba(131,0,255,1) 0%, rgba(255,0,116,1) 50%, #ff9b00 100%);
    background-size: cover;
    background-attachment: fixed;
  }

}



/* HAMBURGER BUTTON */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 50%;
  gap: 4px;
  cursor: pointer;
  z-index: 1001;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 1.0);
}

.mobile-nav-toggle span {
  width: 20px;
  height: 4px;
  background: #000;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hamburger animation when open */
.mobile-nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5.5px, 5.5px);
}
.mobile-nav-toggle.open span:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

@media (max-width: 800px) {

  header {
    margin:24px 0 24px 0;
  }

  header div.container {
    display: flex;
    direction: rtl;
  }

  header div nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
  }

  header div.container nav {
    position: absolute;
    top: 90px;
    right: 5%;
    width:250px;
    border-radius: 8px;
    border:4px solid #fff;
    box-shadow: 16px 16px 0 rgba(0, 0, 0, .5);
    background: #000;
    padding: 1rem;
    transform: translateY(-50%);
    opacity: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
    pointer-events: none;
  }

  header div nav {
    display: flex;
    flex-direction: column;
  }

  header div nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }



  header div nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
  }
}