@font-face {
    font-family: Horror;
    src: url("fonts/BloodyModes-gwwYp.ttf") format("opentype");
}

/* Landing */
#landing {
    width:100%;
    /* height:12rem; */
    position: relative;
    background-color: #0f0f0f;
    font-size: 2em;
    margin-bottom: 1em;
    display: grid;

}
#landing .top-section {
    text-align: center;
    color: whitesmoke;
    border: 10px ridge rgb(192, 186, 186);
    border-radius: 0.5em;
    box-shadow: inset 1em;
    margin: 1em auto;
    width: 85%;
    grid-column: 2;

    /* max-height: 12rem; */
}
#landing h1 {
    font-family: Horror;
    font-weight: 800;
    margin: 0.75em auto;
    padding: 0em 0.25em;
	/* white-space: nowrap; */
}
/* -------- */

/* Rest of body */
.container {
    position: relative;
    width: 85%;
    margin: auto;
    margin-bottom: 2.5rem;
    text-align: center;
}
h1, h2{
    color: rgb(190,0,0);
}
#title h3 {
	color: whitesmoke;
    font-family: Horror;
    font-size: 3rem;
    text-align: center;
}

.pa-gallery-player-widget {
    margin-left: auto;
    margin-right: auto;
    display:none;
}
#recent {
    display: grid;
    position: relative;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#left {
    background-color: #0f0f0f;
    grid-column: 1;
    text-align: right;
    /* padding-right:3rem; */
}
  
#right {
    /* padding-top: 1rem; */
    background-color: #0f0f0f;
    grid-column: 2;
    text-align: left;
	margin-left: 24px;
}
#ombd_shoutout {
    width:75%;
    text-align: left;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}
#omdb_link {
    border: none;
    color: whitesmoke;
    font-size: 0.75rem;
    margin:0;
}
#omdb_link:hover {
    border: none;
    background-color: rgb(184, 182, 182);
    color: black;
    font-size: 0.75rem;
}






/* Panels */
.panel1 {
	/* width: 220px; */
	position: relative;
	display: flex;
	justify-content: center;
    grid-column: 1;
    margin-left: 4rem;
    margin-top: 2rem;
}
.panel2 {
	/* width: 220px; */
	position: relative;
	display: flex;
	justify-content: center;
    grid-column: 3;
    margin-right: 4rem;
    margin-top: 2rem;
}

.sconcePanelMiddle {
	position: absolute;
	top: 40px;
	width: 85px;
	border-width: 10rem 30px 0;
	border-style: solid;
	border-color: rgb(190,0,0) transparent;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.75));
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,.75));
}

.sconcePanelMiddle:before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	top: calc(-86.5vh + -35px);
	left: -30px;
	border-width: 0 73px 35px;
	border-style: solid;
	border-color: transparent transparent rgb(190,0,0);	
}

.sconcePanelFront {
	position: absolute;
	width: 30px;
	height: 10rem;
	top: 40px;
	background: rgb(232,166,53);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4), 
							-3px 2px 8px rgba(0,0,0,.1) inset,
							3px 2px 8px rgba(0,0,0,.1) inset, 
							0px -5px 8px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4), 
							-3px 2px 8px rgba(0,0,0,.1) inset,
							3px 2px 8px rgba(0,0,0,.1) inset, 
							0px -5px 8px rgba(0,0,0,.1) inset;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4), 
							-3px 2px 8px rgba(0,0,0,.1) inset,
							3px 2px 8px rgba(0,0,0,.1) inset, 
							0px -5px 8px rgba(0,0,0,.1) inset;
	-webkit-filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,.5));
}

.sconce {
	position: absolute;
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50px;
}

.light {
	position: relative;
	width: 20px;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 90px solid rgba(255,215,0,0.15);
	top: -54px;
	-webkit-filter: drop-shadow(0px 0px 8px rgb(255,215,0));
	filter: drop-shadow(0px 0px 8px rgb(255,215,0));
}


.light:after {
	content: '';
	position: absolute;
	background: -webkit-linear-gradient(rgba(211,159,83,.3),
																			rgba(109,73,37,0.6)),
							-webkit-linear-gradient(-90deg,rgb(123,81,33),
																			rgb(195,146,77),
																			rgb(166,123,68));
	background: -moz-linear-gradient(rgba(211,159,83,.3),
																	 rgba(109,73,37,0.6)),
							-moz-linear-gradient(-90deg,rgb(123,81,33),
																	 rgb(195,146,77),
																	 rgb(166,123,68));
	background: -o-linear-gradient(rgba(211,159,83,.3),
																 rgba(109,73,37,0.6)),
							-o-linear-gradient(-90deg,rgb(123,81,33),
																 rgb(195,146,77),
																 rgb(166,123,68));
	background: linear-gradient(rgba(211,159,83,.3),
															rgba(109,73,37,0.6)),
							linear-gradient(-90deg,rgb(123,81,33),
															rgb(195,146,77),
															rgb(166,123,68));
	width: 46px;
	height: 20px;
	bottom: -9px;
	right: -13px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

.stem {
	position: relative;
	background: rgb(190,0,0);
	width: 30px;
	height: 40px;
	top: -37px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 
							0px 1px 2px rgba(0,0,0,.2) inset, 
							0px -3px 8px rgba(0,0,0,.2) inset;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 
							0px 1px 2px rgba(0,0,0,.2) inset, 
							0px -3px 8px rgba(0,0,0,.2) inset;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 
							0px 1px 2px rgba(0,0,0,.2) inset, 
							0px -3px 8px rgba(0,0,0,.2) inset;
}

.stem:before {
	content: '';
	position: absolute;
	background: rgb(198,144,48);
	width: 5px;
	height: 100px;
	top: -10px;
	left: 13px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), 
											-1px 1px 1px rgba(0,0,0,.7) inset,
											1px 1px 1px rgba(0,0,0,.5) inset, 
											0px -1px 1px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.5), 
									 -1px 1px 1px rgba(0,0,0,.7) inset,
									 1px 1px 1px rgba(0,0,0,.5) inset, 
									 0px -1px 1px rgba(0,0,0,.3) inset;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5), 
							-1px 1px 1px rgba(0,0,0,.7) inset,
							1px 1px 1px rgba(0,0,0,.5) inset, 
							0px -1px 1px rgba(0,0,0,.3) inset;
}

#loading {
    width: 4rem;
    height: 4rem;
    border: 5px solid whitesmoke;
    border-top: 6px solid #c04646;
    border-radius: 100%;
    margin: auto;
    visibility: hidden;
    animation: spin 2s infinite linear;
}
#loading.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#warning {
    width: 75%;
    margin: 1rem auto;
}
#warning p {
    font-size: 24px;
}

#slideshow {
	position: relative;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

#slideshow{
	width: 75%;
	margin: 0 auto;
}


/* Next & previous buttons */
.prev,
.next {
    margin: 1rem;
    background-color: rgb(190,0,0);
    color: whitesmoke;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.7s;
    border: 1px solid #333;
    border-radius: 16px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: #333;
    color: whitesmoke;
    text-decoration: none;
}





/* 
:root {
    --h1_size: 6.5rem;

}

@media all and (max-width: 700px) {
    .landing{display: contents; text-align: center;}
    #landing .top-section { text-align: center; }
    #recent #left{text-align: left; width: 60%; padding: 0; margin-left: auto; margin-right: auto;}

    .panel1{display: none;}
    .panel2{display: none;}

}
@media all and (min-width: 700px) and (max-width: 1099px) {
    .landing{display: contents; text-align: center;}
    #landing .top-section { 
        margin-right: auto; 
        margin-left: auto; 
    }

    .panel1{display:none;}
    .panel2{display:none;}

}

@media all and (min-width: 1100px) and (max-width: 1499px) {


}

@media all and (min-width: 1500px) and (max-width: 1999px) {


}

@media all and (min-width: 2000px) and (max-width: 3199px) {


}


@media all and (min-width: 3200px) {

} */