*{
    box-sizing: border-box;
}
body{
    /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial;
    background-color: #fff;
    max-width: 1500px;
    margin: 0 auto;
	letter-spacing: 1px;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6{
	text-shadow:1px 1px #555;
}
p{
	margin:0;
	margin-top:2px;
	margin-bottom:2px;
}
a{
	font-weight:bold;
	color:#065e2c;
}
a:hover{
	color:#0ed865;
}
header, footer{
    background-color: #065e2c;
    border:1px solid #0ed865;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom:10px;
}
header span{
	font-size:50%;
	padding:0;
}
header a{
	text-decoration:underline;
	color:#d1b61d;
}
header a:hover{
	font-weight:bold;
	font-style:italic;
}
nav, section{
	border:1px solid #ccc;
	margin:0 auto;
	padding:0;
	margin-bottom:5px;
}
nav ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
	padding-top:2px;
	padding-bottom:2px;
}
nav li{
	display:inline-block;
	border:1px solid #065e2c;
	margin-left:2px;
	margin-right:2px;
	margin-top:1px;
	margin-bottom:1px;
	padding:10px;
}
nav li:hover{
	background-color:#065e2c;
	border:1px solid #0ed865;
}
nav a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	padding:15px;
}
nav li:hover a{
	color:#fff;
}
section{
	padding-left:50px;
	padding-right:50px;
	padding-top:2px;
	padding-bottom:5px;
}
section h2 span, h3 span{
	border-bottom:2px solid #065e2c;
}
form{
	margin:5px;
	width:95%;
	margin:0 auto;
}
input[type=text], textarea{
	width:100%;
	font-size:18px;
	font-family:Arial;
}
textarea{
	height:200px;
}
table, thead, tbody, tr, th, td{
	border:1px solid #065e2c;
	padding:5px;
	text-align:center;
}
.bordered{
	border:1px solid #ccc;
	margin-top:5px;
}
.bordered h3{
	margin:0;
	background-color:#065e2c;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:10px;
	color:#fff;
}
.align-right{
	text-align:right;
}
.align-center{
	text-align:center;
}
.align-left{
	text-align:left;
}
.no_list, .display-inline{
	list-style: none;
}
.display-inline li{
	display: inline;
	padding-left:5px;
	padding-right:5px;
}
.display-inline a{
	text-decoration:none;
}
.line-height-ohalf{
	line-height: 150%;
}
.shaded{
	list-style:none;
}
.shaded > li{
	margin-top:5px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#ccffff;
	border:1px solid #00b3b3;
}
.shaded > li:hover{
	background-color:#ffffe6;
	border:1px solid #e67300;
}
.button{
	margin-top:3px;
	margin-bottom:3px;
}
.button a{
	border:1px solid #065e2c;
	margin-left:2px;
	margin-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
}
.button a:hover{
	background-color:#065e2c;
	border:1px solid #0ed865;
}
.coffee_container{
	text-align:center; 
	border: 1px solid #065e2c; 
	width: 60%; 
	padding: 10px;
	margin:10px auto; 
	background-color:#D1FFD1; 
	border-radius: 20px;
}
.youtube_embed_main{
	width:100%; 
	min-width:300px; 
	max-width:600px; 
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}
.youtube_embed_positioner{
	margin:0 auto; 
	position:relative; 
	overflow: hidden; 
	height:0; 
	padding-bottom:56.25%;
}
.youtube_iframe{
	position: absolute; 
	max-width:100%; 
	height:100%; 
	border:2px solid #065e2c;
}