/*
Theme Name: AFK Studio
Theme URI: https://www.afk-studio.com/
Template: lay
Author: S T W
Description: A custom theme for AFK Studio
Version: 1.0

*/

/*
html {
  scroll-behavior: smooth;
}
*/

/* Menu */

/*
.navbar {
	background-color: transparent !important;
}

.primary span {
	text-transform: uppercase;
	font-size: 15px;
}
*/

/* Font styles */

/*
a {
	color: black !important;
}
a:hover {
	opacity: 0.7 !important;
}
*/

/* Work page */

/*
.ph {
	border-radius: 30px;
}
*/




._ProjectTitle span {
	vertical-align: text-top;
}

.custom-fixed {
	position: fixed;
}

.project-title h1 {
  font-weight: 300;
  margin: 0;
  font-family: SuisseBPIntl-Regular;
  font-size: 65px;
}
.project-title h1 a {
  color: white;
  transition: all 0.5s ease;
}
.project-title h1 a:hover {
  color: white;
  opacity: 0.7;
}
.project-title sup {
  font-size: 20px;
  vertical-align: text-top;
}

.project-categ {
  font-weight: lighter;
}

.cursor {
  position: absolute;
  width: 450px;
  height: 300px;
  top: 50%;
  left: 50%;
  /*transform: scale(0.1);*/
  opacity: 0;
  margin: -100px 0 0 -100px;
  background: url(https://www.afk-studio.com/wp-content/uploads/2019/12/thumb-1.jpg) no-repeat 50% 50%;
  background-size: cover;
  z-index: -10;
  mix-blend-mode: difference;
}

.wrapper {
  width: 90%;
  margin: 250px auto;
  height: 100%;
}

.project {
  /*padding: 12px;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 1;
  position: relative;
  z-index: 2;
  color: white;
  mix-blend-mode: difference;
  text-transform: uppercase;
  font-family: sans-serif;
}
.project-title a {
  mix-blend-mode: difference;
  z-index: 100;
}
.project-title a:hover {
	text-shadow: 1px 1px 15px rgba(0,0,0,0.5);
}

.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
