* a {
  cursor: url('../img/curs/curs1.png') 43 7, pointer;
}

body,
html {
  cursor: url('../img/curs/curs0.png') 43 7, default;
  /* display: flex;*/
  scroll-behavior: smooth;
  justify-content: center;
  align-items: center;
  -webkit-font-smoothing: antialiased;
  font-family: 'Teko', sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(left, rgb(242, 242, 242), rgb(128, 128, 128));
  background: linear-gradient(left, rgb(242, 242, 242), rgb(189, 190, 192));
}

img,
iframe,
object,
embed,
video {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.fixed-ratio-resize {
  max-width: 100%;
  height: auto;
  width: auto\9;
}


/*-----SPLASH ANIMATION---*/

#lottie {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

/* ------ Accidental text selection -----------*/

.animated-nav,
#navs,
a.info,
.modal-exit {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ----------- TYPE -------------- */

.lowercase {
  text-transform: none;
}




/* ----------- Animated Nav -------------- */

.animated-nav {
  align-self: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  padding: 130px 0 30px 0;
  height: auto;
  margin: 0;
  z-index: 100;
  background: none;

  /* -----------
    
    rgba(242, 242, 242, .95);
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, .5) 50%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, .5) 50%, rgba(242, 242, 242, .9) 100%);
  -------------- */
}

#navs {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: auto;
  padding: 0;
  text-align: center;
  list-style-type: none;
  background-color: rgba(0, 0, 0, 1.0);
  border-radius: 50%;
  z-index: 2;
}

#navs > li,
#navs:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: rgba(255, 255, 255, 1.0);
  font-size: 20px;
  font-family: 'Teko', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: none;
  letter-spacing: 1px;
  z-index: 20;
}

#navs > li {
  transition: all .6s;
  -webkit-transition: all .6s;
}

#navs:after {
  content: attr(data-close);
}

#navs.active:after {
  display: block;
  content: attr(data-open);
}

#navs a {
  width: 100px;
  height: 100x;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: rgba(0, 0, 0, 1.0);
  line-height: 100px;
  font-size: 20px;
  font-weight: 400;
}

#navs a:hover {
  letter-spacing: 3px;
  text-shadow: 0px 0px 10px #FFFFFF;
}

#navs.active:after,
#navs a:hover {
  -webkit-transform: scale(1.0, 1.0) rotate(360deg);
  -moz-transform: scale(1.0, 1.0) rotate(360deg);
  -o-transform: scale(1.0, 1.0) rotate(360deg);
  -ms-transform: scale(1.0, 1.0) rotate(360deg);
  transform: scale(1.0, 1.0) rotate(360deg);
}

#navs.active:after,
#navs a,
#navs:after {
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transition: -webkit-transform .6s;
  -moz-transition: -moz-transform .6s;
  -o-transition: -o-transform .6s;
  -ms-transition: -ms-transform .6s;
}

.w-circ-nav {
  position: relative;
  justify-content: center;
  text-align: center;
  display: block;
  bottom: 0;
  width: 260px;
  height: 260px;
  margin: auto;
  background-color: rgba(155, 155, 155, 1.0);
  border-radius: 50%;
  z-index: 1;
}

/*----HOME SECTIONS-------*/

.sectViewHeight {
  height: 100vh;
  width: auto;
  background-color: none;
  overflow: visible;
  /*---Not sure will happen------*/
}

/*----HOME MENU-------*/

#ABOUT {
  text-align: right;
}

#pastwork {
  text-align: left;
}

#all {
  text-align: left;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

#retouch {
  text-align: right;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#concept {
  text-align: left;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

#design {
  text-align: right;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

#artwork {
  text-align: right;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

#navs a:hover {
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ------- Thumbs Container Grid ------- */

#workanchor {
position:relative;
}

.secthead {
  color: #333;
  font-size: 75px;
  line-height: 65px;
  padding: 70px 0px 0px 60px;
}

.container {
  align-self: center;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  padding: 40px 110px 130px 110px;
  overflow: visible;
}

.container:after {
  content: '';
  overflow: visible;
}

/* ------ Thumbnails --------- */

.thumbspacer,
.view {
  align-self: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  min-width: 220px;
  margin: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 1px 2px rgba(128, 128, 128, 1.0);
  -moz-box-shadow: 1px 2px 1px 2px rgba(128, 128, 128, 1.0);
  box-shadow: 1px 2px 1px 2px rgba(128, 128, 128, 1.0);
  opacity: 1;
}

.thumbspacer {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.view .mask {
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: rgba(250, 250, 250, 1.0);
}

.view .mask,
.view .content {
  width: 220px;
  height: 220px;
  min-width: 220px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  /*-- top: 0;
  left: 0; --*/
}

.view-tenth .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-box-shadow: inset 2px 1px 2px 1px rgba(128, 128, 128, 1.0);
  -moz-box-shadow: inset 2px 1px 2px 1px rgba(128, 128, 128, 1.0);
  box-shadow: inset 2px 1px 2px 1px rgba(128, 128, 128, 1.0);
}

.view:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.view a.info {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 52px;
  vertical-align: middle;
  /* the same as your div height */
  align-content: center;
  background: #000;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  margin: 10px 10px 0px 10px;
}

.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.view-tenth .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth h2 {
  text-transform: uppercase;
  /*--border-bottom: 1px solid rgba(0, 0, 0, 0.3);--*/
  background: transparent;
  margin: 20px 10px 0px 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0px 10px 0px 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  line-height: 1.2;
}

.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/* ------ Zoom In Modal Effects -------- */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {

  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

/* ------- Modal start -----------------*/

.light-modal {
  display: none;
  position: fixed;
  transition: background 1s;
  font-size: 20px;
  visibility: hidden;
  overflow: hidden;
}

.light-modal:target {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(204, 204, 204, 1);
  /*-- background: -webkit-linear-gradient(left, rgb(242, 242, 242), rgb(189, 190, 192));
  background: linear-gradient(left, rgb(242, 242, 242), rgb(189, 190, 192)); _--*/
  visibility: visible;
  overflow: hidden;
  z-index: 100;
}

.light-modal-grid {
  display: grid;
  grid-template-columns: 100px 1fr 100px;
  grid-template-rows: auto auto auto;
  grid-gap: 5px;

  /* item-exit   item-exit          item-exit
}    item-prev   light-modal-slider intem-next 
     modal-info  modal-info         modal-info  */
}

/* Grid item Containers */

.item-spacer {
  grid-column: span 2;
}

.item-prev,
.item-next,
.item-exit {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.item-exit {
  justify-content: flex-end;
  padding: 0 25px 0 25px;
  height: 25px;
}

.light-modal-grid img {
  width: 80vw;
}

/*.item-img {
  display: grid;
  align-self: center;
  width: 70vw;
  height: auto;
} */

/* ----- Image Comparison Slider Responsive ----*/

.light-modal-grid iframe {
  display: grid;
  align-self: center;
  width: 80vw;
  height: calc(.5625*80vw);
}


