

/********** Page **********/

#image_header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#title_header{
	position:relative;
	top: -140px;
	left: 55%;
	font-family: Papyrus, fantasy;
	font-size: 18px;
	color: Yellow;
}

#container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 2.5rem;    /* Footer height */
}

#article{
	position:relative;
	left: 25px;
	top: -50px;
	font-family: Papyrus, fantasy;
	font-weight: bold;
	font-size: 24px;
	color: Green;
}

#copyright_notice {
	position: relative; 
	bottom: -50px; 
	z-index: 10;
	font-family: Papyrus, fantasy;
	font-weight: bold;
	font-size: 18px;
	color: blue;
	text-align: center;
}

/********** Tools and Stuff **********/

#stuff_table {
	position: relative;
	top: -50px;
	margin-left: auto;
	margin-right: auto;
}


/********** Yoga CSS **********/

#yoga_container {
	position: relative;
	min-height: 100vh;
}

#yoga_video {
	position: relative;
	width: 100%;
	margin: 0 auto; 
}

video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

/********** Navigation Bar **********/
#nav{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#nav li{
	position:relative;
	display:inline;
}
#nav a{
	display:inline-block;
	padding:10px;
}
#nav ul{
	position:absolute;
	left:-9999px;
	margin:0;
	padding:0;
	text-align:left;
}
#nav ul li{
	display:block;
}
#nav ul a{
	white-space:nowrap;
	display:block;
}
a{
	color: green;
	text-decoration:none;
	font-weight:bold;
	font-size: 20px;
	font-family: Arial, Verdana;
}
#nav li:hover ul{
	left:0;
}
#nav li:hover a{
	text-decoration:none;
	background:#f1f1f1;
}
#nav li:hover ul a{
	text-decoration:none;
	background:none;
}
#nav li:hover ul a:hover{
	text-decoration:none;
	background:#f1f1f1;
}
a:hover{
	text-decoration:none;
	background:#f1f1f1;
}


/********** Widgets **********/

#family_weather {
	position: relative;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#first_image {
	position: relative;
	top: 75px;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;	
	font-size: 32px;
	font-family: Papyrus, fantasy;
	color: Green;
}

/********** Google Map **********/
	
#map {
	position: absolute;
	top: 1050px;
	left: 450px;	
	height: 500px;
	width: 500px;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
	
#floating-panel {
	position: absolute;
	top: 1100px;
	left: 600px;
	z-index: 5;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
	text-align: center;
	font-family: 'Roboto','sans-serif';
	line-height: 30px;
	padding-left: 10px;
}


/********** Newsletter page **********/

#newsletter_table{
	margin-left: auto;
	margin-right: auto;
}

#newsletter_thumbnails{
	text-decoration: none;
	font-size: 20px;
	font-family: Papyrus, fantasy;
}

div.gallery {
	float: left;
	margin: 7px;
    border: 1px solid #ccc;
    width: 180px;
	text-align: center;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
	width: 95%;
   	width: 175px;
}

div.desc {
    padding: 1px;
    text-align: center;
	font-size: 15px;
	color: Green;
}


/********** Outdoor page **********/

#trail_table{
	position: relative;
	top: -50px;
	text-align: center;	
	text-decoration: none;
	font-size: 20px;
	font-family: Papyrus, fantasy;
}

/********** Besaw Postcard page **********/

#besaw_postcards{
	position: relative;
	top: -50px;
	text-align: center;	
	text-decoration: none;
	font-size: 24px;
	font-family: Papyrus, fantasy;
	color: green;
	
}



