.navbar{
	background-color: #fff !important; 
}
.ml-1{
	margin-left: 1px;
}
.ml-3{
	margin-left: 3px;
}
h1{
	font-size: 1.25rem !important;
	color: rgba(255, 255, 255, 0.7);
}
.section-heading{
	font-size: 2rem !important;
}
h2{
	font-size: 1rem !important;
}
.white{
	color: #fff !important;
}
.text_italic{
	font-style: italic !important;
}

/*mobile displayys*/
@media(max-width: 768px){
	.m_dis_none{
		display: none !important;
	}
	.m_float_none{
		float: none !important;
	}
	.m_text_center{
		text-align: center !important;
	}
	.m_w_150{
		width: 150px !important;
	}
	.m_w_200{
		width: 200px !important;
	}
	.m_font_43{
		font-size: 43px !important;
	}
	.m_padding_top_65{
		padding-top: 65px !important;
	}
	.header_img{
		margin-top: 35px !important;
	}
}
