.bannersmulti{
	text-align: center;
	margin: 30px;
}

.wrapper { /* overall wrapper for the page centralising the page at 80% width */
	margin: 0 auto;
	width: 80%;
}

.bannerpic{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
}

.loyalpic{	
    display: inline-block;
	margin: 10px Auto;
    /*margin-left: auto;
    margin-right: auto; */
}

/* .bigtext { /*overall wrapper and background for all text
	margin-top: 20px;
	background-color: rgba(255,255,255,0.5);
	font-family: Arial;
	font-size: 12pt;
	padding: 8px 16px;
	border-radius: 25px;
	box-shadow: 2px 8px 20px 0px rgba(0,0,0,1);
} */