/*
	Theme Name: Outer
	Theme URI: https://outer-agency.com
	Version: 1.0.0
	Author: Modem Studio (@modem_studio)
	Author URI: https://modem.studio
*/

/*------------------------------------*\
	MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
  --red: #FC3532;
  --grey: silver;
  --background: black;
  --text: white;
}
html {
	background-color: var(--background);
	color: var(--text);
	overflow: hidden !important;
	height: 100vh !important;
	width: 100vw !important;
}
body {
	font-weight: 400;
	font-size: 18px;
	font-family: "ABCROM-medium", monospace;
	background-color: transparent;
	overflow: hidden !important;
}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;
}

.clear:after {
	clear:both;
}
.clear {
	*zoom:1;
}
img {
	max-width:100%;
	max-height: 100%;
	height: auto;
	vertical-align: middle;
}
video:focus { 
	outline:none; 
}
a {
	text-decoration: none;
	color: var(--red);
}
a:hover {
	text-decoration: none;
	color: var(--text);
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid var(--red);
}
.clear{
	clear: both;
}
h1, h2, h3{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}
h1 a,
h2 a{
	text-decoration: none;
}
.mono{
	font-family: monospace;
}
figcaption,
.small-type{
	font-size: 14px;
	font-family: monospace;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'ABCROM';
	src:url('fonts/ABCROM-Bold.otf');
	src:url('fonts/ABCROM-Bold.otf') format('otf'),
		url('fonts/ABCROM-Bold.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:'ABCROM-italic';
	src:url('fonts/ABCROM-BoldItalic.otf');
	src:url('fonts/ABCROM-BoldItalic.otf') format('otf'),
		url('fonts/ABCROM-BoldItalic.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'ABCROM-medium';
	src:url('fonts/ABCROM-Medium.otf');
	src:url('fonts/ABCROM-Medium.otf') format('otf'),
		url('fonts/ABCROM-Medium.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'ABCROM-mono';
	src:url('fonts/ABCROMMono-Regular.otf');
	src:url('fonts/ABCROMMono-Regular.otf') format('otf'),
		url('fonts/ABCROMMono-Regular.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


/*------------------------------------*\
	COOKIE CONSET
\*------------------------------------*/
.tpp__cook_msg{
	display:block;
	color:var(--text);
	position:fixed;
	bottom:20px;
	left: 20px;
	padding: 10px;
	z-index:9999999;
	background-color: var(--background);
	border-radius: 20px;
	max-width: calc(100% - 40px);
	filter: drop-shadow(0px 2px 2px)
}
.tpp__cook_msg #acceptCookie{
	background-color: var(--text);
	border-radius: 50px;
	padding:5px 10px;
	border: none;
	color: var(--background);
}
.tpp__cook_msg #acceptCookie:hover{
	opacity: 0.5;
}


/*------------------------------------*\
	STRUCTURE
\*------------------------------------*/

.wrapper {
	height: 100vh !important;
	overflow: hidden !important;
}
.logo{
	display: none;
	position: fixed;
	left: 20px;
	bottom: 20px;
	width: 200px;
}
/* NAVIGATION */
.nav a {
  text-decoration: none;
}
/* FOOTER */
.footer{
	margin-top: 50px;
}

.column-1{
	flex: 1;
}
.column-2{
	flex: 2;
}
.column-3{
	flex: 3;
}
.highlight{
	color: var(--red) !important;
}
.silver{
	color: var(--grey) !important;
}
.mid-line{
	width: 100%;
	border-bottom: 1px solid var(--red);
	position: fixed;
	top: 50%;
	left: 0;
}
#scroll-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover; 
	z-index: -1; 
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.scroll-snap-container {
	height: 100vh !important;
	width: 100% !important;
	overflow-y: scroll !important; 
	overflow-x: hidden !important;
	-webkit-overflow-scrolling: touch;
}

/* VISUAL SCROLLBAR HIDING: Linked safely to your container element class */
.scroll-snap-container::-webkit-scrollbar {
	display: none !important; 
}
.scroll-snap-container {
	-ms-overflow-style: none !important;  
	scrollbar-width: none !important;  
}

.scroll-snap-container.enable-snapping {
	scroll-snap-type: y mandatory; 
}

/* Hides the default play button overlay and controls layer in iOS Safari */
#scroll-video::-webkit-media-controls {
	display: none !important;
}

#scroll-video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none !important;
}

#scroll-video::-webkit-media-controls-panel {
	display: none !important;
	-webkit-appearance: none !important;
}

.single-page{
	max-width: 800px;
	margin: auto;
}

/*------------------------------------*\
	ARTISTS
\*------------------------------------*/

.artist-list{
	margin: 0;
	padding: 20px;
	padding-top: 50vh;
}
.artist-list li{
	list-style: none;
}
.artist-item {
	position: relative; 
	z-index: 10;
	min-height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.scroll-snap-container.enable-snapping .artist-item {
	scroll-snap-align: center; 
}
.thumb-mini-wrapper{
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.artist-thumb-mini{
	display: none;
}
.artist-item.is-centered .artist-thumb-mini{
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	top: calc(50% - 50px);
	left: auto;
	right: auto;
}
.artist-name{
	cursor: pointer;
	text-transform: uppercase;
	transition: all 0.3s ease;
	padding-left: 0;
	height: 32px; 
	font-size: 35px;
	display: flex;
	align-items: center;
	font-family: "ABCROM", sans-serif;
}

.artist-name{
	color: var(--text) !important;
	font-size: 25px;
	padding-left: 0;
	transition: all 0.15s ease;
	opacity: 0.5;
}

.artist-item.is-centered .artist-name{
	color: var(--red) !important;
	opacity: 1;
}

#artist-17,
#artist-18,
#artist-19 {
	color: var(--red) !important;
	opacity: 1;
}
.artist-name:hover{
	padding-left: 20px;
}
.artist-info{
	display: none;
	width: 100%;
	padding: 20px 0;
}
.artist-info  p:first-child{
	margin-top: 0;
}
.artist-desc{
	max-width: 800px;
}
.artist-link{
	margin-right: 5px;
}
.pagination a{
	text-decoration: none;
}
.pagination .current{
	color: red;
}


/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:1024px) {
	.columns{
		display: flex;
		gap: 20px;
	}
	.artist-thumb{
		z-index: 50;
		text-align: right;
	}
	.logo{
		display: block;
	}
}

/*------------------------------------*\
	MISC
\*------------------------------------*/

::selection {
	background: var(--grey);
	color:var(--text);
	text-shadow:none;
}
::-webkit-selection {
	background: var(--grey);
	color:var(--text);
	text-shadow:none;
}
::-moz-selection {
	background: var(--grey);
	color:var(--text);
	text-shadow:none;
}
