@import url("https://fonts.googleapis.com/css?family=Bebas Neue&display=swap");
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");

body {
  font-family: "Quicksand", sans-serif;
  color: darkslategray;
}

h1 {
  font-weight: bolder;
}

h2 {
  font-weight: lighter;
}

h3 {
  font-weight: lighter;
}



/* Youtube */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  right:0px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 28px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.home {
  background: darkslategray;
  color: white;
}


.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.imdb {
  background: #ddcd39;
  color: white;
}

.instagram {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}













.navbar {
display:flex;
width:100%;
flex-direction: row;
justify-content: space-between;
align-content: baseline;
padding-right:50px;
z-index: 99;
align-items:center;
background-color: white;
flex-wrap: nowrap;
margin-bottom: 20px;

& .menu-item {
text-decoration: none;
text-align: center;
color:darkslategray;
font-size: x-large;
font-weight: bold;
padding: 10px;
}  
}


.signature {
  position: relative;
}

.wrap {
  display: grid;

 & .inner-wrap {
  display: grid;
  justify-content: center;
  place-content: center;
  max-width: 1200px;
  
}

  & .reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: 1s all ease;
  }

  & .reveal.active {
    transform: translateY(0);
    opacity: 1;
  }
}

.header {
  background-color: darkgray;
  display: grid;
  min-height: 1fr;
}

.hero {
  width: 100vdw;
  margin: 0px;
  display: grid;
  background: linear-gradient(transparent 60%, white),
    url("../../assets/media/images/hat.jpeg");
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
}

.content {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.about {
  margin: 0px 50px 0px 50px;
  min-height: fit-content;
}

.gallery {
  --size: 111px;
  display: grid;
  grid-template-columns: repeat(6, var(--size));
  grid-auto-rows: var(--size);
  margin-bottom: var(--size);
  place-items: start center;
  gap: 5px;

  &:has(:hover) img:not(:hover),
  &:has(:focus) img:not(:focus) {
    filter: brightness(0.5) contrast(0.5);
  }

  & img {
    object-fit: cover;
    width: calc(var(--size) * 2);
    height: calc(var(--size) * 2);
    clip-path: path(
      "M90,10 C100,0 100,0 110,10 190,90 190,90 190,90 200,100 200,100 190,110 190,110 110,190 110,190 100,200 100,200 90,190 90,190 10,110 10,110 0,100 0,100 10,90Z"
    );
    transition: clip-path 0.25s, filter 0.75s;
    grid-column: auto / span 2;
    border-radius: 5px;

    &:nth-child(5n - 1) {
      grid-column: 2 / span 2;
    }

    &:hover,
    &:focus {
      clip-path: path(
        "M0,0 C0,0 200,0 200,0 200,0 200,100 200,100 200,100 200,200 200,200 200,200 100,200 100,200 100,200 100,200 0,200 0,200 0,100 0,100 0,100 0,100 0,100Z"
      );
      z-index: 1;
      transition: clip-path 0.25s, filter 0.25s;
    }

    &:focus {
      outline: 1px dashed black;
      outline-offset: -5px;
    }
  }
}


/* test2 */

.gallery2 {
  --size: 150px;
  display: grid;
  grid-template-columns: repeat(6, var(--size));
  grid-auto-rows: var(--size);
  margin-bottom: var(--size);
  place-items: start center;
  gap: 50px;

  &:has(:hover) img:not(:hover),
  &:has(:focus) img:not(:focus) {
    filter: brightness(0.5) contrast(0.5);
  }

  & img {
    object-fit: cover;
    width: calc(var(--size) * 2.5);
    height: calc(var(--size) * 4);
    );
    transition: clip-path 0.25s, filter 0.75s;
    grid-column: auto / span 2;
    border-radius: 5px;
    border: 10px white solid;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        
    &.i1 {
      transform:rotate(10deg)
      translateY(-20px)
      translateX(10px);
    }

    &.i2 {
      transform:rotate(-10deg) 
      translateY(15px)
      translateX(30px);

    }

    &.i3 {
      transform:rotate(-5deg) 
      translateY(-20px)
      translateX(-10px);


    }

    &.i4 {
      transform:rotate(3deg)
      translateY(-20px)
      translateX(50px);

    }



    &:nth-child(5n - 1) {
      grid-column: 2 / span 2;
    }

    &:hover,
    &:focus {
      z-index: 1;
      width: calc(var(--size) * 3.5);
      height: calc(var(--size) * 5);
        transform:rotate(0deg);
        transform: translateY(-300px);
      transition: clip-path 0.25s, filter 0.25s;
    }

    &:focus {
      outline: 1px dashed black;
      outline-offset: -5px;
    }
  }
}











.resume {
  width: 100vdw;
  padding: 0px 40px 40px 40px;
  background: linear-gradient(transparent 60%, aliceblue);

  & .h1 {
    text-align: center;
  }

  & .cv-header {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-columns: 1fr 1fr 1fr;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    border-bottom: thin solid black;

    & .project {
      display: grid;
      text-align: left;
    }

    & .role {
      display: grid;
      text-align: center;
    }

    & .character {
      display: grid;
      text-align: right;
    }
  }

  & .cv {
    display: grid;
    grid-auto-rows: max-content;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 22px;
    padding-bottom: 22px;

    & .project {
      display: grid;
      text-align: left;
      padding-bottom: 22px;
    }

    & .role {
      display: grid;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      color: black;
      padding-bottom: 22px;
    }

    & .character {
      display: grid;
      text-align: right;
      font-weight: normal;
      font-style: italic;
      padding-bottom: 22px;
    }

    & .training {
      margin-top: 20px;
      grid-column: span 3;
    }

    & .skills {
      margin-top: 20px;
      grid-column: span 3;
    }
  }
}

.content {
  display: grid;
  min-height: 1fr;

  & p {
    text-align: left;
  }
}

.footer {
  background-color: darkred;
  display: grid;
  min-height: 1fr;
  position: absolute;
  bottom: 0px;
}



.gie-slideshow {
  color:#a7a7a7;
  text-decoration:none;
  font-weight:normal !important;
  border:none;
  float: right;
  min-height: 480px;
  width: 25%;
  margin-left: 2em;

  & a {

  }

}

.main {
  min-height: 640px;
}