.menubar {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}
.menubar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #555555;
	color: white;
	width: 100%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.menubar li a {
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}
.menubar li a:not(.favicon) {
	padding: 14px;
}
.menubar li a.favicon {
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
}
/*disable full logo on very small displays*/
@media (max-width: 625px){
	.menubar li a.favicon img {
		width: 48px;
		object-fit: cover;
		object-position: -10% 0;
	}
	.menubar li a.favicon {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.menubar li a:hover:not(.active):not(.favicon) {
	background-color: #111111;
}
.menubar li a.active {
	background-color: #B5003B;
}


@media (max-width: 1049px) {
	.hidden_on_mobile {
		display: none;
	}
	.menubar li a:not(.hidden_on_mobile){
		margin-right: 20px;
	}
}

.menubar a.more_icon {
	/*position: absolute; */
	top: 0; 
	right: 0;
	margin: 12px;
}
/*do not display more icon on large enough screens*/
@media (min-width: 1050px) {
	.menubar a.more_icon {
		display: none;
	}
}
.menubar #search{
	width: 25%;
}

@media (max-width: 1049px) {
	.menubar #search {
		width: 40%;
		float: left;
	}
}

.menubar #searchbar{
	margin-top: 10px;
	margin-left: 10px;
	height: 32px;
	width: 80%;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: none;
	border-bottom: 1px solid gray;
	background-color: ghostwhite;
	padding-left: 10px;
	float: left;
}
.menubar #searchbar:focus{
	border: 1px solid black;
	outline: none;
}

@media(max-width: 800px){
	.menubar #searchbar{
		width: 75%;
		-webkit-appearance: none; /*Disable annoying iOS input field rounding*/
	}
}

@media(max-width: 465px){
	.menubar #searchbar{
		width: 65%;
		-webkit-appearance: none; /*Disable annoying iOS input field rounding*/
	}
}

@media(max-width: 380px){
	.menubar #searchbar{
		width: 55%;
		-webkit-appearance: none; /*Disable annoying iOS input field rounding*/
	}
	.menubar #search{
		width: 36%;
	}
}

.menubar #submit{
	color: white;
	margin-top: 10px;
	height: 32px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top: 1px solid black;
	border-right: 1px solid gray;
	border-left: none;
	border-bottom: 1px solid gray;
	background-color: #B5003B;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menubar #submit:hover{
	opacity: 0.92;
}

body {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
		background-image: url('/files/img/seamless_paper_texture.png');
  		background-repeat: repeat;
		margin: 0px;
}



.main_body {
	margin-top: 82px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	min-height: 100%;
}


h3{
    font-size: 22px;
    margin-bottom: 10px;
	margin-top: 24px;
    border-bottom: 4px solid #BEBEBE;
    padding-bottom: 12px;
	padding-top: 20px;
}
#homepage_h3{
	animation-name: fadein;
	opacity: 0;
	animation-delay: 0.1s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}

.main_body img{
 	width: 100%;
    
}
.col-md-3{
    margin-bottom: 40px;
}
@keyframes fadein{
				0%   {opacity: 0}
				100% {opacity: 1}
			}
.poster{
	animation-name: fadein;
	opacity: 0;
	animation-delay: 0.4s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 15px 35px #3d2173a1;
    transition: all ease 0.4s;
}
.poster:hover{
    box-shadow: none;
    transform: scale(0.98) translateY(5px);
}

h4{
	animation-name: fadein;
	opacity: 0;
	animation-delay: 0.8s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 700;
	text-align: center;
}

@media (min-width: 1001px) {
	.row {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 1000px) {
	.row {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

footer{
	width: 100%;
	text-align: center;
	z-index: 1;
}

@media (min-width: 500px) {
	footer{
		position: fixed;
		top: 96%;
	}
}

.main_body a{
	color: black;
	font-size: 20px;
	text-decoration: none;
}

.main_body a:hover {
	color: dimgrey;
	font-size: 20px;
	text-decoration: underline;
}

.alphabet{
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}

.alphabet li{
	padding: 6px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: #454545;
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: none;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #B5003B;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    opacity: 0.8;
}
/*Cookie Consent End*/

.Landing_page_counter{
	padding: 2.4px;
	border-radius: 4px;
	background-color: #B5003B; 
	color: white;
	font-size: 8px;
	vertical-align: 100%;
	opacity: 0.85;
}

.adminpageButtons{
	animation-name: fadein;
	opacity: 0;
	animation-duration: 0.8s;
	animation-fill-mode: forwards;
	width: 300px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #B5003B;
	margin: 20px;
	border-radius: 8px;
	float: left;
	text-align: center;
	color: white;
	text-decoration: none;
	box-shadow: 0 5px 8px #3d2173a1;
	transition: all ease 0.3s;
}
.adminpageButtons:hover{
	text-decoration: none;
	box-shadow: none;
	transform: scale(0.999) translateY(4px);
}
@keyframes fadein{
	0% {opacity: 0}
	100% {opacity: 1}
}
#adminList{
	width: 95%;
	border: 1px solid grey;
}
#adminList tr:nth-child(even){
	background-color:whitesmoke;
}
#adminList tr:nth-child(odd){
	background-color:lightgray;
}