﻿a:link {color: #008000;}
a:visited {color: rgb(0,153,153);} 
a:active {color: rgb(255,102,0);}
a:hover {color: black;}

body	{
	background-image: url("images/stripe.png");

}
/*Josefin font */
@font-face {
  font-family: Jose; /* set name */
  src: url('fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf'); /* url of the font */
}

/*Crimson_Text font */
@font-face {
  font-family: Crimson; /* set name */
  src: url('fonts/Crimson_Text/CrimsonText-Regular.ttf'); /* url of the font */
  font-weight: 400;
}

p	{
	text-align: justified;
	font-size: clamp(0.7em, 0.9em + 0.24vw, 1.4em);
	font-family: Crimson, serif;
	color: rgb(0,0,102);
	line-height: 98%;
}

p.jose 	{
  font-family: Jose, sans-serif;
}
p.crimson {
  font-family: Crimson, sans-serif;
}
/*Grid container */
.container {
  display: grid;
  grid-template-columns: auto auto auto;
	background-image: url(images/greyback1.jpg);
  padding: 0px;
  gap: 0px;
  justify-content: left;
}

.container div {
	background-image: url(images/greyback1.jpg);
  padding: 10px;
  text-align: left;
}

/* Style for "last update" date */
p.date	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 0.7em;
}

img		{
		max-width: 100%;
		height: auto;
		border: 1px inset #008000;
}

h1 {
  font-size: 18px;
	font: "Comic Sans MS", sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}

h1.Jose {
	font-family: Jose, sans-serif;
	color: #FF0000;
	text-align: left;
	font-size: clamp(1.2em, 3vw, 2.2em);
}

h2 {
	font: 1.5em "Comic Sans MS", sans-serif;
	color: #008000; 
	font-weight: bold;
	text-align: left;
}

h3 {	
	color: rgb(0,0,102); 
	font: 1.2em Jose, sans-serif;
	font-weight: bold;
	text-align: left;
}

#page-wrap {

	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-top: 2.5%;
	padding-bottom: 2.5%;
	text-align: center;
}

#page-wrap #inside {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 1%;
	padding-right: 1%;
}

hr	{
	height: 2px;
	border: 0px;
	width:55%;
	color:#008000;
	background-color:#008000;
}
hr.thick	{
	height: 5px;
	width:55%;
	color:#008000;
}
hr.thin	{
	height: 1px;
	width:55%;
	color:#008000;
}
hr.amenity	{
	height: 1px;
	width:30%;
	color:#008000;
}
/*Style for java nav bar */
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #008000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
   font-size: clamp(0.8em, 14px + 0.24vw, 1.74em);
   font-family: Jose,sans-serif;
     border-right: 1.5px solid #008000; 
	}
 
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Style for old Nav bar
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.nav li	{
  padding: 5px 5px;
  border-right: 1.5px solid #008000; 
  font-size: clamp(0.8em, 12px + 0.24vw, 1.74em);
  color: #f2f2f2;
  font-family: Jose,sans-serif;
  text-align: center;
  background-color: green;
}
.nav li:last-child {
  border-right: none;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: left;
}

ul li a {
  display: block;
color: #008000;
 	font-size: 1.2em;
  padding: 14px 16px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  text-decoration: none;
}

ul li a:hover {
}

Style for amenities lists */
ul.amenity {
   display: initial;
   font-size: clamp(0.5em, 0.6em + 0.24vw, 1.0em);
  font-family: Jose,sans-serif;
  text-decoration: none;
  text-align:left;
  list-style: disc inside;
  justify-content: left;

}
.li.amenity	{
	  padding: 0px 0px 0px 50px;
}
	
/*Style for other lists */
ul.list2	{
	display: initial;
	list-style: disc inside;
    font-size: clamp(0.7em, 0.9em + 0.24vw, 1.4em);
	font-family: crimson, sans-serif; 
	color: rgb(0,0,102);
	}
li.list2	{
	margin: 0px 0px 0px 50px;
}

/* Outer table for webpage*/
.table1 {
	border: 5px outset #008000;
	border-collapse: collapse;
	padding: 0px;
	width: 75%;
	background-image: url(images/greyback1.jpg);
	margin-left: auto;
	margin-right: auto;
}

.table1 td {
	padding: 5px;
	text-align: justify;
	font-size: 100%;
}

.table-amenity {
  	border: none;
	/*font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: clamp(0.6em, 0.8em + 0.24vw, 0.9em);
	text-align: left; */
	vertical-align: top;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}

.table-amenity, td {
	vertical-align: top;
	
}
/*table2 and table3 older styles for photos sized 300px and 2 or three to a row */

.table-name, td {
	border: none;
	font-family: crimson,serif;
  	color: #000066;
 	font-size: 1.2em;
	text-align: center;
	vertical-align: top;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}


/*table 600 and table666 style for photos that are 600px*/

.table600 {
  	border: 5px outset #008000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.table600 td {
	text-align: center;
	vertical-align: top;
	max-width: 600px;
	border: 1px outset #008000;
}

/*Style for mileage list */
.mileage {
  	border: 5px outset #008000;
	border-collapse: collapse;
	font-family: Crimson, serif;
	color: rgb(0,0,102);
 	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
}
.mileage td {
	text-align: center;
	vertical-align: top;
	border: 1px outset #008000;
	width: 33%;
}

.mileage th {
	font-family: Crimson, serif;
	 font-size: 1.2em;
	background-color:green;
	color:white;
	text-align: center;
	vertical-align: top;
	border: 1px outset #008000;
	width: 33%;
}
.mileage tr:nth-child(even) {
  background-color: #dddddd;
}
  
.tablecap {
  	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
  	font-size: 9pt;
	text-align: center;
}

.index	{
	border: 5px outset #008000;
	font-family: Arial,Verdana,Helvetica,sans-serif;
  	color: #000066;
 	font-size: 1em;
	text-align: left;
	vertical-align: top;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.index td	{
	border: 1px outset #008000;
}

/* Style for introductory text */
.intro	{
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: rgb(0,0,102);
}

.left {text-align:left;}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.image	{
	 border-style:inset;
	border-width:5px;
}

