body{
		background-color: #469cd8;
	}
	.contact{
		padding: 1%;
		height: 400px;
	}
	.col-md-3{
		background: #ff9b00;
		padding: 4%;
		border-top-left-radius: 0.5rem;
		border-bottom-left-radius: 0.5rem;
	}
	.contact-info{
		margin-top:10%;
	}
	.contact-info img{
		margin-bottom: 15%;
	}
	.contact-info h2{
		margin-bottom: 10%;
	}
	.col-md-9{
		background: #fff;
		padding: 3%;
		border-top-right-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
	}
	.contact-form label{
		font-weight:600;
	}
	.contact-form button{
		background: #25274d;
		color: #fff;
		font-weight: 600;
		width: 25%;
	}
	.contact-form button:focus{
		box-shadow:none;
	}
	
	.footer {
		-background: #EDEFF1;
		color:white;
		height: auto;
		padding-bottom: 30px;
		position: relative;
		width: 100%;
		font-size:18px;
		-border-bottom: 1px solid #CCCCCC;
		-border-top: 1px solid #DDDDDD;
	}
	
	.center-logo {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 70px;
	}