* {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
	
	background-color: #000000;
	background-image: url("../graphics/carbon-fiber-light.png");
   	background-attachment: fixed;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    width: 100%;
	max-width: 1015px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #931420;
	background-color: white;
	
}

/* unvisited link */
a:link {
  color: red;
}

/* visited link */
a:visited {
  color:darkred;
}

/* mouse over link */
a:hover {
  color:coral;
}

/* selected link */
a:active {
  color: blue;
}
.currentdate {
    text-align: left;
    font-weight: 900;
}
#calendar {
		
	font-style: oblique;
	font-weight: 700;
	border:ridge;
	border-color: brown;
	text-align:center;
}
 iframe {
	padding: 15px;
	margin: 10px;
	float: none;	 	
    }

/*start layout*/
header {
    width: 100%;
	padding: 1.5em 0 2em 0;
	border-bottom: 3px solid #931;
	background-color: #170D0D;
}
header h1 { 
	font-size: 120%;
	font-style: italic;
	color:white;
	margin-bottom: .5em;
	text-shadow: 3px 2px 1px gray;
    padding-left: 25%;
}
header img {
	float: left;
	width: 12.1352%;   
    max-width: 125px;
    min-width: 75.5px;
    margin-left: .85em;
}

header p {
	color:white;
	font-size: 100%;
    margin-left: 7em;
	
}
#nav_menu {
    width: 100%;
	margin: 0;
    padding: 0;
	
}
/* The styles for the operation of the 3-tier navigation menu */
#nav_menu ul {
	list-style-type: none;
	position: relative;    /* So the first submenu can be positioned within the main menu */
	z-index: 1;
}

#nav_menu ul ul {
	display: none;         /* Don't display submenu until hover of the li element */
	position: absolute;
	top: 100%;             /* Position the submenu at the bottom of the main menu */
}
#nav_menu ul ul li {
	float: none;           /* Display the submenus vertically */
	position: relative;    /* So the second submenu can be positioned within the first submenu */
}
#nav_menu ul ul li ul {
	position: absolute;
	left: 100%;            /* Position the second submenu at the right side of the li element */ 
	top: 0;                /* Position the second submenu at the top of the li element */
}
#nav_menu ul li.lastitem ul li ul {
	position: absolute;
	left: -100%;
	top: 0;           /* Position the second submenu at the left side of the li element */ 
}

#nav_menu ul li {
	float: left;
}
#nav_menu ul li:hover > ul {
	display: block;        /* Display the submenu on hover of the li element */
}
#nav_menu > ul::after {
	content: "";
	display: block;
	clear: both;
}

/* The styles for the formatting of the 3-tier navigation menu */
#nav_menu ul {
	margin: 0;
	padding: 0;
}
#nav_menu ul li {
	width: 20%;                         /* 198 / 990 */
}

#nav_menu ul li a {
	text-align: center;
	display: block;
	padding: .85em 0;
	text-decoration: none;
	background-color: black;
	color: white;
	font-weight: bold;
    font-size: 70%;
}

#nav_menu ul li a.current {
	color:#D6FED3;
}
#nav_menu ul li:hover ul {
	width: 100%;
}
#nav_menu ul li a:hover, #nav_menu ul li a:focus {
	background-color: gray;
}
#nav_menu ul li:hover ul li:hover ul li {
	width: 100%;
}

main {
	background-color:white;	
}
section {
	width: 100%;
	
	padding: 0 2.75% 2.75% ;
	background-color:white
}
section h1 {
    color:#0F0E0E;;
    text-shadow: 1.0px 1px 0 black;
    text-align: center;
	font-size: 100%;
	padding: .5em 0 .25em 0;
	margin: 0;
}
section h2 {
	color:#2A33DA;
	font-size: 150%;
	padding: .5em 0 .25em 0;
	margin: .25em;
	text-align:center;
	text-shadow: 3px 1px 1px gray;
}
section h3 {
    padding: .5em 0;
    color: black;
}

article {
    width: 100.0%;
	padding: .25em 0;
	border-top: 2px solid #800000;
	
}
article div {
	padding: .5em .25em;
	text-align: center;
	font-style: oblique;
	font-weight: 900;
	text-emphasis-color: white;	
  	height: 50px;
    background-image: linear-gradient(to right, rgba(255, 204, 0,1), rgba(255, 204, 0,0));

	
}
article p {
    max-width: 100%;
	font-size: 120%;
	text-indent:20px;
	font-family:Cambria, Calibri, Garamond, "sans-serif";
}

footer {
    width: 100%;
	background-color: #931420;
	clear: both;

}
footer p {
	text-align: center;
	color: white;
	padding: 1em 0;
    margin-bottom: .50em;
}
/*End page layout*/

/* hide the mobile menu initially */
#mobile_menu {
	display: none;
}
/* media queries */

/* tablet portrait to standard 960 */
@media only screen and (max-width: 1015px) {
    #nav_menu ul li a {
	    font-size: .875em;                      /* 14 / 16 */
    }
    section h1 {
	    font-size: 1.5em;                       /* 24 / 16 */
    }
    section h2 {
	    font-size: 1.125em;                     /* 18 / 16 */
    }
}
/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
    #nav_menu {
        display: none;
    }
    #mobile_menu {
        display: block;
    }
    .slicknav_menu {
        background-color: black !important;	
    }
    #notice {
        font-size: 100%;
    }
    html {
        background-attachment: url();
        background-color: #000000;
    }
    body {
        width: 100%;                           /* full width of screen */
        margin: 0;                             /* no margins */
        border: none;                           /* no border */
     }
    
    #slides img {
	display: none;
    width: 50%;
}
    #slide {
        width: 80%;
    }
    .editor {
        margin: .5em 25%;
    }
   
      .img {
        margin: 0;
        width: 75%;
    }
   
    #caltable {
        border: 0;
        width: auto;
        margin: .5 auto;
    }
    .presname {
        font-size: 85%;
        margin: 3em 0;
    }
    .presimage {
        width: 100%;
    }
    header h1 {
        text-align: center;
    }
    header p {
        font-size: 1em;
        text-align: justify;
        padding: 0 1.05em;
        margin-left: 0;
    }
    
    header h2 {
        font-size: 1.625em;                    /* 26 / 16 */
        margin: .4em 0 .25em 0;
    }
    header h3 {
        font-size: 1em;                        /* base font size */
        margin-left: 0;
    }
    header img {
        float: left;
        margin: .25em .5em;
                        
    }
    section {
        width: 95.9596%;                       /* 100 - (2 * 2.0202) for padding */
        float: none;
        margin-right: 2.0202%;                 /* 20 / 990 */
        padding-right: 0;
    }
    section div {
        margin: 0;
    }
    section span {
        display: none;
    }
    
    section img {
        max-width: 100%;  /* figure out how to size the image*/
        margin: 1em auto;
       
    }
    article {
        width: 95.95%;       
    }
    
    article p {
        font-size: 1em;
        
    }
    article h3 {
        text-align: center;
        font-size: 1.5em;
    }
    article h4 {
        font-size: .8575em;
    }
    article h5 {
        margin: 0;
    }
    article img {
        width: 100%;
        
    }
    
    article table {
        width: 100%;
        margin: 0;
    }
    article tr {
        font-size: .875em;
        
    }
    
    article td a {
        font-size: .875em;
    }
    td {
       padding: .25em;
        font-size: 75%;
        
    }
    td img {
        width: 70%;
    }
   
    aside {
        width: 50%;                       
        margin: 0 auto 1em;;
    }
    
    aside h3 {
        text-align: center;
    }
     
    aside ul {
	width: 100%;
    border: 1px solid maroon;
}
    footer p {
        text-align: center;
    }
    
}

/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
    
#slides img {
	display: none;
    width: 30%;
}
    header h1 {
        font-size: 1em;                    /* 22 / 16 */
    }
    header p {
        display: none;
        /*font-size: .8125em; 
        padding: 0 .45em;*/                 /* 13 / 16 */
    }
    /* Hide Text */
.lesstext {

      display: none;
}
.editor {
      margin: .5em auto;
  }
.presname {
      margin: .5em 0 0 .75em;
      font-size: 90%;    
}

.presimage {
    width: 70%;
    margin: .5em;
    }
#displaynophotos {
    display:contents;
}    
#photoshide {
        display: none;
    }   
#notice {
    font-size: 80%;
    text-shadow: 0 0 0 maroon;
} 
    #calendar{
        width: 20%;
        font-size: 30%;
        color: blue
    }
  section h1, section h3, aside h2 {
        font-size: 1em; 
        text-align: center;                 /* base font size */
    }
     article h5 {
        margin: 0;
    }
    section p, div {
        font-size: .8125em;
    }
    section li, aside li {
        font-size: .775em;                     /* 14 / 16 */
    }
    section img {
        max-width: 90%;
        margin: .05em auto;
    }
    article p {
        font-size: 1em;
       
    }
     article h3 {
        font-size: .875;
         text-align: center;
        
    }
    article h4 {
        font-size: .575;
        
    }
    
   article table {
        width: 100%;
        margin: 0;
    }
    

    article tr {
        font-size: .75em;
         
    }
    
    article td a {
        font-size: .875em;
    }
   /*
    aside {
        width: 80%;
        margin: 0 auto .0202%;
    }*/

    aside h3 {
        font-size: .9375em; 
        text-align: center;            
    }
    aside ul {
        width: 100%;
    }    
   
  
    footer p {
        font-size: .5875em;                     /* 11 / 16 */
    }
}
/* hide the mobile menu initially */
#mobile_menu {
	display: none;
}
/* media queries */

/* tablet portrait to standard 960 */
@media only screen and (max-width: 1015px) {
    #nav_menu ul li a {
	    font-size: .875em;                      /* 14 / 16 */
    }
		
    section h1 {
	    font-size: 1.5em;                       /* 24 / 16 */
    }
    section h2 {
	    font-size: 1.125em;                     /* 18 / 16 */
    }
}
/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
    #nav_menu {
        display: none;
    }
    #mobile_menu {
        display: block;
    }
    .slicknav_menu {
        background-color: black !important;	
    }
    #notice {
        font-size: 100%;
    }
    html {
        background-attachment: url();
        background-color: #000000;
    }
    body {
        width: 100%;                           /* full width of screen */
        margin: 0;                             /* no margins */
        border: none;                           /* no border */
     }
	
	iframe {
		width: 100%;
	}
    
    #slides img {
	display: none;
    width: 50%;
}
    #slide {
        width: 80%;
    }
    .editor {
        margin: .5em 25%;
    }
   
      .img {
        margin: 0;
        width: 75%;
    }
   
    #caltable {
        border: 0;
        width: auto;
        margin: .5 auto;
    }
    .presname {
        font-size: 85%;
        margin: 3em 0;
    }
    .presimage {
        width: 100%;
    }
    header h1 {
        text-align: center;
    }
    header p {
        font-size: 1em;
        text-align: justify;
        padding: 0 1.05em;
        margin-left: 0;
    }
    
    header h2 {
        font-size: 1.625em;                    /* 26 / 16 */
        margin: .4em 0 .25em 0;
    }
    header h3 {
        font-size: 1em;                        /* base font size */
        margin-left: 0;
    }
    header img {
        float: left;
        margin: .25em .5em;
                        
    }
    section {
        width: 95.9596%;                       /* 100 - (2 * 2.0202) for padding */
        float: none;
        margin-right: 2.0202%;                 /* 20 / 990 */
        padding-right: 0;
    }
    section div {
        margin: 0;
    }
    section span {
        display: none;
    }
    
    section img {
        max-width: 100%;  /* figure out how to size the image*/
        margin: 1em auto;
       
    }
    article {
        width: 95.95%;       
    }
    
    article p {
        font-size: 1em;
        
    }
    article h3 {
        text-align: center;
        font-size: 1.5em;
    }
    article h4 {
        font-size: .8575em;
    }
    article h5 {
        margin: 0;
    }
    article img {
        width: 100%;
        
    }
    
    article table {
        width: 100%;
        margin: 0;
    }
    article tr {
        font-size: .875em;
        
    }
    
    article td a {
        font-size: .875em;
    }
    td {
       padding: .25em;
        font-size: 75%;
        
    }
    td img {
        width: 70%;
    }
   
    aside {
        width: 50%;                       
        margin: 0 auto 1em;;
    }
    
    aside h3 {
        text-align: center;
    }
     
    aside ul {
	width: 100%;
    border: 1px solid maroon;
}
    footer p {
        text-align: center;
    }
    
}

/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
    
#slides img {
	display: none;
    width: 30%;
}
    header h1 {
        font-size: 1em;                    /* 22 / 16 */
    }
    header p {
        display: none;
        /*font-size: .8125em; 
        padding: 0 .45em;*/                 /* 13 / 16 */
    }
	
	iframe {
		width: 90%;
	}
		
    /* Hide Text */
.lesstext {

      display: none;
}
.editor {
      margin: .5em auto;
  }
.presname {
      margin: .5em 0 0 .75em;
      font-size: 90%;    
}

.presimage {
    width: 70%;
    margin: .5em;
    }
#displaynophotos {
    display:contents;
}    
#photoshide {
        display: none;
    }   
#notice {
    font-size: 80%;
    text-shadow: 0 0 0 maroon;
} 
    #calendar{
        width: 20%;
        font-size: 30%;
        color: blue
    }
  section h1, section h3, aside h2 {
        font-size: 1em; 
        text-align: center;                 /* base font size */
    }
     article h5 {
        margin: 0;
    }
    section p, div {
        font-size: .8125em;
    }
    section li, aside li {
        font-size: .775em;                     /* 14 / 16 */
    }
    section img {
        max-width: 90%;
        margin: .05em auto;
    }
    article p {
        font-size: 1em;
       
    }
     article h3 {
        font-size: .875;
         text-align: center;
        
    }
    article h4 {
        font-size: .575;
        
    }
    
   article table {
        width: 100%;
        margin: 0;
    }
    

    article tr {
        font-size: .75em;
         
    }
    
    article td a {
        font-size: .875em;
    }
   /*
    aside {
        width: 80%;
        margin: 0 auto .0202%;
    }*/

    aside h3 {
        font-size: .9375em; 
        text-align: center;            
    }
    aside ul {
        width: 100%;
    }    
   
  
    footer p {
        font-size: .5875em;                     /* 11 / 16 */
    }
}