body {background-color:#C2E0F5;}
			.wildcats {border-radius:100px;}
			.bannerImage {height:150px;width:100%;margin:auto;}
			.flexBoxLast {display:flex; align-items:center;flex-direction:row;}
			.box.feature:hover {box-shadow: 0px 6px 7px #597075; transition: 0.5s;}
			.titleContainer {display:flex; align-items:center;}
			@media screen and (max-width:980px) {
			.titleContainer{flex-direction:column;}
			.imageLogo {width:100px;height:100px;}
			.bannerImage {height:20%;}
			}