/* GENERAL */

html {
	position: relative;
/* 	height: 100%; */
	min-height: 100%;
}

body {
	margin-bottom: 30px !important;
/* 	padding-top: 50px; */
}

p {
	text-align: justify;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.center {
	text-align: center;
}

#pagewrap {
/* 	min-height: 100%; */
/* 	margin-bottom: 40px; */
}

#main {
	overflow: auto;
	padding-bottom: 5px;
}

.main-body {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-content {
	padding-top: 0px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
/* 	margin-top: -20px; */
	height: 30px;
}

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

#archexcard {
	padding: 10px;
}

#cachilcard {
	padding: 10px;
	background-color: #fff3e4;
}

/* NAVBAR */

.navbar {
	margin-bottom: 0px !important;
	margin-left: 15% !important;
}

.navbar-left {
/*	padding-left: 15% !important; */
}

#navbar-buttons {
  background-color: transparent;
}

#navbar-buttons .active {
}

#banner {
	background: gray;
	vertical-align: middle;
	width: 100%;
	height: 21.8%;
	position: relative;
}

#logo {
	position: absolute;
	top: -25%;
	left: 5%;
	z-index: 20;
	height: 120%;
}

@media screen and (min-width: 920px) {
	#logo {
		top: -20%;
		height: 115%;
	}
}

@media screen and (min-width: 1200px) {
	#logo {
		top: -17%;
		height: 112%;
	}
}

.bannertext {
	box-sizing: border-box;
	display: block;
	position: absolute;
	bottom: 10%;
/* 	bottom: 5%; */
	left: 24%;
/* 	right: 30%; */
	z-index: 10;
	color: white;
	font-size: 5vw !important;
}

@media screen and (min-width: 920px) {
	.bannertext {
		left: 23%;
	}
}

@media screen and (min-width: 1200px) {
	.bannertext {
		left: 22.5%;
	}
}


/* DROPDOWN MENUS */

.dropdown-menu .sub-menu {
	position: absolute;
	visibility: hidden;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}


/* MERRIAM */
.merriam-block {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.merriam-family-body p {
	margin: 5px 5px 5px;
	font-style: italic;
}

.merriam-family-sublist,
.merriam-list-member {
	margin: 15px 0 20px;
	border: solid 3px #fff3e4;
	border-radius: 3px;
}

.merriam-list-member {
	padding: 7px 5px;
	background-color: #fff3e4;
	background-image: linear-gradient(to bottom,#fffaf5 0,#fff3e4 100%);
	border-radius: 3px;
}

/*
.list-member-title {
	padding: 7px 5px;
	background-color: #fff3e4;
}
*/

.merriam-sublist-member {
	margin: 10px 8px 15px;
	padding: 5px 5px;
	background-color: #d8edd8;
	background-image: linear-gradient(to bottom,#d8edd8 0,#c1e3c1 100%);
	border: 1px solid #d8edd8;
	border-radius: 3px;
}

.merriam-sublist-title {
	background-color: #fff3e4;
	background-image: linear-gradient(to bottom,#fffaf5 0,#fff3e4 100%);
	padding: 10px 5px;
}

.merriam-link a,
.merriam-link-v a,
.merriam-link-nh a,
.merriam-link-nb a {
	display: inline-block;
	width: auto;
	margin: 3px 5px;
	padding: 2px 4px;
	background-color: #dddddd;
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #333;
}
