@charset "utf-8";
/* CSS Document */

nav {
	text-align: center;
	margin-bottom: 10px;
	width: 600px;
	padding-top: 50px;
	padding-bottom: auto;
	margin: 5px auto 5px auto;
}

nav ul li {
	list-style-type: none; /* removes bullets */
	display: inline-block; /*puts list items side by side */
	/*border-right: groove #658A83;*/
	padding: 5px 10px 5px 5px;
}
nav ul li:last-of-type {
	border-right: 0;/*removes border from last list item */
}
nav a {
	text-decoration: none; /*removes underline */
	text-transform: uppercase;
	
}
nav a:hover {
	/*color:#;
	background-color: #273D39; */
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 10px;
	max-width: 75%;
	margin: 3px auto 3px auto;
   
}

.grid-container > div {
    background-color: #3F0259;
    text-align: center;
    padding: 30px 3px;
    font-size: 20px;
	color: #ffffff; 
    /*outline: groove;
    outline-color: #8A6F65; */
   
		}
		
.fullwidth {
	grid-column: 1/3;
		}
		
    body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: basic-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 2px;
    padding-right: 2px;
    
}
body a {
	color: #04BFBF; 
}

h1 {
	font-family: poster-gothic-round-atf,sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #FFFFFF;
}
h2 {
    font-family: poster-gothic-round-atf,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #3F0259;
    padding-right: 3px;
    padding-left: 3px;
}
h3 {
	font-family: isonorm,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #F2B705;
	
}
h2 a {
	font-family: poster-gothic-round-atf,sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #3F0259;
	text-decoration: none;
}
h2 a:hover {
	color:#04ADAF;
	
}
h3 a {
	font-family: isonorm,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #F2B705;
	text-decoration:none; 
}
p a {
	color:#04BFBF;
	text-decoration: none;
}
p a:hover {
	background-color: #04BFBF;
	color: #B2D6D0;
}

table {
    /*margin: 0px auto;*/
    min-width: 400px;
    max-width: 600px;
    font-family: basic-sans,sans-serif; 
	
}
th, td {
    padding: 5px 30px 5px 10px;
    border-spacing: 0px;
    font-size: 90%;
    margin: 0px;
    text-align: center;
    background-color: rgba(243, 246,239,1);
    border-top: 1px solid #273D39;
    border-bottom: 1px solid #658A83;
    border-right: 1px solid #658A83;
    color: #273D39;
	
}
li {
	font-family: basic-sans,sans-serif;
	font-weight: 300;
	font-style: normal; 
	
	
}
.responsive {
  width: 100%;
	height: auto;}

.hosting_section {
	min-width: 410px;
	max-width: 550px;
	height: 800px;
	background-color: #ffffff;
	margin: 5px 8px 0px auto;
	padding: 8px;
	float: left;
	border-radius: 4px;
}
.hosting_section p {
	max-width: 400px;
}
.main_container {
	width: 80%;
	min-height:220px;
	margin-left: auto;
	margin-right: auto;
		}
.floatright {
	float:right;
}
.center{
	 display: block;
  margin-left: auto;
  margin-right: auto;
}

#intro {
	width: 80%;
	min-height:220px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff; 
	
}
#intro p {
	max-width: 1100px;
}
.rightmargin {
	margin-right: 25px;
}
#about{
    background-image: url(../images/LASET-rpt-bkgd-10T-v2.png);
    background-repeat: repeat;
    background-size: 200px auto;
    
}
#tours {
    min-width: 375px;
	max-width: 500px;
	margin: 2px auto 2px auto;
	padding: 10px;
	background-color: #ffffff;
    border-style: ridge #4B6E39;  
	font-family: basic-sans, sans-serif;
	
	
}
/*#tours p:first-letter {
	color: #273D39;
	font-family: blenny, sans-serif; 
	font-size: 200%;*/
}
#tours li {
	font-family: basic-sans, sans-serif;
	
}
#membercat{
	background-color:azure; 
	outline-style: groove; 
	outline-color: #04ADBF; 
	padding: 4px 4px; 
}
figure {
	margin-left: 0px;
}
figcaption {
	font-style: italic;
}
fieldset {
	width:350px;
	background-color: #Ffffff;
	opacity: .80;
	border: 1px solid #BFAA8F;
	border-radius: 5px;
	padding: 15px;
	text-align: left;
	margin-bottom: 20px;
}
legend {
    background-color: #daccc7;
	border: 1px solid #BFAA8F;
	border-radius: 5px;
	padding: 5px;
	text-align: left;
	text-transform: uppercase;
    font-family: basic-sans, sans-serif;
}
#greenhouse {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: #Ffffff;
	
}
#greenhouse img {
	max-width: 100%;
	height: auto;
}
footer a {
	font-family: basic-sans,sans-serif;
	font-weight: 300;
	font-style: normal; 
	color: #8C593B; 

}
