/* CSS Document */

body{
	margin:0;
	overflow-y:scroll;
	background: url(bg.png) no-repeat center center fixed;
	background-size: cover;
}

html{
	height:100%;
	overflow-y:scroll;
	background: url(bg2.png) no-repeat center center fixed;
	background-size: cover;
}

h1{
	font-family: "Libre Caslon Text", serif;
	color: white;
	font-size: 50px;
	margin-top: 20px;
}
h2{
	font-size: 3vw;;
	font-family: "Libre Caslon Text", serif;
	margin-bottom: 5px;
	color: rgba(0,0,0,0.85);
}
h4{
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #444;
	padding-bottom: 6px;
}
h5{
	font-size:22px;
	margin-top:0;
	color: #a12221;
}

p{
	font-family: "Manrope", sans-serif;
	margin: 20px 0;
	font-size: 1.2vw;
	padding: 0;
	line-height: 1.7;
}
.pagebody{
	background-color: rgba(0,0,0,0.85);
	opacity: 96%;
	color: white;
	margin: 60px auto;
	padding: 50px 70px;
	max-width: 900px;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.pagebody h2{
	font-family: "Libre Caslon Text", serif;
    color: white;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 10px;
    letter-spacing: 1px;

    border-bottom: 4px solid #a12221;
    display: inline-block;
    padding-bottom: 5px;
}

.pagebody h4{
 background: rgba(0, 0, 0, 0.3);
    border-left: 5px solid #a12221;
    padding: 12px 15px;
    border-radius: 4px;
}

#wrap{
	text-align: left;
	width: 100%;
	height: 180px;
	padding: 15px;
	color: white;
	position: relative;
	align-items: center;
	justify-content: center;
	
}

#wrap h1{
/*margin: auto;
	font-size: 3rem;
	text-align: center;
	padding:10px;
	padding-top: 65px;
	letter-spacing: 1px;
	color: black;*/
	color: white;
    font-size: 3rem;
    text-align: center;
    margin-top: 50px;
    padding: 15px 30px;
	

    background: rgba(0,0,0,0.6);
    border-left: 6px solid #a12221;
    border-radius: 6px;
    display: inline-block;
}
hr{
	 border: none;
    height: 5px;
    margin: 40px 50px;

    background: #a12221;
    box-shadow: 
        inset 0 2px 3px rgba(0,0,0,0.7),
        inset 0 -1px 1px rgba(255,255,255,0.2);
}
#nav{
	margin:-20px;
	color: white;
	background-color: rgba(0,0,0,0.85);
	padding: 30px 0 28px 120px;
	font-size: 20px;
	letter-spacing: 2px;
	word-spacing: 10px;
}
#nav a{
	color: white;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
}
a{
	color: black;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
}

a:visited{
	color: black;
}

a:hover{
	background-color: #a12221;
	color: white;
}

#nostylelink{
	all: unset;
}

#logo{
	float: left;
	position: absolute;
	top:10px;
	left:15px;
	padding:5px;
	width:60px;
	height:68px;
}
.posters{
	background-color: rgba(0,0,0,0.85);
	margin: 50px;
	margin-left: 110px;
	margin-right: 110px;
	padding: 1px;
	border-radius: 8px;
}
.posters img{
	border-color: #a12221;
	border-width: 2px;
	opacity: 0.75;
}
.posters h2{
	text-align:center;
	font-size: 2.5em;
	color: white;
	background: rgba(0, 0, 0, 0.3);
    margin: 48px;
    padding: 12px 15px;
    border-radius: 4px;
}
.thumb {
  max-width: 230px;        
  cursor: pointer;
  display: block;
  transition: 0.3s;
}

.thumb:hover{
	opacity:1;
	transform: scale(1.1);
}

/*
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
}

.lightbox:target{
	display:flex;
}


.lightbox img{
	max-width:90%;
	max-height:90%;
}


.close{
	position:absolute;
	top:30px;
	right:40px;
	font-size:40px;
	color:white;
	text-decoration:none;
}
*/
.gallery {
  width: 900px;    
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.gallery a{
	padding:0;
}
.gallery a:hover {
  background-color: transparent;
}

.lightbox {
  position: fixed;
	z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lightbox:target {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
}

/* arrows */
.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  text-decoration: none;
  padding: 10px;
  user-select: none;
}

.prev { left: 20px; }
.next { right: 20px; }

.nav:hover {
  background-color: #a12221;
}

/* caption under image */
.caption {
  color: white;
  margin-top: 15px;
  font-size: 16px;
  max-width: 80%;
  text-align: center;
  font-family: "Manrope", sans-serif;
}

/* close button */
.close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  color: white;
  text-decoration: none;
}
#footer {
	background-color: rgba(0,0,0,0.85);
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: white;

}

#footer-info {
    max-width: 400px;
    text-align: left;
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
}


.footer-title {
    font-family: "Libre Caslon Text", serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #a12221;
    letter-spacing: 1px;
}


.footer-address,
.footer-hours {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    max-width: 220px;
}
.footer-hours strong {
    display: flex;
    color: #a12221;
    font-weight: 700;
    margin-bottom: -10px;
	
}

.footer-columns {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

#footer-logo img {
  width: 60px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s;
  float: right;     
	padding-right: -5px;
}
#footer a:hover{
	background:transparent;
}
#bio {
    background-color: rgba(0,0,0,0.85);
    color: white;
    margin: 60px auto;
    padding: 50px 70px;
    max-width: 900px; 
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    font-family: "Manrope", sans-serif;
    line-height: 1.7;
}

#bio h2 {
    font-family: "Libre Caslon Text", serif;
    font-size: 40px;
    margin-bottom: 20px;
    color: white;
    text-align: center;
    letter-spacing: 1px;
}

#bio p {
    margin: 20px 0;
    padding: 0;
}
#links-content {
    background-color: rgba(0,0,0,0.85);
    color: white;
    max-width: 900px;
    margin: 60px auto;
    padding: 50px 70px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    font-family: "Manrope", sans-serif;
    line-height: 1.7;
}

#links-content h2 {
    font-family: "Libre Caslon Text", serif;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
	color: white;
}

#links-content ol {
    padding-left: 20px;
}

#links-content li {
    margin: 20px 0;
	color: #a12221;
}

#links-content a {
    color: white;
    text-decoration: underline;
	text-decoration-color: #a12221;
	text-decoration-thickness: 2.5px;
    transition: color 0.3s;
}

#links-content a:hover {
    color: white;
    text-decoration: underline;
	
}