html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
    overflow-x: hidden;
}

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.green_text {
	color:#00c851;
}

.section_padding {
	padding:40px 0px;
}

.missing_container {
	margin-top:10vh;
}

.no_top {
	height:66px;
	background:#343a40;
	width:100%;
	display:block;
	margin-bottom:50px;
}


/*===========================*/
/*		  Page Loading		 */
#page_loading {
	background: url("../img/loading.gif") no-repeat scroll center center #ffffff;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:-1;
}


/*===========================*/
/*       Sticky Footer       */
.sticky_footer {
	position:absolute;
	bottom:0px;
	width:100%;
}


/*===========================*/
/*      Bootstrap Card       */
/*  Internet Explorer Fix    */
.cardImgLink {
	height:100%;
}


/*===========================*/
/*       Contact Page        */
a.contact_info, a.contact_info:link, a.contact_info:visited, a.contact_info:active, a.contact_info:hover {
	margin: 20px 0px;
	color:#222222;
	text-decoration:none;
	display:block;
	width:100%;
	font-size:18px;
}