:root{
	--font-size:1.5rem;
	--font-family:"roca", sans-serif;
	--font-family-paragraph:"IBM Plex Mono", monospace;
	--font-weight:100;
	--color-main:white;
	--color-secondary:black;
	--color-tertiary:#a3b079;
	--color-fourth:#ffbf77;
	--color-fifth:#fc8e86;
	--img-border:#cdcdcd;
	--color-darkgray:#6a6a6a;
}

*{
	color:black;
}

html{
	cursor: url("../images/basker_cursor_32.png") 7 7, auto;
}

a, button, [role="button"], .clickable {
    cursor: url("../images/basker_cursor_open_32.png") 7 7, pointer;
}

body{
	background:var(--color-main);
	margin:0;
	font-family: var(--font-family);
	font-weight: 100;
	font-style: normal;
}

#white-cover{
	position:fixed;
	background:white;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	z-index:9999999;
}

/* --------------------- */
/* FONT STYLES */
/* --------------------- */

h1{
	font-size: calc(var(--font-size) * 5);
	font-weight:var(--font-weight);
	line-height: calc(var(--font-size) * 4.5);
	text-align:left;
	display:inline;
	width:auto;
	text-transform: uppercase;
}

h2{
	font-size: calc(var(--font-size) * 3);
	font-weight:var(--font-weight);
	line-height: calc(var(--font-size) * 3);
	text-align:left;
	display:inline;
	width:auto;
	text-transform: uppercase;
}

h3{
	font-size: var(--font-size);
	font-weight:calc(var(--font-weight) * 3);
	line-height: calc(var(--font-size) *1.25);
	text-transform: uppercase;
}

h3.bottom-align{
	position:absolute;
	bottom:0;
}

h3.quote{
	font-size: calc(var(--font-size) * 1.25);
	line-height: calc(var(--font-size) *1.5);
	text-transform: none;
	font-style: italic;
	border-left: 2.5px solid var(--color-secondary);
	padding-left:25px;
	margin: 25px 0 25px -25px;
}

h4{
	font-size: calc(var(--font-size) * 0.65);
	font-weight:calc(var(--font-weight) * 4);
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin:5px 0;
}

h6 {
	font-size: calc(var(--font-size) * 0.45);
	font-weight:calc(var(--font-weight) * 3);
	line-height: calc(var(--font-size) * 0.6);
	margin:5px 50px;
	position:absolute;
	max-width:20%;
	text-align:left;
}

h6.small-image-cap{
	margin:0 0 0 15vw;
}

p{
	font-family: var(--font-family-paragraph);
	font-size: calc(var(--font-size) * 0.65);
	line-height: calc(var(--font-size) * 1.1);
	font-weight:400;
	display:inline-block;
}

p a:hover{
	color:var(--color-tertiary)
}

/* --------------------- */
/* SITEWIDE CONTAINERS */
/* --------------------- */

header{
	display:inline-block;
	max-height:100vh;
	height:50vh;
	margin:30px;
}

/* --------------------- */
/* MAIN PAGE */
/* --------------------- */

#main-header{
	max-height:85vh;
	width:100vw;
	height:85vh;
	margin:0;
	top:0;
	left:0;
}

.background-image{
	position:absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width:100vw;
	height:85vh;
	margin:0;
	top:0;
	left:0;
}

#img-1{
	background-image: url("../images/error.png");
	border-bottom:2px solid var(--img-border);
}

#img-10{
	background-image: url("../images/Fruits_DatesAndFigs-expanded.jpg");
    filter: grayscale(100%);
}

#user10 #img-10 {
   filter:grayscale(0%);
}

#header-text-box{
	position:relative;
	top:15%;
	margin-left:50px;
	width:50%;
	height:80%;
}

#main-content{
	position:relative;
	margin:0;
	top:25px;
}

#info{
	position:fixed;
	top:25px;
	left:50px;
	display:block;
	z-index:9999999;
}

#info-button{
	background: var(--color-secondary);
	width:18px;
	height:18px;
	text-align: center;
	border-radius:100%;
	border:1.5px solid var(--color-secondary);
}

#info-button:hover{
	background: var(--color-darkgray);
	cursor: url("../images/basker_cursor_open_32.png") 7 7, pointer;
}

#info.active #info-button{
	background:var(--color-tertiary);
	cursor: url("../images/basker_cursor_open_32.png") 7 7, pointer;
}

#info-button p{
	color:white;
	font-size: calc(var(--font-size) * 0.4);
	line-height: calc(var(--font-size) * 0);
	font-weight:500;
	vertical-align: text-top;
}

#info.active p {
	color:black;
}

#info-popup{
	margin-top:10px;
	display:none;
	width:30vw;
	background: var(--img-border);
	border: solid 1.5px var(--color-secondary);
	border-radius: 5px;
	color:var(--color-secondary);
	height: auto;
	padding:5px 15px;
}

#info-popup.user-10 {
	background: var(--color-fourth);
  }

#info-popup p{
	font-size:calc(var(--font-size) * 0.4);
	line-height:calc(var(--font-size) * 0.55);
	font-weight:400;
}

#info.active #info-popup{
	display:block;
}

nav {
	z-index:999;
	position:absolute;
	margin-left:50px;
	max-width:30vw;
}

nav.fixed{
	position: fixed !important;
	top: 60px;
}

#loading-bar{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	margin:-5px 0 10px;
}

.loading-circle{
	margin:5px 5px 0 0;
	display: relative;
	width:15px;
	height:15px;
	border: solid 1.5px var(--color-secondary);
	border-radius: 100%;
	background:none;
}

.loading-circle.active{
	background:var(--img-border);
}

#lc1.user-10.active,
#lc4.user-10.active,
#lc7.user-10.active,
#lc10.user-10.active{
	background-color: var(--color-tertiary);
}

#lc2.user-10.active,
#lc5.user-10.active,
#lc8.user-10.active{
	background-color: var(--color-fourth);
}

#lc3.user-10.active,
#lc6.user-10.active,
#lc9.user-10.active{
	background-color: var(--color-fifth);
}

.text-block{
	position:relative;
	margin:50px 50px 0px 0px;
	left:45%;
	max-width:45%;
}

.text-block-index{
	position:relative;
	margin:50px auto;
	max-width:60%;
}

.big-image{
	margin:25px 0 50px 0;
}

.small-image{
	margin:50px 0 50px 0;
	text-align: center;
}

.big-image img {
	max-width:100vw;
}

.small-image img {
	max-width:70vw;
}

.citation {
	display:inline-block;
	background:var(--color-secondary);
	border: solid 1.5px var(--color-secondary);
	border-radius: 100%;
	color:var(--color-main);
	font-size: calc(var(--font-size) * 0.4);
	font-weight:500;
	line-height:15px;
	text-align: center;
	vertical-align:text-top;
	width:15px;
	height:15px;
	cursor: url("../images/basker_cursor_open_32.png") 7 7, pointer;
}

.citation:hover{
	background:var(--color-darkgray);
}

.citation.active{
	background:var(--color-tertiary);
	border: solid 1.5px var(--color-secondary);
	color:black;
}

span {
	position: relative;
}

.citation-popup::after {
	display: none;
	content:attr(data-text);
	font-size:calc(var(--font-size) * 0.4);
	line-height:calc(var(--font-size) * 0.55);
	font-weight:400;
	text-align:left;
	background: var(--img-border);
	border: solid 1.5px var(--color-secondary);
	border-radius: 5px;
	color:var(--color-secondary);
	width:300px;
	height: auto;
	padding:15px;
	position: absolute;
    top: 20px;
    left: 0;
    transform: translateX(-157.5px);
	z-index: 10000;
}
.citation-popup.active:after {
	display: block;
}

.citation-popup.user-10::after {
	background:var(--color-fourth) !important;
}

hr{
	border:solid 0.5px var(--color-tertiary);
}

/* --------------------- */
/* INDEX PAGE */
/* --------------------- */

.header-gather{
	position: relative;
	display:flex;
	align-items: baseline;
	margin:50px auto 100px auto;
	max-width:90%;
	width:fit-content;
}

.flex-container{
	position:relative;
	display:flex;
	flex-direction: column;
	left:25px;
	text-decoration: underline 2.5px ;
	text-underline-offset: 5px;
	gap: 10px;
} 

#dynamic-sub-head {
    display: inline-block;
    position: relative;
    text-decoration: underline 3px;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Fade Out + Move Up */
.fade-up-out {
    opacity: 0;
    transform: translateY(-10px);
}

/* Fade In + Move Down */
.fade-up-in {
    opacity: 1;
    transform: translateY(0px);
}

.landing-button{
	margin:50px 0 0 0;
	background:var(--color-main);
	text-align:center;
	padding-bottom:50px;
}

.landing-button button{
	height:auto;
	background:#E5E5E5;
	border-radius:5px;
	font-family: "roca", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:20px;
	padding:5px 10px 0px 10px;
	border: 1.5px solid var(--color-secondary);
}

.landing-button button:hover{
	background:gray;
}

button a{
	text-decoration: none;
}

.landing-button button:hover{
	background:var(--color-tertiary);
	/* color:var(--color-main); */
}

#landing-image{
	margin:0;
	position:relative;
	max-width:100%;
	height:auto;
	text-align:center;
	overflow:hidden;
}

#landing-image img{
	max-width:100%;
	height:auto;
	display:block;
}

footer{
	background:var(--img-border);
	margin-top:50px;
	padding: 0 0 15px 0;
}

footer p{
	font-size:calc(var(--font-size) * 0.5);
	line-height:calc(var(--font-size) * 0.75);
}

footer a:hover{
	color:rgba(0,0,0,0.3);
}

footer.user-10{
	background:var(--color-tertiary);
}

/* IMAGE EFFECTS */

.big-image img{
	border-top:2px solid var(--img-border);
	border-bottom:2px solid var(--img-border);
}

.small-image img{
	border:2px solid var(--img-border);
}

img.user-5{
	filter: grayscale(1);
	border:0px;
}

img.user-10{
	filter: grayscale(0);
	border:0px;
}

.hide {
	display: none;
}

/* MAKE HEART BUTTON */

#like-button {
	position: relative;
}

.fa {
	color: var(--color-fifth); 
	font-size: 2em;
}

.fa:hover{
	cursor: url("../images/basker_cursor_open_32.png") 7 7, pointer;
}

@keyframes float {
	0% { opacity: 1;
		 top: 0px;
	  transform: rotateZ(0deg);
	   }
	12% {transform: rotateZ(-30deg) scale(0.9);}
	24% {transform: rotateZ(30deg) scale(0.7); left: 5px; opacity: 0.7}
	40% {transform: rotateZ(-16deg) scale(0.6); left: -5px;}
	70% {transform: rotateZ(15deg) scale(0.4); left: 5px;
		 opacity: .5; }
	90% {transform: scale(0.2); left: -5px;}
	100% { opacity: 0;
		   top: -300px;
		   transform: rotateZ(-5deg) scale(0.1);
		 }
}
  
.animate {
	position: absolute;
	top: 0em;
	left: 0;
	animation: float 2s linear forwards;
	z-index: 999999999999;

}

/* USER STUFF TO HIDE THINGS */

/* .user-2, .user-3, .user-4, .user-5, .user-6, .user-7, .user-8, .user-9, .user-10 { 
	transition:all 0.3s ;
} */

#user1 .user-2, 
#user1 .user-3, 
#user1 .user-4, 
#user1 .user-5, 
#user1 .user-6, 
#user1 .user-7, 
#user1 .user-8, 
#user1 .user-9, 
#user1 .user-10,

#user2 .user-3, 
#user2 .user-4, 
#user2 .user-5, 
#user2 .user-6, 
#user2 .user-7, 
#user2 .user-8, 
#user2 .user-9, 
#user2 .user-10,

#user3 .user-4, 
#user3 .user-5, 
#user3 .user-6, 
#user3 .user-7, 
#user3 .user-8, 
#user3 .user-9, 
#user3 .user-10,

#user4 .user-5, 
#user4 .user-6, 
#user4 .user-7, 
#user4 .user-8, 
#user4 .user-9, 
#user4 .user-10,

#user5 .user-6, 
#user5 .user-7, 
#user5 .user-8, 
#user5 .user-9, 
#user5 .user-10,

#user6 .user-7, 
#user6 .user-8, 
#user6 .user-9, 
#user6 .user-10,

#user7 .user-8, 
#user7 .user-9, 
#user7 .user-10,

#user8 .user-9, 
#user8 .user-10,

#user9 .user-10{ 
	/* filter:blur(20px);  */
	opacity:0;
}
