/* CSS Document */
/** style sheet for Angel's Flight pages **/
/* index, history, review, excerpt  */
/**7-31-2018 mobile friendly redesign **/

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

	
}

.header {
	float:none;
	background:#304354;
	width: 100%;
	min-width: 320px;
	text-align:center;
}

	/* formerly .title1 and .title2*/
	
	.title1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.2em;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
	background-color: transparent;
	color:#97DFDE;
	text-decoration: none;
	text-align: center;

}
	

.title2 {
	font-family: "Lucida Calligraphy", cursive, Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	background-color: transparent;
	color:#97DFDE;
	text-decoration: none;
	text-align: center;

}


/* formerly .title7 */
     h3 {
	font-family:  "Lucida Calligraphy", cursive, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	line-height: 1em;
	font-weight: normal;
	background-color: transparent;
	color:#97DFDE;
	text-decoration: none;
	text-align: center;

}





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


}


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

	
}



.section {
	width: 100%;
	min-width: 320px;
	float:none;
	
}

.section img {
	border: none;
	display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
	
}



.topnav {
  overflow: hidden;
  background-color: #97DFDE;
}


.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 9px 14px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight:bold;
}

.topnav a:hover {
  background-color:#AAD2EC;
	color: #66CCFF;
}


.topnav a:active {
  background-color:#AAD2EC;
  color:#3399FF;
}



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

}



.strong { font-weight: bold;
}

.line { text-decoration:underline;
}

/* formerly .title4 */
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-style: italic;
	line-height:normal;
	font-weight: normal;
	background-color: transparent;
	color: #00868B;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	line-height:normal;
	font-weight: normal;
	background-color: transparent;
	color: #00868B;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

  h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
	font-weight: normal;
	background-color: transparent;
	color:#000066;
	text-decoration: none;
	text-align:center;
	padding-left: 60px;
	padding-right: 60px;
}

/** formerly .title 6**/
  h7  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	line-height:1.5em;
	font-weight: bold;
	background-color: transparent;
	color: #00868B;
	text-decoration: none;
	text-align:center;
}


/* formerly .text4 */

  h8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height:normal;
	font-weight: normal;
	background-color: transparent;
	color:#000066;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


  /* formerly .text3 */
  
  	h9{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: normal;
	background-color: transparent;
	color:#000066;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}


.title5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: normal;
	line-height:1.3em;
	font-weight: bold;
	background-color: transparent;
	color: #00868B;
	text-decoration: none;
	text-align:left;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;

	line-height: 1.4em;
	font-weight: normal;
	background-color: transparent;
	color:#000066;
	text-decoration: none;
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
}

.italic {
	font-style: italic;
	font-weight: normal;
	background-color: transparent;
	color:#000066;
}




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

p a:visited {
	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	background-color: transparent;
	color:#006699;
	text-decoration: none;
	}


p a:hover {
	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	color: #33CCCC;
	background-color: transparent;
	text-decoration: underline;
}

p a:active {
	
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
    color:#33FFFF;
	background-color: transparent;
	text-decoration: underline;
}


.section a:link {
text-align: center;
font-size: 1em;
font-family: Georgia, 'Times New Roman', times, serif;
	color:#006699;
background-color: transparent;
font-weight: bold;
font-style: normal;
text-decoration: none;
}

.section a:visited {
text-align: center;
font-size: 1em;
font-family: Georgia, 'Times New Roman', times, serif;
	color:#006699;
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

.section a:hover {
text-align: center;
font-size: 1em;
font-family: Georgia, 'Times New Roman', times, serif;
	color: #33CCCC;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

.section a:active {
text-align: center;
font-size: 1em;
font-family: Georgia, 'Times New Roman', times, serif;
    color:#33FFFF;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}





div#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color:#006699;
	background-color: transparent;	
	text-align:center;
}

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

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


#navbar a:hover {
     font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color:#33CCCC;
	background-color: transparent;
	text-decoration:underline;
	text-align:center;
}

#navbar a:active {
	
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 1em;
	font-style: normal;
	line-height: 2em;
	font-weight: bold;
	color:#33FFFF;
	background-color: transparent;
	text-decoration:underline;
	text-align:center;
}

.navbari{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
	color:#000033;
	background-color: transparent;	
	text-align:center;
}
.navbar3i{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 2em;
	font-weight: normal;
	color:#000033;
	background-color: transparent;	
	text-align:center;
}



