#p7AMM_2.p7AMM.amm-responsive .amm-toolbar.closed a:before {
	content: "Mt Whitney Menu";
}
#p7AMM_2.p7AMM.amm-responsive .amm-toolbar.opened a:before {
	content: "Hide Menu";
}

#centerwrapper {max-width: 1000px; margin: auto;}

	body {
		background-repeat: no-repeat; background-position: top center; background-color: white; 
	}

.indentText{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom:0px;
    margin-left:20px;
	color:blue;
	font-weight: bold;
}

.TltBold {
	font-size: 24px;
	font-weight: bold;
	color:blue;
}

    .TltBold2 {
	font-size: 22px;
	font-weight: bold;
	color:red;
}

 .TltBold3 {
	font-size: 20px;
	font-weight: bold;
	color:blue;
}

.TltBold4 {
	font-size: 20px;
	font-weight: bold;
	color:crimson;
}

.TltBold5 {
	font-size: 19px;
	font-weight: bold;
	color:darkred;
	font-style: italic;
}

.TltBoldLG {
	font-size: 20px;
	font-weight: bold;
	color:Lightgreen;
}

.TltBoldR {
	font-size: 22px;
	font-weight: bold;
	color:red;
}

.TltBoldRbig {
	font-size: 24px;
	font-weight: bold;
	color:red;
}

 .TltBoldB {
	font-size: 20px;
	font-weight: bold;
	color:blue;
}

.TltBoldCR {
	font-size: 20px;
	font-weight: bold;
	color:crimson;
}

.TltBoldCI {
	font-size: 20px;
	font-weight: bold;
	color:crimson;
	font-style: italic;
}


.TltBoldDR {
	font-size: 19px;
	font-weight: bold;
	color:darkred;
	font-style: italic;
}

.TltBoldSG {
	font-size: 19px;
	color:green;
}


.UtubeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.UtubeResponsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


* {
	box-sizing: border-box;
}
		
input[type=submit] {
    width: 8em;  height: 2.5em; 
	}

input[type=reset] {
    width: 8em;  height: 2.5em;
	}
	
	input[type=text] {
    width: 20em;  height: 2.5em; font-size: .73em;
}
	
	/*Begin Change Text based on Screen Size*/

.lg-view{
   display:inline-block;
}
/* Hide the original label form sm-view*/
.sm-view{
   display:none;
}
	
@media screen and (max-width: 605px) {
/* Hide the original label form lg-view*/
.lg-view{
   display:none;
}
.sm-view{
   display:inline-block;
    }
}

/*End Change Text based on Screen Size  Then you can put this in the body to make it work..
	<span class="lg-view">to the right</span>
    <span class="sm-view">above</span>
*/
	
/*To tie words together with an invisible space hold down alt and type 0160*/
	
	
	div2 {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: white;
  font-size:22px;font-family:helvita; color:black;
 }
