/*@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:300,400,700&display=swap&subset=latin-ext');*/

/* ---------- SITE COLORS ----------
red: #da9b8a
pink: #e4cbd1
grey: #d7cec7
*/

/* ---------- HEADER ---------- */
.container-header {
	background-image: none;
	background-color: #ffffff;
}

.navbar-brand {
	margin: auto;
}

.container-header .mod-menu {
	color: #9cb071;
	text-transform: uppercase;
	font-family: Roboto;
}

.container-header .mod-menu .active {
	color: #0a2e36;
}

.mod-menu.mod-list.nav.nav-pills {
	justify-content: center;
}
	
.layerwrap {position: relative;}
.floater {
  position: absolute;
  z-index: 1; /*or as high as needed*/
  top: 0; /*or any value to position as needed*/
  left: 0; /*or any value to position as needed*/
}

/* ---------- BODY STYLES ---------- */
element.style {
	font-size: 20px;
}

.small {
	font-size: 70%;
}

.blockquote {
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #e9ab17;
	background-color: #f8e5b9;
	padding: 12px;
}

.blockquote p {
	font-family: 'Open Sans', san-serif;
	font-size: 80%;
}

/* ---------- CARD DISPLAY ---------- */
/*.card {
	padding: 0px 15px 10px 15px;
}
*/
.card-header {
	background: #d7cec7;
	padding-right: 10%;
	padding-left: 10%;
}

.card-header h4 {
	color: #da9b8a;
}

.card-content {
	padding: 10px 15px 10px 15px;
}

/* ---------- FONTAWESOME ---------- */
i:hover {
	color: #e9ab17;
}

/* ---------- PAGE STYLES ---------- */
h1.home {
	font-size: 150%;
	color: #9cb071;
	text-transform: uppercase;
	font-weight: 300;
	border-bottom: 1px solid #e9ab17;
}

h2 {
	color: #0a2e36;
}

.page-header {
	border-bottom: none;
}

.page-header h1 {
	display: none;
	/*margin-bottom: 5px;
	font-weight: 300;
	color: #9caf73;
	font-size: 170%;
	line-height: 120%;
	text-transform: uppercase;
	*/
}

h3 {
	color: #da9b8a;
	margin-bottom: 5px;
	font-size: 150%;
}

h4 {
	color: #9cb071;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 120%;
}

h5 {
	font-weight: 500;
	font-size: 110%;
	color: #0a2e36;
	margin-bottom: 5px;
}

.item-image {
	margin-bottom: 8px;
}

.item-image img {
	margin-right: 18px;
}

.contact-form {
	margin-left: 15%;
	margin-right: 15%;
}


hr {
	border-top: 2px solid #9cb071;
	/*margin: 35px 0 35px 0;*/
	margin: 0px 15% 5px 15%;
}

.bg-info {
	background: #b4d8e0;
	padding: 20px;
}

/* ---------- IMAGES ---------- */
.float-left {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.float-right {
    float: right;
    margin-left: 18px;
    margin-bottom: 18px;
}

.col-md img {
	margin-bottom: 20px;
}

.float-clear {
	clear: both;
}

/* ---------- ARTICLES ---------- */
.creation_date {
	color: #e9ab17;
}

/* ---------- FORMS ---------- */


/* ---------- PHPLIST ---------- */
.content.well h3 {
	color: #e9ab17;
	margin-bottom: 5px;
	font-size: 150%;
}

/* ---------- FOOTER ---------- */
.footer {
	background-image: none;
	background-color: #d7cec7;
}

.footer p {
	font-size: 90%;
	color: #ffffff;
}

/* ---------- BUTTONS ---------- */
.btn,
.btn-block {
	all: revert;
	background-color: #0a2e36;
	color: #fff;
	font-family: 'Open Sans', san-serif;
	font-size: 90%;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
}

.btn-block {
	width: 100%;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	color: #0a2e36;
	background-color: #ffffff;
	border: 1px solid #0a2e36;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #004b8d;
	background-image: -moz-linear-gradient(top,#005e8d,#002f8d);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#005e8d),to(#002f8d));
	background-image: -webkit-linear-gradient(top,#005e8d,#002f8d);
	background-image: -o-linear-gradient(top,#005e8d,#002f8d);
	background-image: linear-gradient(to bottom,#005e8d,#002f8d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005e8d', endColorstr='#ff002e8d', GradientType=0);
	border-color: #002f8d #002f8d #001641;
	*background-color: #002f8d;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #fff;
	background-color: #002f8d;
	*background-color: #002674;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #001e5a \9;
}

/* ---------- MEDIA QUERIES ---------- */
/*@media only screen and (max-width: 550px) {
	  	
  	.align-left {
    width: 100%;
	}

	.align-right {
    width: 100%;
	}
}
*/