@charset "utf-8";
/* CSS Document */

.maincart {
	float:right; 
	margin-top: 5px; 
	
	
}

.text p {
	margin-top:20px;
	margin-bottom:35px;
	
}
.library-image img {
	
	  display: block;
  	margin-left: auto;
  	margin-right: auto;
	height:200px;
  
  object-fit: cover;
	object-position: center center;
}

.startpage-box-bg {
  opacity: 1;
  /*position: absolute;*/
  left: 0;
  top: 0;
  margin-bottom:1rem;
  /*margin:30px 28px 25px 35px;*/
  width: 100%;
  /*border-radius: 10px 20px;*/ 
  /*border-left:4px solid rgba(0,0,0,.8);*/

  height: auto;
}
.banner-title{
position:relative;
text-align:center;
padding-top: 2rem;
color: #FFF;
font-weight:700;
font-size:24px;
}
.banner-button{
position:realtive;
text-align:center;
padding-top: 8rem;
color: #FFF;
font-weight:700;
font-size:24px;
}
.event-details-content ul {
padding-left: 2rem;
list-style-type: disc;
font-size:16px;
}
.notif-block{
	position:relative;
	background-color:#c70606;
	color:#FFF;
	text-align:center;
	padding:10px;
	width:100%;
	/*margin-top:90px;*/
	
	
}
.moremargin{
	margin-top:0px;
}

@media only screen and (max-width: 991px) {

.moremargin{
	margin-top:125px;
}
	
.maincart {
	/*float:right; 
	margin-top: -65px; 
	margin-right:50px;*/
	max-width:150px;
}	
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .event-details-content ul {
    font-size:14px
  }
.maincart {
	
}	
}