
@import url('https://fonts.cdnfonts.com/css/archivo');
@import url('https://fonts.cdnfonts.com/css/romana-bt');
                

@font-face{
font-family:Romana;
src:url('font/RomanaBT.ttf');}
                
                

/* Base Styles */
:root {
  --safe-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
}

body {
  font-family: 'Archivo', sans-serif;
font-size:0.6rem;
letter-spacing:1px;
  background-color: #111;
  color: #ddd;
  overflow: hidden; /* Hide the main scrollbar */
	z-index:-10;
	display: flex;
    height: 100vh;
	width:100vw;
    align-items: center;
    position: relative;
	margin: 0;
	top: 0px;

}

strong{
	color:#fff;
}

section {
width:100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
 
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Prevent 
interaction when hidden */
  animation: fadeIn 0.5s ease-in-out; /* Smooth fade transition */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1; /* Ensure it's above the background */
overflow: hidden; 
}

section.visible {
  opacity: 1;
  visibility: visible;
}

section.hidden {
  opacity: 0;
  visibility: hidden;
}

h1, h2, p {
  margin: 0;
}

h1 {
font-family:'Romana', serif;
font-weight:100;
letter-spacing:0px;
font-size:2.1rem;
margin-bottom:10px;
margin-top:50px;
}

h2 {
font-family:'Romana', serif;
font-weight:100;
letter-spacing:0px;
font-size:1.5rem;
margin-bottom:10px;
}

h3 {
font-family:'Romana', serif;
font-weight:100;
letter-spacing:0px;
line-height: 15px;
font-size:1.5rem;
margin-bottom:0px;
margin-top:0px;
}

nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.81);
  backdrop-filter: blur(9px);
  border-top: 1px solid #333;
z-index:2;
}

nav a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}

nav a:hover {
  opacity: 1;
  cursor: pointer;
}

.hidden {
  display: none;
}

.visible {
  display: flex;
}


.scrollable-content {
  width: 100%;
height: 100vh;
	overflow-x: hidden;
  overflow-y: auto; /* Enable scrolling within this container */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #444 #111; /* Thumb and track colors */
	padding-top:15px;
}

/* Custom Scrollbar for Webkit Browsers */
.scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.scrollable-content::-webkit-scrollbar-track {
  background: #111; /* Track color */
}

.scrollable-content::-webkit-scrollbar-thumb {
  background-color: #444; /* Scrollbar thumb color */
  border-radius: 4px;
  border: 2px solid #111; /* Padding around the thumb */
}

.scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #666; /* Hover effect for scrollbar */
}

/* Smooth Scrolling */
.scrollable-content {
  scroll-behavior: smooth;
}

#home .scrollable-content{
	position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 90px;
}

/*JOURNAL */

.journal-scrollable-content {
  width: 100%;
height: 100vh;
	overflow-x: hidden;
  overflow-y: auto; /* Enable scrolling within this container */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #444 #111; /* Thumb and track colors */
	padding-top:15px;
}

/* Custom Scrollbar for Webkit Browsers */
.journal-scrollable-content::-webkit-scrollbar {
  width: 8px;
}

.journal-scrollable-content::-webkit-scrollbar-track {
  background: #111; /* Track color */
}

.journal-scrollable-content::-webkit-scrollbar-thumb {
  background-color: #444; /* Scrollbar thumb color */
  border-radius: 4px;
  border: 2px solid #111; /* Padding around the thumb */
}

.journal-scrollable-content::-webkit-scrollbar-thumb:hover {
  background-color: #666; /* Hover effect for scrollbar */
}

/* Smooth Scrolling */
.journal-scrollable-content {
  scroll-behavior: smooth;
}

.theBrief{
width: 75%;
text-align:center;
	display: flex;
	align-content: stretch;
	flex-direction: column;
margin:auto;
margin-top: 30px;
margin-bottom: 30px;
	
}

/* HOME */
.mainVisual{
	width:90%;
	height:auto;
	margin:auto;
	margin-bottom: 30px;
	text-align: center;

}

#3DContainer {
    position: relative;
    width: 100vw;
    height: var(--safe-height);
    pointer-events: none; /* Allow interaction through to the background */
    z-index: -10;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
	
	
}

#gltf-viewer {
    position: absolute;
	display: block;
    top:-100px;
    left: 0;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    z-index: -1; /* Push it to the background */
}

/* Center the title content */
#content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1; /* Ensure it's above the background */
}

/* Title styling */
#title {
    color: white;
    font-size: 3em;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}



/* ABOUT */
.aboutBrief{
position:relative;
width: 330px;
	height:auto;
text-align:center;
margin:auto;
margin-top: 30px;
margin-bottom: 30px;
}

div.floatingImageLeft{
	
	position:absolute;
	top:110px;
	left:-90px;
	width:50%;
	height:auto;
	z-index: -1;
	rotate:0deg;
	
}

div.floatingImageRight{
	
	position:absolute;
	top:110px;
	left:240px;
	width:50%;
    height:auto;
	z-index: -1;
	rotate:0deg;
}


.VLContainer{
	width:90%;
	height:180px;
	margin:auto;
	margin-bottom:30px;
	margin-top:30px;
}
.VLRuler{
	width:-webkit-calc(50% - 1px);
	width:-moz-calc(50% - 1px);
	width:calc(50% - 1px);
	height:100%;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 1px;
	
}

.aboutTrivia{
	width: auto;
	position: relative;
	padding: 21px;
	border-radius: 21px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	border-color: rgba(255, 255, 255, 0.45);
	border-style: dotted;
	border-width:1px;
	text-align: center;
	vertical-align: middle;
	align-content: center;
	
}
.aboutTrivia p{
	text-align: center;
	vertical-align: middle;
	
}

.aboutTrivia h3{
	text-align: center;
	font-family:'Romana', serif;
	font-weight:100;
	letter-spacing: 0px;
	font-size:0.81rem;
	margin-bottom:21px;
	margin-top:21px;
}

.aboutTriviaGap{
	width: 100%; 
	position: relative;
	display: grid;
	gap: 10px;
	margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
	
}

/*About Pagination*/

.aboutPagination{
	position: fixed;
		width:54px;
	height:auto;
    top: 45%; /* Center vertically */
    left: 0px; /* Fixed to the left side */
    transform: translateY(-50%); /* Adjust for proper centering */
   justify-content: center;
  align-items: center;
  cursor: pointer;
    background: rgba(0, 0, 0, 0.3); /* Optional: Add background for better visibility */
    border-radius: 0px 15px 15px 0px; /* Optional: Add rounded corners */
    justify-content: center;
  align-items: center;
  cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow */
    padding: 6px; /* Add some padding */
    z-index: 1000; /* Ensure it's above other elements */
	backdrop-filter: blur(6px);
		padding-top:15px;
		padding-left:21px
			padding-right:5px;
	
	
}

	.aboutPagination p {
     margin-bottom:20px;
		
}
.aboutPagination-btn{
	width:100%;
	color: #666;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: background 0.3s ease;
	text-decoration:none;
	font-family: 'Archivo', sans-serif;
font-size:0.4rem;
letter-spacing:1px;
	margin: 10px 0px;
	float:left;

}

.aboutPagination-btn:hover
{
	color: #FFF;
}

.aboutPagination-btn.active
{
	color: #FFF;
	text-decoration:none;
}

.aboutAnchor{
	position: relative;
top: -100px;
}

.back-to-top {
  position: fixed;
  top: 45%;
  right: 0px;
	background-color: rgba(0,0,0,0.3);
  color: #aaa; /* White text */
  border: none;
  border-radius: 15px 0px 0px 15px;
	font-family: 'Archivo', sans-serif;
font-size:0.5rem;
letter-spacing:1px; 
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
	z-index: 3000;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	backdrop-filter: blur(6px);
}

.back-to-top:hover {
	transform: translateY(-5px);
}


.back-to-top a{
	color:#aaa;
	text-decoration: none;
	
}

.back-to-top a:hover{
	color:white;
	text-decoration: none;
	
}
.back-to-top a:active{
	color:white;
	text-decoration: none;
	
}


/* CO-CREATION STYLE */
/* Container Styling */
.cardContainer {
  width: 100%;
  height: 390px;
position:relative;
	padding:30px;
  perspective:500px; /* Enable 3D perspective */
	border-bottom: thin;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	
	
}

.cardLine{
	position:absolute;
	width:90%;
	height:94%;
	margin:6px 6px;
	border-color: gold;
	border-width: 1px;
	border-style: solid;
	border-radius: 9px;
	z-index:5000;
	box-shadow:
    inset 0px 0px 6px #aa1,
		0px 0px 6px #aa1;
	
}
.cardLeft {
	
	width: calc((100% - 160px) / 2);
	height:360px;
	vertical-align: middle;
	justify-content: center;
  	align-items: center;
	display:block;
	float:left;
	text-align:right;
	position:relative;
	
}

.cardRight {
	
	width: calc((100% - 160px) / 2);
	height:360px;
	float:left;
	vertical-align: middle;
	justify-content: center;
  align-items: center;
  display:block;
	text-align:left;
	position:relative;
	
}

.cardLR {
	
	position:absolute;
	width:80%;
	
	height:360px;
	margin:auto;
	padding:30px;
	
	

}

.cardLR p {
	font-size:0.9em;
}


.cardInfo{
	width:100%;
	height:360px;
	margin-bottom:30px;
	margin-top:30px;
}

/* Card Styling */
.card {
  width: 150px;
  height: 230px;
  background: linear-gradient(135deg, #aaaaaa, #e0e0e0);
  border-radius: 15px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  display: flex;
	margin:auto;
margin-bottom:90px;
	margin-top:30px;
  color: #333;
float:left;
  text-align: center;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	border-top-color:palegoldenrod;
	border-top-width:1px;
	border-top-style:solid;
	transform-style: preserve-3d;
	transition: transform 0.3s ease-out;
	box-shadow:
    
    0 0 9px #aa1,            /* outer white */
    -10px 0 21px #a60,        /* outer left magenta */
    10px 0 21px #0a6;         /* outer right cyan */
	
}


.cardImg {
width:100%;
height:100%;
border-radius: 15px 15px 15px 15px;
background-color:#333;
position:fixed;
}

.card h1 {
width:100%;
margin:auto;
font-size:0.5rem;
position:fixed;olor:#111;}



/* Works Section Container */
.worksBrief{
width: 80%;
text-align:center;
margin:auto;
margin-top: 45px;
margin-bottom: 30px;
}

/* Filter Buttons */
.works-filter {
 margin-top:30px;
  margin-bottom: 15px;
gap:10px;
  
}

.filter-btn {
  
	margin-bottom: 10px;
	background-color: transparent;
  color: #999;
  border: none;
 font-family: 'Archivo', sans-serif;
font-size:0.5rem;
letter-spacing:1px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.filter-btn.active, .filter-btn:hover {
  color: #fff;
}

/* Hide Original "All" Button */
.filter-btn[data-filter="all"] {
 
}

/* Works Preview Area */
.works-preview {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
	
}

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


.project-card {
  background: url("images/texture/canvas.jpg");
  border: 1px solid #333;
  border-radius: 21px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

.project-card:hover {
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Grid */
@media (min-width: 768px) {
  .works-preview {
    grid-template-columns: repeat(2, 1fr);
  }
	.aboutBrief{
		width:330px;
	}
}

@media (min-width: 1024px) {
  .works-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}

.project-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
	z-index: 1001;
	position: relative;
}

.project-float-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.project-media img, .project-media video, .project-media iframe, .project-float-media img, .project-float-media video, .project-float-media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-details {
  padding: 10px;
 
	position: relative;
}

.project-details h3 {
  color: #666;
	padding:9px 0px;
	font-size:1.32rem;
	margin-bottom:0px;

}

.project-details h1 {
  color: #666;
	
  margin-bottom:5px;
}

.project-details .caption {
  color: #666;
	font-size:0.42rem;
	text-transform: uppercase;
	margin-bottom:0px;
	font-weight: bolder;
	margin-top:5px;
}

.project-details p {
  color: #666;
  font-size:0.45rem;
  margin: 0 0 5px;
}

.project-details strong {
  color: #666;
  font-size:0.45rem;
  margin: 0 0 5px;
}

.project-details .load-more-btn {
	margin-top: 0px;
	padding: 10px 0px 5px 0px;
	color: #666;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family:'Romana', serif;
	font-size: 0.7rem;
}

.project-details .load-more-btn:hover {
 
}

/* Exit Floating Section Button */
#exiterFrame {
	width:100%;
	margin:auto;
}

.exit-floating-btn {
  background: transparent;
  color: #CCC;
  border: none;
  border-radius: 50%;
  width: 200px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
	letter-spacing:1px;
  text-align: center;
	font-family: 'Archivo', sans-serif;
font-size:0.5rem;
	text-decoration: underline;
  transition: background 0.3s ease;
}

.exit-floating-btn:hover {
 color: #FFF;
}

/* Floating Section */
.floatBrief{

width: 100%;
max-height: 90vh;
	max-width:960px;
text-align:center;
margin:auto;
margin-top: 0px;
margin-bottom: 30px;
	
}

.floating-section {
  position: absolute;
  left: 0px;
	top:0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
	
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
	opacity:1;
  animation: fadeIn 0.3s ease-in-out;
	
}

@keyframes riseIn {
  from {
    top: 2000px;
	opacity:0;
  }
  to {
    top:0px;
	opacity:1;
  }
}


.floating-section.hidden {
  display: none;
}

.floating-content {
  position: relative;
  width: 90%;
	height:auto;
	background: url("images/texture/canvas.jpg");
	margin:auto;
  max-height: 75vh;
  overflow-y: auto;
	scroll-behavior: smooth;
  padding: 0px;
  border-radius: 21px;
	border: 1px solid #333;
	color:#666;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #444 #111; /* Thumb and track colors */
	animation: riseIn 0.5s ease-in;

}

.floating-content::-webkit-scrollbar {
  width: 8px;
}

.floating-content::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.floating-content::-webkit-scrollbar-track {
  background: #f9f9f9;
}


#projectFullDescription{
	text-align: left;
	padding:21px 21px;
	white-space:pre-wrap;
}
/*Pagination*/

.pagination{
	margin-top:30px;
	margin-bottom:30px;
}

	.pagination p {
     margin-bottom:20px;
		
}
.pagination-btn{
	padding: 5px 5px;
	color: #666;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family:'Romana', serif;
	font-size: 0.7rem;
	
}
.pagination-btn:hover
{
	
}

.pagination-btn.active
{
	color: #FFF;
}


/* Loading Spinner Overlay */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.loading-overlay.hidden {
	opacity: 0;
  pointer-events: none;
}

.loading-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.loading-dots div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  animation: bounce 1.2s infinite ease-in-out;
}

.loading-dots div:nth-child(2) {
  animation-delay: -0.4s;
}

.loading-dots div:nth-child(3) {
  animation-delay: -0.8s;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}


/*JOURNAL *?/

/* Journal Entries */
.journal-entries {
display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  opacity: 1;
  animation: journalFadeIn 0.5s ease forwards;
	
}

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

.journal-entry {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
max-height:720px;
  animation: fadeIn 0.3s ease forwards;
  background: url('images/texture/canvas.jpg');
transition: transform 0.3s ease, box-shadow 0.3s ease;


}
.journal-entry:hover{
	transform: translateY(-5px);
}
.journal-entry h1 {
  font-size: 1.2rem;
	color:#111111;
	margin-top:20px;
	margin-bottom:20px;
}
.journal-entry h3 {
  font-size: 1.1rem;
	color:#111111;
}

.journal-entry p {
  font-size: 0.6rem;
  color: #666;
  margin-bottom: 15px;
}


.journal-entry .caption {
  font-size:0.6rem;
  color: #666;
  margin-bottom: 15px;
}

.coverJournal {
	width:100%;
	margin:auto;
	height:300px;
	flex: 0 0 100%; /* Ensures each image takes up 100% of the container */
	margin-top: 10px;
  margin-bottom: 10px;
}

.journal-entry .read-more {
  margin-top: 15px;
	padding: 5px 5px;
	color: #666;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: background 0.3s ease;
	font-family:'Romana', serif;
	font-size: 0.7rem;
	text-decoration: none;
	letter-spacing: normal;
}
.jEntryHeader{
	
	height:39px;
	margin:auto;
	margin-bottom:10px;
	
}

.JHeaderLeft{
	width:70%;
	float:left;
	position:relative;
	text-align:left;
	vertical-align:bottom;
}

.JHeaderRight{
	width:30%;
	float:left;
	position:relative;
	text-align:right;
	vertical-align: bottom;
	
}

.JHeaderRight .caption{
	color: #666;
}

.JHeaderRight .caption strong{
	color: #666;
}

.journal-entry .read-more:hover {
  color: #4682b4;
}

/* Loading Spinner */
.loading-spinner {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}

.loading-spinner.hidden {
  display: none;
}

.coverJournal {
	border-radius:6px;
}

#pdfDesktop {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevent */
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
}
	#pdfMobile {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevent */
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
}

/* Responsive Design */
@media (min-width: 768px) {
  .journal-entries {
    grid-template-columns: repeat(2, 1fr);
	  opacity: 0;
  animation: journalFadeIn 0.5s ease forwards;
  }
	
	.journal-entry {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
max-height:720px;
  animation: fadeIn 0.3s ease forwards;
  background: url('images/texture/canvas.jpg');
transition: transform 0.3s ease, box-shadow 0.3s ease;


}
.journal-entry:hover{
	transform: translateY(-5px);
}

		#pdfDesktop {
	opacity: 1; /* Initially hidden */
	visibility: visible; /* Prevent */
}
	#pdfMobile {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevent */
}
	
}

@media (min-width: 1024px) {
  .journal-entries {
    grid-template-columns: repeat(3, 1fr);
	  opacity: 1;
  animation: journalFadeIn 0.5s ease forwards;
	}
	
	.journal-entry {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
max-height:720px;
  animation: fadeIn 0.3s ease forwards;
  background: url('images/texture/canvas.jpg');
transition: transform 0.3s ease, box-shadow 0.3s ease;


}
.journal-entry:hover{
	transform: translateY(-5px);
}
	#pdfDesktop {
	opacity: 1; /* Initially hidden */
	visibility: visible; /* Prevent */
}
	#pdfMobile {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevent */
}
}

.search-container {
  margin: 20px 0;
  text-align: center;
}

#searchJournalBar {
  padding: 15px;
	padding-left:21px;
	padding-right:21px;
  width: 80%;
  max-width: 400px;
font-family:'Romana', serif;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 24px;
	color:#ffffff;
	background: rgba(0,0,0,0.00)
}



.back-button{
	border:none;
	background: none;
	font-family: 'Archivo', sans-serif;
font-size:0.6rem;
letter-spacing:1px;
	color:#ddd;
}
.back-button:hover{
	border:none;
	background: none;
	font-family: 'Archivo', sans-serif;
font-size:0.6rem;
letter-spacing:1px;
	cursor:pointer;
	color:#fff;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
}






.swButton {
	border-radius:25px;
	color:white;
	padding:10px;
	font-family:'Romana', sans-serif;
	border:none;
	width: calc(10%);
	min-width:60px;
	margin-top:15px;
	cursor:pointer;
	background-color: rgba(0,0,0,1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	
}

.swButton:hover{
	transform: translateY(-3px);
}

.textStyle {
  padding: 15px;
	padding-left:21px;
	padding-right:21px;
  width: 80%;
  max-width: 400px;
font-family:'Romana', serif;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 24px;
	color:#ffffff;
	background-color: rgba(0,0,0,0.15);
	opacity: 1;
  animation: fadeIn 0.5s ease forwards;
}

.contact-form {
	opacity: 0;
}

#contactingMethod a:link{
	color: #fff;
	text-decoration: none;
}

#contactingMethod a:hover{
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

#contactingMethod a:visited{
	color: #fff;
	text-decoration: none;
}



.content{

		}
.content p{
	width:100%;
	float:left;
	display: flex;
	 align-items: stretch;
	margin-top:15px;
	margin-bottom:15px;
	text-align: left;
	font-size:0.8rem;
	line-height: 1.5rem;
	
		}

	.content .subheader{
		font-family:'Romana', serif;
		font-size: 1.2rem;
		color:white;
		letter-spacing:0;
		}

.incaptionVideo{
	width:300px;
	  aspect-ratio: 9 / 16;
	margin:auto;
	
}

.bottom-adjuster{
	width:100%;
	height:150px;
	margin:auto;
}

.playableWorks{
	width:80%;
	height:360px;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	border-width: 0.1rem;
	border-color:#757575;
	border-style: dotted;
	padding-top:15px;
	padding-bottom:15px;
	border-radius: 30px;
	
}

.triCards
{
	width:33%;
	height:180px;
	float:left;
	height:auto;
	padding-top:15px;
}

.triCards a
{
	text-decoration:none;
	color:#fff;
}

.triCards a:hover
{
	text-decoration:none;
	color:#fff;
}

.triCards:hover
{
	transition: transform 0.3s ease-out;
	transform: translateY(-6px);
}


/* Mobile-Specific Styles */
@media (max-width: 768px) {
  .pagination {
     position: fixed;
		width:20px;
    top: 45%; /* Center vertically */
    right: 0px; /* Fixed to the right side */
    transform: translateY(-50%); /* Adjust for proper centering */
    flex-direction: column; /* Stack the buttons vertically */
    background: rgba(0, 0, 0, 0.6); /* Optional: Add background for better visibility */
    border-radius: 15px 0px 0px 15px; /* Optional: Add rounded corners */
    
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow */
    padding: 15px; /* Add some padding */
    z-index: 1000; /* Ensure it's above other elements */
		padding-top:20px;
		padding-right:21px;
  }
	.pagination p {
     margin-bottom:20px;
		float:none;
  }
	
	.pagination-controls p {
     margin-bottom:20px;
		float:none;
  }
	.pagination-controls {
    position: fixed;
		width:20px;
    top: 45%; /* Center vertically */
    right: 0px; /* Fixed to the right side */
    transform: translateY(-50%); /* Adjust for proper centering */
    flex-direction: column; /* Stack the buttons vertically */
    background: rgba(0, 0, 0, 0.6); /* Optional: Add background for better visibility */
    border-radius: 15px 0px 0px 15px; /* Optional: Add rounded corners */
    
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add subtle shadow */
    padding: 15px; /* Add some padding */
    z-index: 1000; /* Ensure it's above other elements */
		padding-top:20px;
		padding-right:21px;
  }

  .pagination-btn {
    margin: 10px 0; /* Add spacing between buttons */
  }
	
	.aboutBrief{
		width:270px;
	}
	
	.journal-entries {
    grid-template-columns: repeat(1, 1fr);
	  opacity: 1;
  animation: journalFadeIn 0.5s ease forwards;
  }
	
	.journal-entry {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
max-height:720px;
  animation: fadeIn 0.3s ease forwards;
  background: url('images/texture/canvas.jpg');
transition: transform 0.3s ease, box-shadow 0.3s ease;


}
.journal-entry:hover{
	transform: translateY(-5px);
}
	#contactFormSubmission {
		opacity: 1;
		visibility: visible;
	}
.contact-form {
	opacity: 1;
	visibility: visible;
}
	
	form
	{
		visibility: visible;
		opacity: 1;
	}
	
	
.textStyle {
  padding: 15px;
	padding-left:21px;
	padding-right:21px;
  width: 80%;
  max-width: 400px;
font-family:'Romana', serif;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 24px;
	color:#ffffff;
	background-color: rgba(0,0,0,0.15);
	opacity: 1;
}

	#pdfDesktop {
	opacity: 0; /* Initially hidden */
	visibility: hidden; /* Prevent */
}
	#pdfMobile {
	opacity: 1; /* Initially hidden */
	visibility: visible; /* Prevent */
}
	
	.cardContainer {
		width:80%;
		margin:auto;
		height:auto;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.cardInfo{
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
	}
	
	.cardLeft{
		width:100%;
		height:240px;
		text-align:center;
	}
	.cardLR{
		height:auto;
	}
	.cardRight{
		width:100%;
		height:100%;
		text-align:center;
	}
	
	.card{
		
		margin-left:calc((100% - 160px) / 2);
		margin-right:calc((100% - 160px) / 2);
		margin-top:0px;
		margin-bottom:0px;
	
	}
	
}