/*------GENERAL-----*/
@font-face {
  font-family: ClashDisplay;
  src: url("/Assets/FONTS/ClashDisplay-Semibold.otf");
}@font-face{
  font-family:Metana;
  src: url("/Assets/FONTS/NeueMetana-Regular.otf");
}


*{
	font-family: Metana;
	font-weight: 500;
	font-style: normal;
	color: white;
}a{
	color: white;
	text-decoration: none;
}body{
	background-color: #000028;
	font-size:11pt;
}

/*-------CURSOR-------*/
html,
body{
    cursor: url("/Assets/ICONS/arrow.png") 16 16, default;
}a{
    cursor: url("/Assets/ICONS/pointer.png") 16 16, pointer;
}.carousel img{
	cursor: url("/Assets/ICONS/pointer.png") 16 16, pointer;
}

/*----------------------*/
/*----SUBPAGE NAV----*/
#subpage-nav{
	max-width:100%;
	margin-top:20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap:8px;
	grid-row-gap: 4px; /*TEMP FIX*/
}

.subpage-cell{
	position: relative;
	height: 99%; /*TEMP FIX*/
}.subpage-cell img{
	width:100%;
	aspect-ratio: 1/1.2;
	object-fit:cover;
	object-position: top;
}

/* making overlays */
.overlay{
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
	opacity: 0;
}.over-violet{
	background-color: #4c40e3;
}.over-red{
	background-color: #e2455c;
}.over-blue{
	background-color:#028cbf;
}.over-fuchsia{
	background-color:#bf2ee2;
}.over-green{
	background-color:#c0d955;
}

/*"#028cbf", "#3ec9b5", "#e2455c", "#bf2ee2", "#c0d955", "#4c40e3"*/


/*testing various overlays on hover*/
.subpage-cell:hover .overlay{
	transition: .5s ease;
    opacity: 0.55;
}

@media only screen and (max-width:900px){
	#subpage-nav{
		grid-template-columns: 1fr 1fr;
	}
}@media only screen and (max-width:500px){
	#subpage-nav{
		grid-template-columns: 1fr;
	}
}
/*---SUBPAGE GRID-NAV IRREGULAR GRID-----*/
.flexbox{
	margin-top:20px;
	display: flex;
	text-align: center;
}.column{
	flex: 33.3%;
	max-width: 33.3%;
}

.box{
	padding: 4px;
	padding-bottom: 0px;
	box-sizing: border-box;
	height: fit-content;

}.box img{
	width:100%;
	object-fit:cover;
}

/*--------PROJECT PAGE----------*/
.back-btn{
	font-size: 18pt;
}

.project-page{
	width:100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}.project-page img{
	max-width: 100%;
	max-height: 90VH;
	padding-top: 5VW;
}
video{
	max-width: 100%;
	max-height: 90VH;
	padding-top: 5VW;
}

.ig-reel{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/*----------------------*/
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  
  50% {
    transform: translate(0px, 3px);
  }
  
  80% {
    transform: translate(0px, -4px);
  }
}

/*___________________________________*/
/*    ↓ ↓  LANDING PAGE   ↓ ↓    */

#containment-wrapper {
	position: absolute;
	pointer-events: none; /*interact with underlaying elements*/
	top:14VW;
	width:100%;
	height: calc(100% - 14VW);
	padding: 16px;
	box-sizing: border-box;
}

.ui-widget-content{
	background-color: rgba(255, 255, 255, 0) !important;
	border:none !important;
	position: absolute;
	pointer-events: auto; /*regain pointer activity*/
	cursor:move;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.23));
	transition: all .2s ease-in-out;
	height:50VH;
	width:fit-content;
	min-height:300px;
}.ui-widget-content > img{
	height: 100%;
}.ui-widget-content:hover{
	transform: scale(1.06); 
}

.sticker-btn{
	width:14px;
	height:14px;
	position:absolute;
	top:0px;
	left:0px;
	padding: 6px;
}.sticker-btn img{
	width:100%;
}ui-widget-content img{
	width: 100%;
}

.horizontal{
	height:40VH;
	min-height:260px;
}

.sticker1{
	left: 15%;
	transform: rotate(2deg);
}.sticker2{
	left: 30%;
	top:15%;
	transform: rotate(-1deg);
}.sticker3{
	right: 23%;
	transform: rotate(5deg);
}.sticker4{
	left: 5%;
	top:20%;
	transform: scale(0.95) rotate(-2deg);
}.sticker5{
	right: 5%;
	transform: scale(0.90) rotate(1deg);
}.sticker6{
	left: 24%;
	transform: scale(0.95) rotate(-1.5deg);
}.sticker7{
	right: 40%;
	transform: scale(1.03) rotate(0deg);
}.sticker8{
	right: 10%;
	top:22%;
	transform: scale(0.95) rotate(2deg);
}.sticker9{
	right: 24%;
	top:22%;
	transform: rotate(1deg);
}.sticker10{
	left: 8%;
	transform: rotate(-2deg);
}
/*--------FOR MOBILE--------*/
/*--------CAROUSEL----------*/
.carousel-wrapper{
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10VH;
	width:80VW;
	box-sizing: border-box;
}.slide{
	display: none;
	height:100VW;
}.carousel img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: top center;
}

@media only screen and (max-width:800px){
	#containment-wrapper{
		display: none;
	}.carousel-wrapper{
		display: block;
	}
}
/*-----ABOUT--PAGE----*/

.about-page{
	line-height: 16pt;
	font-size: 14pt;
}

.about-page p{
	width:100%;
	box-sizing: border-box;
	padding: 30px;
	max-width: 600px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}