/* reference information used: https://developer.mozilla.org/en-US/ */
/* reference information used: https://getbootstrap.com/docs/5.0/ */
/* reference information used: https://stackoverflow.com/ */
html {
	/* For the Sticky Footer */
	min-height: 100%;
	position: relative;
}

body {
	backgr/ound-blend-mode: luminosity;
	background-image: url('../images/snacking.jpg');
	background-size: cover;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	height: 100vh;
	/* Margin bottom by footer height */
	margin-bottom: 30px;
}

h1, h2 {
	background-color: #008000;
	color: #ffffff;
	margin: 0;
	padding: 0.25em 0.5em 0.1em 0.5em;
}

h2 {
	font-size: 125%;
}

h3 {
	color: #008000;
	font-size: 150%;
	font-weight: 700;
}

map-h2 {
	background-color: #008000;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	padding: 0.2em 0.5em;
}

p.map {
	color: #000;
	margin: .1em 0;
}

p.map.bold {
	font-weight: bold;
}

p, ol {
	color: #585862;
}

.clear {
	clear:both;
}

.navbar-brand {
	padding-bottom: 0;
	padding-top: 0;
}

.navbar-dark {
	border: 0;
	height: 150px;
	padding: 0;
}
.navbar-dark .navbar-nav li.nav-item  {
	font-size: 100%;
}

.navbar-dark .navbar-nav li a {
	color: #008000!important;
	font-weight: bold;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}
.navbar-dark .navbar-nav li a:hover {
	background-color: #e79500;
	color: #ffffff!important;
}

.navbar-dark .navbar-nav li a.active {
	color: #e79500!important;
}

.navbar-dark .navbar-nav li a.active:hover {
	background-color: #ffffff;
	color: #e79500!important;
}

.navbar-dark .navbar-nav .dropdown-menu a.active {
	background-color: #ffffff;
}

.navbar-dark .navbar-nav .dropdown-menu a:hover {
	background-color: #e79500;
}

.navbar-toggler-icon {
	background-color: #008000;
}

nav>div.container {
	background-color: #fff;
	height: 150px;
}

nav>div.container>a.navbar-brand>img {
	background-color: #fff;
	height: 150px;
}

#navbarSupportedContent {
	padding-top: 100px;
}

.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	position: relative;
}

div.main-content {
	padding: 0;
}

div.content {
	background-color: #fff;
	border: #008000 5px solid;
	padding: 1em;
}

div.content a {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}

.confit-address>a {
	color: #24890d!important;
}

ul.address-list {
	list-style: none;
	padding-left: 0.25em;
}

ul.address-list>li {
	margin-bottom: .25em;
}

div.content-text {
	padding-left: 5em;
	padding-right: 5em;
}

p.main-text {
	text-align: justify;
}

p.normal-emphasis {
	color: #008000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.slight-emphasis {
	font-weight: 700;
}

p.aggressive-emphasis {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

p.enlarge {
	font-size: 125%;
}

p.big {
	font-size: 175%;
}

p.green {
	color: #008000;
}

.widget {
	border: #008000 solid 1px;
	font-size: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	margin: 0 auto 2em auto;
	padding: 1em;
	width: 100%;
	word-wrap: break-word;
}
.widget a {
	color: #24890d;
}
.widget-title {
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 0 18px;
	padding-bottom: .5em;
	padding-top: .5em;
	text-align: center;
	text-transform: uppercase;
}

.caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin:	 9px 0;
	text-align: center;
}

figure.mainFigure {
	margin: 0 auto;
	width: 484px;
}

figure>img {
	width: inherit;
}

a.vertical {
	margin: 0.5em 0em 0.5em 2em;
}

figure.vertical {
	margin: 0.5em 0em 0.5em 2em;
	width: 484px;
}

figure.vertical.flip {
	margin: 0.5em 2em 0em 0em;
}

aside figure {
	width: 100%;
}

#map {
	height: 440px;
	width: 100%;
}

textarea#contactMessage {
	height: 30em;
}

button#contactSubmitButton {
	background-color:#008000;
	border-color:#008000;
}

input.buttondisabled:hover, a.buttondisabled:hover {
	background-color: #FDBD48;
}
input.buttondisabled, a.buttondisabled {
	opacity: .2;
	cursor: default !important;
	pointer-events:none;
}

div.message>p {
	color: red;
	font-weight: bold;
	margin-top: 1em;
}

.error {
	color: red;
	padding: .5em 0;
}

.footer {
	back/ground-color:#008000;
	bot/tom: 0;
	color: #d7d7d7;
	font-size: 0.85em;
	/* Set the fixed height of the footer here */
	height: 30px;
	line-height: 30px; /* Vertically center the text there */
	pos/ition: absolute;
	pos/ition: fixed;
	text-align: center;
	width: 100%;
	z-index: 1000;
}

.footer>.container {
	background-color:#008000;
}

.footer a {
	color: #ffffff;
	fo/nt-weight: bold;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}


@media only screen and (max-width: 1296px) {


}


@media only screen and (max-width: 1181px) {

}


@media only screen and (max-width: 1081px) {

	.container, .container-md, .container-sm {
		max-width: 100%;
	}

	.navbar-dark .navbar-nav .nav-link {
		background-color: #fff;
		border: #000 solid 1px;
		font-size: 150%;
		padding: 0.25em 0.5em;
	}
	
	ul.navbar-nav {
		margin-top: -50px;
		width: 250px;
	}

	#navbarSupportedContent {
		padding-top: 0;
	}

	div.content-text {
		padding-left: 1em;
		padding-right: 1em;
	}

}


@media only screen and (max-width: 821px) {

	div.content {
		border: #008000 2px solid;
		padding: 0.25em;
	}

	div.content>div.container-fluid {
		padding: 0;
	}

	figure.mainFigure {
		width: 100%;
	}

	figure.vertical {
		float: none!important;
		margin-left: 0;
		width: 100%;
	}

	#map {
		margin-bottom: 2em;
	}
}

