* {
	box-sizing: border-box;
}

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

.container-fluid {
	margin-top: 55px;
	height: 100%;
	min-height: 87.5vh;
}

#home_bg1 {
	background: url(/assets/_media/beaver.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-left: 0px;
	width: 100vw;
	height: 87.5%;
	display: flex;
	position: fixed;
}

.home_bg {
	background: url(/assets/_media/aspen_lg.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align: center;
	height: 100%;
}

.home_title {
	padding-top: 3rem;
	font-size: 4rem;
	text-align: center;
	font-family: "Playfair Display", Sans-serif;
	color: #FFFFFF;
	text-shadow: 2px 2px #222222;
}

.home_sub {
	font-size: 2rem;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 2px 2px #222222;
}

.pagetitle {
	color: #46A2B8;
	text-align: center;
}

.navbar {
	overflow: hidden;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 300;
	opacity: 0.90;
	background-color: #FFFFFF !important;
}

.nav-link {
	color: #519EFF !important;
}

.nav-link:hover {
	color: #000000 !important;
}

.active {
	color: #519EFF !important;
}

.ulcss {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
}

.footer {
	width: 100%;
	background-color: #000000;
	color: #EDEFF0;
	text-align: center;
	padding: 10px;
}

.footera:hover, footera:active, .footera {
	color: #EDEFF0;
}

.footer2 {
	background-color: #5E5E5E;
	color: #EDEFF0;
	text-align: center;
	padding: 3px;
	font-size: .6rem;
}

.bottom_footer {
	bottom: 0;
	width: 100%;
}

.column2 {
	float: left;
	width: 50%;
}

.column3 {
	float: left;
	width: 33.33%;
}

form .error {
	color: #ff0000;
}

@media screen and (max-width: 760px) {
	.column2, .column3, .a1, .a2, .a3, .a4, .rabout, .rservices, .rcontact, .rhome {
		width: 100%;
	}
	.globe {
		height: 300px;
	}
	.cell_db, .cell_cms, .cell_wd, .cell_ie, .cell_ec, .cell_bo, .cell_ssa, .cell_ex {
		min-height: 300px;
	}
	.home_bg1 {
		background: url(/assets/_media/beaver_sm.png) no-repeat top left fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 88%;
		position: fixed;
		text-align: center;
	}
	.home_title {
		font-size: 3rem;
		padding-top: 0;
	}
}