/* Scroll / Mouse Behavior */


html {
  scroll-behavior: smooth;
}



/* ------------ LINK EFFECTS ------------  */

/* a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: rgb(74, 74, 74);
} */

.article-link {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: rgb(74, 74, 74);

}

.article-link:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: rgb(255, 111, 0);


}

.article-link img {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;


}

.article-link:hover img {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  transform: scale(1.05);

}

a:hover {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  color: black;
}

.orange-link {
  color: #06A9F4;

  transition: 0.3s;

}

.photo-caption-link {
  color: #818181;

  transition: 0.3s;

}

.photo-caption-link a {
  color: rgb(255, 111, 0) !important;
  cursor: pointer;
  transition: 0.3s;

}

.orange-link a {

  color: rgb(255, 111, 0) !important;
  cursor: pointer;
  transition: 0.3s;

}

/* .orange-link a, a:hover{
  color: rgb(255, 111, 0) !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ;
} */


.orange-link:hover {
  color: rgb(255, 111, 0);
  text-decoration: none;
  transition: 0.3s;
  box-shadow: inset 0px -6px 0px rgba(255, 111, 0, 0.20);
}


/* Image Hover */
.hover_img a {
  position: relative;
  transition: 0.3s;
}

.hover_img a span {
  position: absolute;
  display: none;
  z-index: 99;
  transition: 0.3s;
}

.hover_img a:hover span {
  display: block;
  transition: 0.3s;
  box-shadow: -1px 4px 11px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 4px 11px -6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 4px 11px -6px rgba(0, 0, 0, 0.4);
}

.hover_img span img {
  transition: 0.3s;
  border: 5px solid white;
}

/* ------------ TOP OF PAGE BUTTON ------------  */
/* #topOfPageBtn {
  display: none;
  width: 60px; 
  height: 60px;
  position: fixed;
  bottom: 200px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  border-radius: 65px;
  border: none;
  outline: none;
  background-color: rgb(205, 205, 205);
  opacity: 0.95;
  color: white;
  cursor: pointer;
  padding: 15px;
  transition: 0.3s;
  
} */

#topOfPageBtn:hover {
  background-color: rgb(255, 111, 0) !important;
  cursor: pointer;
  transition: 0.3s;
}

/* ------------ EXPLORE MORE CARD EFFECTS ------------  */


.explore-more-card {
  /* transform: translateY(+10px); */
  transition: 0.3s;
}

.explore-more-card:hover {
  transform: translateY(-10px);
  transition: 0.3s;
}

.explore-gallery-card {
  transition: all .3s ease-in-out;
}

.explore-gallery-card:hover {
  transform: scale(1.05);
  transition: 0.3s;
 
}

/* NOTE, BUTTON EFFECTS ARE IN THE HEADER CSS FILE */

/* ------------ TYPEFACE ------------  */
@import url("//hello.myfonts.net/count/3b7a74");

@font-face {
  font-family: 'OktaNeue-Regular';
  src: url('webFonts/OktaNeue-Regular/font.woff2') format('woff2'), url('webFonts/OktaNeue-Regular/font.woff') format('woff');
}

@font-face {
  font-family: 'OktaNeue-Bold';
  src: url('webFonts/OktaNeue-Bold/font.woff2') format('woff2'), url('webFonts/OktaNeue-Bold/font.woff') format('woff');
}


.ss01 {
  font-feature-settings: "ss01"1;
}

.main-body-type {
  font-size: 18px;
  line-height: 1.6;
}


.bold-body-type {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'OktaNeue-Bold';
}

/* ------------ EXPLORE GALLERY FILTER WIDGET ------------  */
.portfolio-menu {
  text-align: center;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all .5s ease;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}


/* ------------ Start Home Page ------------  */

#home-main-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: -120px;
}

.contact-me {
  display: flex;
  justify-content: center;
  margin: auto;
}

/* moves entire content up, not just the first child. reason why didnt affect the first child card was becuase we dont want to add a margin top to this first card whcih would put it BELOW the navbar.  */

/* ------------  EXPLORE PAGE ------------  */

.explore-page-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;


}

.explore-gallery-content {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.gallery-row {
  justify-content: center;
}


/* ------------  WRITING PAGE ------------  */
.writing-page-content {

  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;

}

.writing-tag {
  color: rgb(198, 198, 198);
}

.writing-item {
  background-color: white;
  width: 326px;
  height: 380px;
  justify-content: space-between;
  /* just cont - sepearet eas miuch as possible within parent container */
  box-shadow: 1px 0px 133px -20px rgba(0, 0, 0, 0.37);
  /* border: 1px solid rgb(220, 220, 220); */
  border-radius: 10px;
  overflow: hidden;

}

.writing-item .content {
  padding: 35px;
  /* adds padding to the text inside the card */
}

.writing-card-title {
  font-size: 20px;
  font-family: bold;
}

/* THIS IS IN LAYOUT */
/* .blog-badge {
  display: flex;
  float: right;
} */

/* .blog-headshot {
  border-radius: 50%;
  width: 75px;
} */

/* THESE ARE IN LAYOUT */
.blog-name-text {
  font-size: *1rem;
}

.blog-date-text {
  font-size: 1rem;
}

/* ------------  Graphic Design Gallery ------------  */
.card-img-top {
  transition: all 0.3s ease;
}

.card-img-top:hover {
  
}

.card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%); 
  color: #fff;
  transition: all 0.3s ease;
  opacity: 0;
}

.card:hover .card-body {
  opacity: 1;
}


/* ------------  Portfolio Card Item ------------  */
.portfolio-item {
  background-color: white;
  width: 326px;
  height: 468px;
  justify-content: space-between;
  /* just cont - sepearet eas miuch as possible within parent container */
  box-shadow: 1px 0px 133px -20px rgba(0, 0, 0, 0.37);
  /* border: 1px solid rgb(220, 220, 220); */
  border-radius: 10px;
  overflow: hidden;
}

.subscribebox {

  width: 826px;
  height: 326px;
  justify-content: space-between;
  /* just cont - sepearet eas miuch as possible within parent container */

  /* border: 1px solid rgb(220, 220, 220); */


}


.portfolio-item:not(:first-child) {
  margin-top: 60px;

}

.portfolio-item .content {
  padding: 35px;
  /* adds padding to the text inside the card */
}

/* .portfolio-item img {
  width: 50%;
} */

.img-wrapper {
  width: 100%;
  /* height: 150px; */
  /* background-size: cover; */
}

.img-wrapper img {
  /* height: 50%; */
  width: 100%;
}

.badge-primary {
  background-color: #06A9F4 !important;
  /* background-color: #EEE !important; */

  color: fff;
  /* color: #6f6f6f;  */
}

/* 🚨CASE STUDY BUTTONS ARE IN HEADER CSS 🚨*/
/* .case-study-btn {}

.portfolio-item {} */

/* ------------ SOCIAL ICONS ------------  */
.gabeicons {
  align-items: center;
}

.gabe-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}



.gabe-icon img {
  height: 24px;
}

.gabe-icon:hover,
.gabe-icon:focus,
.gabe-icon:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gabe-icon2 img {
  height: 20px;

}

.gabe-icon3 img {
  width: 40px;

}

.gabe-icon3 {
  display: inline-block;

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.gabe-icon3:hover,
.gabe-icon3:focus,
.gabe-icon3:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gabe-icon2 {
  display: inline-block;

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}



.gabe-logo-icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.gabe-logo-icon:hover,
.gabe-logo-icon:focus,
.gabe-logo-icon:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.gabe-icon2:hover,
.gabe-icon2:focus,
.gabe-icon2:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.gabe-icon-about img {
  height: 32px;

}


.gabe-icon-about {
  display: inline-block;

  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}


/* ------------ HAND WAVE V2 ------------  */

wave:before {
  content: attr(data-hover);
}

/* .wave:hover {
  animation-name: wave-animation;
  animation-duration: 3.0s;
  animation-iteration-count: infinite;
  transform-origin: 70% 70%;
} */

/* I want THIS TO WAVE ONCE AND THEN WAVE AGAIN WHEN YOU HOVER */
/* .wave  {
  animation-name: wave-animation;  
  animation-duration: 2.5s;        
  
  transform-origin: 70% 70%;       
  display: inline-block;
} */
.wave {
  transition: .3s;
}

/* Wave animation for hand */
.wave:hover {
  animation-name: wave-animation;
  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;
  /* Change to speed up or slow down */
  /* Never stop waving :) */
  transform-origin: 70% 70%;
  /* Pivot around the bottom-left palm */
  display: inline-block;
  transition: .3s;
}

/*  animation-iteration-count: infinite;  */


@keyframes wave-animation {
  0% {
    transform: rotate(0.0deg)
  }

  10% {
    transform: rotate(14.0deg)
  }

  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8.0deg)
  }

  30% {
    transform: rotate(14.0deg)
  }

  40% {
    transform: rotate(-4.0deg)
  }

  50% {
    transform: rotate(10.0deg)
  }

  60% {
    transform: rotate(0.0deg)
  }

  /* Reset for the last half to pause */
  100% {
    transform: rotate(0.0deg)
  }
}










/* DarkMode */
/* .darkmode-layer, .darkmode-toggle {
  z-index: 500;
} */

/* Progress Bar */
#_progress {
  --scroll: 0%;
  background: linear-gradient(to right, #ee6f0b var(--scroll), transparent 0);
  position: fixed;
  width: 100%;
  height: 5px;
  top: 0px;
  z-index: 100;
}




/* BORDER HR NEW */
.hr2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  width: 50%;
}

/* FADE ON SCROLL ANIMATIONS */

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(20%);
  transition: all 1s;
}

.hidden2 {
  opacity: 0;
  transform: translateY(20%);
  transition: all 1s;
}

.hidden3 {
  opacity: 0;
  transform: translateX(20%);
  transition: all 1s;
}

@media(prefers-reduced-motion) {
  .hidden {
    transition: none;
  }
  .hidden2 {
    transition: none;
  }
  .hidden3 {
    transition: none;
  }
}


.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.show2 {
  opacity: 1;
  transform: translateY(0);
}

.show3 {
  opacity: 1;
  transform: translateY(0);
}

.design-acc {
}

.design-acc:nth-child(2) {
  transition-delay: 200ms;
}

.design-acc:nth-child(3) {
  transition-delay: 400ms;
}

.design-acc:nth-child(4) {
  transition-delay: 600ms;
}

