/* feststyle.css */
	.header-menu {
    text-transform: uppercase;
    background: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 5px 15px rgb(255 42 42 / 10%); */
    z-index: 1000;
    position: relative;
}
	.ta_c h1 {
    margin: 0;
}
	.pageTitle {
	font-size: 30px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	}
	
	.info-cast img {
		width: 100%;
	}
	.entry-content-tx {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
	.col-md-10.col-lg-8.medium-centered {
    width: 100%;
}
	.negative-padding-large {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}
.entry-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
}
	.entry-content-click {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
	.entry-content-click a {
    color: black;
    text-decoration: none;
	transition: color 0.3s;
}
	.entry-content-click a:hover {
    color: #c00;
}
	@media screen and (max-width: 720px) {
.negative-padding-large {
    display: flex;
    flex-direction: column;
    width: 100%;
}
	}
	@media screen and (max-width: 500px) {
.entry-content-click {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
	}