@charset "utf-8";
/* CSS Document use for 1717 Hwy 281 */

.container{
 	/* background:pink;*/
  	background-color: #FFF;
	width:100%;
	}
/* ~~ for styling general page content within body-below menu area ~~ */

.content {
	padding:5px 5px;
	width:100%;
	font-size:16px;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	background-color: #FFF;
	margin: auto;
	padding: 1em;
	align:center;
	color: #630;
	margin-top: 4px;
    margin-bottom: 4px;
    margin-right:4px;
    margin-left:4px;
	border: none;
}

/*Below sets the style for dropdowns*/
/* Style The Dropdown Button */
.dropbtn {
  background-color: #FFE9D2;
  color: #663300;
  padding:.5em;
  font-size: 1.3em;
  font-weight: bold;
  border-radius:6px;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  background-color: #FFE9D2;
  min-width: 16em;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  /*z-index: 1;*/
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #630;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #A45200;
	color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #663300;
  color: white;
}

/*End dropdown styles*/



/* ~~ The footer ~~ */
footer {
	text-align: center;
	
    min-height: 10px;
	color: #630;
	font-weight: 700;
	background-color:#FFF3E8;
	background-size: 50px 10px;
	background-position: center;
}

a:mailto: (
    color:#630;
)


h1 {font-size: 2em 
    margin-top:20px;
    margin-bottom:6px;
    margin-right:0px;
    margin-left:0px;
	padding:.1em .1em;
	text-align: center;
	/*background-color: #FFF3E8;*//*Surrounds h1 with colored block)*/
	width:auto;
	/*border-radius: 20px;*/ /*for rounding corncers*/
}

h2 {font-size: 1.3em;
	text-align:center;
	/*background-color:#FFE9D2;*/
	background-size: 24em, auto;
	background-position: center;
	/*border-radius: 20px;*/ /*for rounding corncers*/
}

h2.red {
	font-size: 1.3em;
	text-align: center;
	color: #FF4A4A;
	background-color: #FFE9D2;
	background-size: 24em, auto;
	background-position: center;
	border-radius: 20px; /*for rounding corncers*/
}


 /* unvisited link */
.subtle_link:link {
  color: #630;
}

/* visited link */
a.subtle_link:visited {
  color: #A45200;
}

/* mouse over link */
.subtle_link:hover {
  color: #A45200;
}

/* selected link */
/*.subtle_link:active {
  color: #FFF3E8;
}*/




p {font-size: 1.1em;
   font-weight: bold;
}

p.background {
    padding: 1em 1em;
    width: auto;
    height: auto;
    background-color: #FFE9D2;
    border-radius: 2em; /*for rounding corncers*/
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right:0em;
    margin-left: 0em;
}

.center p {
  text-align: center;
}

span.center {
  text-align: center;
}
span.a {
  display: inline; /* the default for span */
  width: 4em;
  height: auto;
  padding: 5px;
  border: none;
  background-color: #FFF3E8;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}




/*Blow is an ordered list. "li" sets the font style*/

ul.a{list-style-type:square;
     list-style-position:outside;
	 
}
ul.a li{list-style-type:square;
     list-style-position:outside;
	 font-size:1.2em;
	 font-weight:bold;
	 font-wmargin: 0;
     padding: 0;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}
/*Below used as a photo gallery display*/

.border img {
border: 4px solid #ccc;

}	

img {
width: 100%;
  height: auto;
  padding:none
}	
.center{
  padding: 5px;
  text-align: center;
}

/*.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}*/

.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
  box-sizing: border-box;
}

/* Link order: Link, visited, hover, active*/
/*.gallery img a:link {
  border:none /* 1px solid #777;
}
.gallery img a:visited {
  border: 1px solid #777;
}

.gallery img a:hover {
  border: 1px solid #777;
}
.gallery img a:active {
  border: 1px solid #777;
}*/



/*.gallery {
  border: 1px solid #ccc;
}

.gallery:hover {
  border: 1px solid #777;
}

.gallery img {
  width: 100%
  height: scale;
  margin: auto;
}*/

.desc {
  padding: 15px;
  text-align: center;
}
/*Below added to clearfix class with overflow: auto; to the containing element, to fix the problem of overflowing elements*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  
}

video {
  width: 100%;
  height: auto;
}

/*Below used for various viewport resizing*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 320px) {
  	.content{
 	/* background:pink;*/
  	background-color: #FFF;
	width:100%%
	heith:auto;
	}
	/*.content {
	padding: 10px 0;
	width:100%;
	font-size:1.1em;
	}*/
	body {
	font-size:1.1em;
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	margin: auto;
	padding: 0;
	color: #630;*/
}


/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
  	.content{
 	/* background:green;*/
  	/*background-color: #FFF;
	width:98%;
	}*;
	/*.content {
	padding: 10px 0;
	width:100%;
	font-size:1.1em;
	}*/
	/*body {
	font-size:1.1em;*/
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	margin: auto;
	padding: 0;
	color: #630;
}*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1200px) {
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
	.container {
	/*background:gray;*/
	background-color: #FFF;
	width: 80%;	
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 240px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	
	margin:auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	}
	
	body {
	font-size:1.1em;
	/*font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	margin: auto;
	padding: 0;
	color: #630;*/
}
