
.centre-img {
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

.logo {
	width: 250px;
	height: auto;
 } 

 h1, h2, h3, h4, h5, h6 {
 	font-family: 'Montserrat', sans-serif;
 	color: #1D71B8;
 	font-weight: bold;
}
p {
	font-family: "Open Sans", sans-serif;
	color: #555;
 	font-weight: light;
 	text-align: left;
}

ul{
	text-align: left;
}

.contact-text{
	font-family:'Montserrat', sans-serif;
	color: #1D71B8;
 	font-weight: medium;
 	font-size: 1.2em;
}

.ddd3-blue {
	background-color: #1D71B8;
}

.ddd3-blue-text {
	color: #1D71B8;
}

.white-text {
	color: #fff;
}

.ddd3-right{
	float: right;
}
.white-text{
	color: #fff;
}
.imgsize {
	width: 50%;
	height: auto;
}
hr{
	color: #1D71B8;
	background-color: #1D71B8;
	height: 2px;
	width: 80%;
	text-align: center;
	margin-left: 10%;

}