/*****************************************************/
/***                                               ***/
/*** this stylesheet targets Bootstrap v4 alpha 4  ***/
/***                                               ***/
/*** the following device sizes are in use:        ***/
/***                                               ***/
/*** xs = extra small = portrait phones            ***/
/*** sm = small       = landscape phones @ 544px   ***/
/*** md = medium      = tablets          @ 768px   ***/
/*** lg = large       = desktops         @ 992px   ***/
/***                                               ***/
/*****************************************************/

/*** basics ***/
html, body {height:100%; width:100%; margin:0; padding:0;}
body {
	webkit-tap-highlight-color:#222222;
	background-color:white;
}
body, h1, h2, h3, h4, h5, h6, p {font-family: 'Roboto Condensed', 'Helvetica Neue', Arial, sans-serif;}
a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #419650;
}
a:hover, a:focus {color: #419650;}


/*** navigation ***/
.navigator {
	padding-left: 60px;
	padding-right: 10px;
	background-color: white;
}
.nav-link {
	font-weight: 600;
	font-size: 14px;
	color: #888;
	line-height: 1.0;
	outline:0;
}
.navbar {background-color: white !important;}
.navbar .nav-link {color: #419650;}
.navbar .nav-link:hover, .navbar .nav-link:focus {text-decoration: underline;}

#menu2 {display:block}
@media (max-width: 640px) {
	#menu2 {display:none}
}


/*** footer ***/
.footer {
	height: 40px;
	width: 100%;
	background-color: #415150;
	color: #ddd;
	text-align: left;
	padding-left: 60px;
	padding-right: 10px;
}
.footer p {
	margin-top: 12px;
	font-weight: 400;
	font-size: 11px;
}
.footer .icon-link {padding:6px 10px 2px 0px;}
.icon-link, .icon-link:hover, .icon-link:focus {text-decoration: none;}


/*** header and cover page ***/
header {
    position: relative;
	margin: 0;
	padding: 0;
	background: url('../static/img/header.jpg') top left;
	height: 100px;
}
header.cover {
	min-height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.header-content {
	padding-top: 90px;
	padding-left: 30px;
	text-align: left;
	color: white;
}
.header-content h1 {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
	margin: 30px;
	background-color: #334444;
	padding: 10px;
}

@media (min-width: 800px) {
	.header-content h1 {
		font-size: 24px;
	}
}


/*** CARD LAYOUT ***/
.row {
	margin-bottom: 10px;
}
.container-card {
	margin: 10px;
}
.card {
	display: inline-block;
	width: 100%;
}
.card-block  {
	padding: 10px;
}
.col-md-4 {
	padding-right: 5px;
	padding-left:  5px;
}
.card-block h2 {
	font-weight: 600;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}
.card-block h3 {
	font-weight: 600;
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 0;
}
.card-block p,
.card-block h4,
.card-block h5 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 1.2;
}
.card-block h5 {
	margin-bottom: 0;
}
.card-block p.caption {
	font-size: 11px;
	margin-bottom: 15px;
}
p.caption {
	margin-top: -10px;
}
.card-block img {
	border-radius: .25rem;
}
.card-block .img-extra {
	margin-bottom: 16px;
}
.card-block ul {
	font-size: 11px;
	line-height: 1.0;
	padding-left: 15px;
	padding-top: 5px;
}
.card-block li {
	padding-top: 5px;
}
.card-block li, .card-block li a {
	font-size: 14px;
}
.card-block blockquote {
	margin-left: 30px;
	margin-right: 30px;
}

.card-hilite {
    background-color: #fff;
    border: 2px solid #419650;
}
.hilite {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 10;
	color: #eee;
	background-color: #4B5B5A;
	border-radius: .25rem;
	padding: 5px 10px;
	font-size: 13px;
}
.hilite .fa {
	margin-left: 6px;
}
@media (max-width: 768px) {
	.suppress {
		display: none;
	}
}


/*** columns ***/
.card-columns {
	-moz-column-count: 1;
	column-count: 1;
}
@media (min-width: 992px) {
	.card-columns {
		-moz-column-count: 2;
		column-count: 2;
	}
}


/*** FAQ ***/
#faq .question {
	font-family: 'Lobster', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 200;
	font-size: 16px;
	color: #666;
	margin: 0;
	margin-top: 8px;
}


/*** ME ***/
#me h2,
#me h3,
#me h4,
#me p,
#me li {
	text-align: left;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 400;
}
#me h1,
#me h2,
#me h4 {
	font-weight: 600;
}
#me h2 em {
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
}
#me p,
#me li {
	margin-bottom: 0;
}

#me h1 { font-size: 1.6rem; }
#me h2 { font-size: 1.2rem; }
#me h3 { font-size: 1.0rem; }
#me h4 { font-size: 1.0rem; }
#me p  { font-size: 0.8rem; }
#me li { font-size: 0.8rem; }
@media (min-width: 544px) {
	#me h1 { font-size: 2.8rem; }
	#me h2 { font-size: 1.8rem; }
	#me h3 { font-size: 1.4rem; }
	#me h4 { font-size: 1.2rem; }
	#me p  { font-size: 1.0rem; }
	#me li { font-size: 1.0rem; }
}

#me img {
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
}
#me div {
	margin: 0;
	padding: 0;
}
#me .container-fluid {
	margin-left: 30px;
	margin-right: 30px;
}
#me .card {
	padding: 20px;
	border: 0px;
	background-color: inherit;
}
#me .inside {
	padding: 20px;
}


#sitemap .card {
	display: inline-block;
}


/*** MISC ***/
.pipe {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
.embed-responsive {
	margin-top: 20px;
	margin-bottom: 25px;
}
iframe {
	margin-top: 20px;
	margin-bottom: 15px;
}
