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;
}
/*===========================*/
/*       NRN Styles          */

.btn-primary {
    background-color: #b55772!important;
}

a, a.disabled:hover, a:disabled:hover {
    color: #b55772;
	font-weight:400;
}

.btn-success {
    background-color: #b55772!important;
    color: #fff!important;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    color: #b55772;
}

.bg-light {
    background-color: #f3edee!important;
}

.btn.btn-md {
    padding: .9rem 1.6rem;
    font-size: .9rem;
}

.img-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

	