/* CSS Document */

/* this style sheet used for these 
Annabel Stehli.com 2018 mobile-friendly webpages:
updated 6/29/21
index */



body {
  background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width: 320px;
  }
  
  .container {
	width: 100%;
	min-width: 320px;
	background: #FFFFFF;

	
}

.header {
	float:none;
	background:#FFFFFF;
	width: 100%;
	min-width: 320px;
	text-align:center;
	border-radius:5px;
	webkit-border-radius:5px;
	moz-border-radius:5px;
	o-border-radius:5px;
}





h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 2.7em;
	font-style: italic;
	line-height: 1em;
	font-weight: normal;
	color:#258101;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: normal;
	color:#009933;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
}



.topnav {
  overflow: hidden;
  background-color: #027A27;
}


.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 30px 25px;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.topnav a:hover {
  background-color:#006600;
  color:#00CC66;
}

.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;
  }

}


.content {
	width: 100%;
	min-width: 320px;
	background: #FFFFFF;	
	float: none;	

}


.content img {
	border: none;
    float: right;
    margin-left: auto;
    margin-right: auto;

	
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: 500;
	color:#006600;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
	padding-left: 40px;
	padding-right: 40px;
}


p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
}

p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
	
	}


p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color:#009966;
	background-color: transparent;
	text-decoration:underline;
	text-align:justify;
}

p a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: bold;
	color:#00FF99;
	background-color: transparent;
	text-decoration: underline;
	text-align:justify;
}

.link {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
	font-style: normal;
	line-height: 3em;
	font-weight: 500;
	color:006600;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
}


.link a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
}

.link a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
	
	}


.link a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	color:#009966;
	background-color: transparent;
	text-decoration:underline;
	text-align:justify;
}

.link a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
	font-style: normal;
	line-height: 3em;
	font-weight: bold;
	color:#00FF99;
	background-color: transparent;
	text-decoration: underline;
	text-align:justify;
}

.bilink {
	color:#006600;
	font-style:italic;
	font-weight:bold;
}

.italic {font-style:italic;
}

.bitalic {font-style:italic;
font-weight:bold;
}

.bold {
font-size: 1.1em;
	font-style: normal;
	line-height: 1.2em;
font-weight:bold;
}
 .strong {
 font-weight:bold;
 }


.footer {
	padding: 15px 0;
	background: transparent; 
	float:none;
	border-radius:10px;
	webkit-border-radius:10px;
	moz-border-radius:10px;
	o-border-radius:10px;
	position: relative;
	clear: both;
	width:90%;
}


.smlink {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color: #006600;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
}


 .smlink a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
}

.smlink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color:#339933;
	background-color: transparent;
	text-decoration: none;
	text-align:justify;
	
	}


.smlink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
	color:#009966;
	background-color: transparent;
	text-decoration:underline;
	text-align:justify;
}

.smlink a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: bold;
	color:#00FF99;
	background-color: transparent;
	text-decoration: underline;
	text-align:justify;
}


