.h1title{
	/* font-weight: bold;
    font-size: 35px; */
	font-size: 50px;
	font-weight:500;
}

.title{
	margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Montserrat','Open Sans', sans-serif;
	color:black;
}

.bread{
	color:white;
}

.link{
	color:white;
}

.link:hover{
	color:white;
	text-decoration:underline;
}

.sectiontitle{
	color: #00aeef;
    font-weight: 500 !important;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
	margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.min-height-box{
	min-height:60px;
}	

@media (max-width: 767px) {
	.h1title{
		font-size: 28px;
	}
}
