@charset "UTF-8";

.posters-box{
	height:350px;
	max-height:400px;
}
.posters-box img{
	width:100%;
	height:350px;
	object-fit: cover;
	
}
.menuNav-box{
	height:80px;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
	padding:0 5% 0 5%;
}
.menuNav-logo{
	position: relative;
	height:120px;
	width:120px;
	min-width:120px;
	background-color:#036676;
	top:-20px;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;	
	color:white;
}

.logo-text h3{
	margin-top:24px;
	
}
.logo-text p{
	max-height:20.67px;
}
/* .menuNav-title{
	text-align:center
} */
.menuNav-title{
	margin-left:30px;
}
.menuNav-right{
	width:500px;
	justify-content:flex-end;
}
.menuNav-item{
	width:110px;
	height:80px;
	display: flex;
	align-items:center;
	justify-content:center;
}


