* {
	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;
	
}
.currentdate {
    text-align: left;
    font-weight: 900;
}

.biltmore {
    text-align: center;
    color:coral;
    
}
/*#slides img {
	display: none;
	position: relative;
	left: 100em;
	margin-left: auto;
 	margin-right: auto;
    max-width: 100%;
    
}
.slideshow {
	position:static;
	text-align:match-parent;
  	left: 0px;
    margin: .25em auto;
    color: darkblue;
	}
*/

.img {
    margin: .15em;
    max-width: 100%;
}

#event { color:crimson; }
/* #calendar {
	position: relative;
	top: 5px;
	left: 200px;
	
	font-style: oblique;
	font-weight: 700;
	border:ridge;
	border-color: brown;
	text-align:center;
}
 iframe {
	 float: left;
	padding: 0;
	 margin: 0; 	       
	 	
    }
*/
#notice {
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 110%;
    color: maroon;
    text-shadow: 0 0 0 gray;
    text-align: left;
}

#displaynophotos {
    display: none;
}
#notes {
    font-weight: 900;
    color: red;
}
#bold {
    font-weight: 700;
    }

/*u ~ div .foo {
/*Insert CSS here */


u ~ div .gmail-hide {
display:none;
}

u ~ div .gmail-show {
display:block!important;
}

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 {
	clear: left;
	background-color:white;	
}
.presname{
    float: left;   
    margin: .2em 0;
}

.presimage {
    max-width: 100%;
    float: none;
}
.contenttext {
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    color: chocolate;
    text-shadow: 3px 2px 2px black;
    padding: 1em;
}
/*Start Form Style
em { font-weight: bold; }

fieldset {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
}
legend {
    color: #931420;
    font-weight: bold;
    font-size: 85%;
    margin-bottom: .5em;
}
label {
    float: left;
    width: 12em;
    text-align: right;
}
label, input, select {
	font-size: 90%;
}
input, select {
    width: 15em;
    margin-left: .5em;
    margin-bottom: .5em;
}
input:required, input[required] {
	border: 3px solid red;
}
input:valid {
	border: 1px solid black;
}
input:invalid {
	box-shadow: none;
}
br {
    clear: both;
}
#buttons input {
	width: 10em;
}

End Form Style*/
/* Start page section styles */
section div {
    display: block;
    margin: .25em auto;
    width: 80%;   /*Changed from 100%*/
}

section {
	width: 80%;
	float: right;
	padding: 0 2.75% 2.75% ;
	background-color:white
}
section h1 {
    color:#2A33DA;
    text-shadow: 2px 1px 1px black;
    text-align: center;
	font-size: 150%;
	padding: .5em 0 .25em 0;
	margin: 0;
}
section h2 {
	color:#2A33DA;
	font-size: 150%;
	padding: .5em 0 .25em 0;
	margin: .25em;
	text-align:left;
	text-shadow: 2px 1px 1px black;
}
section h3 {
    padding: .5em 0;
    color: black;
}
  section h4 {
    margin: 1.5em;
    
}
section h5 {
    padding-bottom: .5em;
    align-content: center
    
}
section a:hover {
    text-align: center;
    font-style: oblique;
    color: #66090A;
}

section p {
	padding-right: 1.25em;
	padding-top: .50em;
	padding-bottom: .5em;
	margin: auto .5em;
	text-align: left;
	text-indent: 20px;
	font-size: 100%;
    line-height: 1.25em;
}

section img {
	position:relative;
	left: 17%;
    max-width: 100%;
    margin-bottom: .5em;
    max-height: 250px;
    }
/*This section is for table in Remembering */

section table {
    width: 100%;   
    border: 1px solid black;
	margin:  1.0em 0;
	align-content: center;
}

#caption {
    font-size: 120%;
    font-weight: bold;
    color: #2A33DA;
    text-align: center;
}

section tr {
    font-size: 85%;
    color: black;
    font-weight: bolder;
}

 section td {
    align-content: center;
    text-align: center;
    padding: .25em .27em;
    border: 1px solid red;
    font-weight: bolder;
	width: 2.5em;
        
}

article span {
	position: relative;
	right: 100 px;	
}

/*the styles for the article */

article {
    width: 90.0%;
	padding: .5em 0;
	border-top: 2px solid #800000;
	float:left;	
}
article h2 {
    color: chocolate;
	font-size: 130%;
	text-align:center;
}
article h3 {
	font-size: 105%;
	padding-top: 2.25em;
	
	}
article p {
    float: left;	
	max-width: 100%;
	font-size: 120%;
	text-indent:20px;
	font-family:Cambria, Calibri, Garamond, "sans-serif";
}

article h4 {
    color: #800000;
	font-size: 90%;
	padding: .5em .25em;
}

article img {
    max-width: 100%;
}
article a:hover {
	color:#F30;
	font-style:italic;
    background-color: antiquewhite;
	
}
article a:visited {
	color:firebrick;
}

aside {
	width: 30%;
    padding: 1.125em 0.25em;
	margin: 0 0 1.5em 1em;
	}


aside h3 {
	font-size: 100%; 
    margin: 0;
	text-align:left;
	padding: 0.5em 0.25em;
	color: black;
    font-weight: 700;
}

aside h4 {
    padding: .5em;
    font-size: 90%;    
}

aside ul {
	width: 50%;
    border: 2px solid maroon;
    border-radius: 5%;
}

aside ul li {
	font-size: 85%;
	display: block; 
    padding: 0.225em .5em;
}

aside  a:link  {
	text-decoration: none; 
    color: #A81518;
}

aside a:visited {
    text-decoration: none;
    color: chocolate;
    
}

aside a:hover {color: #A70F12;
    font-style: italic;
    font-weight: 500;
}

/*aside img {
	padding: .5em .5em;
    width: 83.33%;
    max-width: 125px;
    min-width: 75px;   
    
}*/
/*Sidebar styling
#sidebar {
    width: 100;
	padding-top: 1.5em;
	left: 1em; 
}

#sidebar h3 {
	font-size: 100%; 
    margin: 0;
	text-align:center;
	font-weight: normal;
	padding: 0.125em 0.25em;
	color: white;
	background-color: #404;
}

#sidebar ol {
	
	border: 2px solid #404;
	border-top: 0;
	padding: 1.125em 0.25em;
	margin: 0 0 1em 0;
	background-color: white;
	border: 2px solid black;
}

#sidebar li {

	font-size: 85%;
	display: block; padding: 0.125em;
}

#sidebar li a:link, #sidebar a:visited {
	text-decoration: none; color: #055;
}

#sidebar li a:hover {color: #FB3768;}
*/

footer {
    width: 100%;
	background-color: #931420;
	clear: both;

}
footer p {
	text-align: center;
	color: white;
	padding: 1em 0;
    margin-bottom: .50em;
}

/* 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 */
    }
}
