

.topbanner {
	 display: block;
	 background-color:rgb(165,5,117);
	 padding:10px;
	 float: none;
	 text-align:center;
	 }
.topcontact {
	background-color:white;
	padding:0px;
	float: none;
	text-align:center;
	color: rgb(0,0,238);
	}
      
.centerbit {
	display:inline-block;
	margin-left: auto;
	margin-right: auto;
	height: 12%;
	width: 100%;
	text-align: center;
	}
.bottomthree  {	
	display: inline-block;
	}
.bottomleft {
	padding:20px;
	float:left;
	width:25%;
	}

.bottommiddle {
	padding:20px;
	float:left;
	width:35%; 
	}

.bottomright {
	padding:20px;
	float:left;
	width:30%; 
	}

@media screen and (max-width:800px) {
	.bottomleft, .bottommiddle, .bottomright {
		width:100%;
		}
	}


.testimonials {
	padding:20px;
	text-align: justify;
	}
.ourteam {
	text-align: justify;
	}
			
.lastbit {
	display:inline-block;
	background-color:rgb(165,5,117);
	width: 100%;
	color: white;
	}

.footer {
	padding: 20px;
}

div.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	}




	
      


	  