


/* tag edits, effects all tags on all pages */
body{
	background-color: #7e7e7e; /* color that is used when browser doesnt support gradient */
	background-image: linear-gradient(#7e7e7e, #151515);
	font-family: sans-serif;
}
header{
	display: block;
	margin: 0px auto;
	max-width: 1024px;
	background-color: #000000;
}
td, th{
	border: 2px solid #151515;
}
h2{
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #498928;
}
h3{
	font-size: 24px;
	padding: 20px;
	margin: 10px;
	color: #ffffff;
}
p{
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	word-wrap: break-word;
}
nav ul{
	background-color: #000000;
	display: block;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	max-width: 1024px;
	margin: 0px auto;
	-webkit-transition: max-height 0.4s;
	-ms-transition: max-height 0.4s;
	-moz-transition: max-height 0.4s;
	-o-transition: max-height 0.4s;
	transition: max-height 0.4s;
}
nav ul li{
	display: inline-block;
	color: white;
	padding: 16px;
	font-size: 16px;
	cursor: pointer;
}
nav ul li:hover{
	background-color: #3f3f3f;
}



/* classes, effect only tags within the class */

/* used in all pages */
.handle{
	width: 100%;
	color: white;
	max-width: 1024px;
	background: #000000;
	text-align: left;
	box-sizing: border-box;
	padding: 40px 10px;
	cursor: pointer;
	display: none;
}
.menuL{
	float:left;
}
.menuR{
	float:right;
}
.menuicon{
	width:35px;
	height: 5px;
	background-color:white;
	margin: 6px 0;
}
.footer{
	display: block;
	position: fixed;
	text-align:center;
	color: white;
	width: 100%;
	max-width: 1024px;
	background-color: #000000;
	min-height: 55px;
	bottom: 0px;
    center: 50%;
}
.logoheader{
	display: block;
	margin: 0px auto;
	width: 1024px;
	height: auto;
}
.navlink{
	text-decoration: none;
	color: inherit;
}
.content{
	margin: 0px auto;
	padding-top: 15px;
	line-height: 1.5em;
	background-color: white; /* color that is used when browser doesnt support gradient */
	/* Code that would be used for gradient background background-image: linear-gradient(white, #939393);*/
	max-width: 1024px;
	min-height: 600px;
	padding-bottom: 75px;
}


/* Used on News & Reading List*/
.sect{
	border: solid;
	background: #000000;
	border-width: 2px;
	border-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	width: 900px;
	margin: 0 auto;
	min-height: 300px;
}
.book{
	float: left;
	padding: 10px;
	width: 180px;
	height: auto;
}
.source{
	padding: 20px;
	background: #000000;
	border-radius: 6px;
	width: 240px;
	float: left;
	margin: 20px;
	height: 240px;
}
.site{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	height: auto;
}
.exttitle{
	color: #FFFFFF;
	text-align: center;
}
.txt{
	color: #FFFFFF;
}
.tabe{
	display: block;
	margin: 0 auto;
	overflow-x: auto;
}
/* used in about me */

.abcontent{
	margin: 0px auto;
	padding-top: 0px;
	display: block;
	line-height: 1.5em;
	max-width: 1024px;
	min-height: 600px;
	background-color: white;
}
.about{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	min-height: 870px;
	background-color: white; /* color that is used when browser doesnt support gradient */
	/* Code that would be used for gradient background background-image: linear-gradient(white, #939393);*/
	float: left;
	
}
.LMedia{
	display: block;
	float: left;
	border: none;
	padding: 25px;
	width: 50px;
	height: 50px;
}
.RMedia{
	display: block;
	float: right;
	border: none;
	padding: 25px;
	width: 50px;
	height: 50px;
}
.me{
	margin: 0px auto;
	float: right;
	background-color: #000000;
	width: 30%;
	min-height: 870px;
}
.info{
	color: #000000;
	background-color: #498928;
	display: block;
	margin: 0px auto;
	font-weight: bold;
	padding: 2px;
	width: 200px;
	text-align: center;
	min-height: 200px;
}
/* used in news */

.div-table{
	display: table;
	text-align: center;
	width: 100%;
}
.trow {
	display: table-row;
}
.tcolumn {
	display: table-cell;
}

/* misc */
* {
  box-sizing: border-box;
}
.lstcont{
	list-style-type: square;
}

.blog{
	text-decoration: none;
	color: #1b832f;
}
.more{
	float: right;
	padding: 12px;
	margin: 12px;
	font-size: 18px;
	color: #1b832f;
	text-decoration: underline;
}
.center{
	display: block;
	margin: 0px auto;
	border-bottom-width: 2px;
}
.photos{
	display: block;
	margin: 0px auto;
	border: solid;
	border-color: #000000;
	border-width: 2px;
}
.ftcont{
	color: white;
}
.imgcolumn{/* Used to allow images to be side-by-side*/
	float: left;
	width: 50%;
	padding: 5px;
}
.row::after {/* This should be used with .imgcolumn as it will remove the formatting after the image div */
  content: "";
  clear: both;
  display: table;
}


/* id's only affect the tags with the id*/
#portrait{
	width: 200px;
	height: 280px;
	display: block;
	margin: 0px auto;
	border: solid;
	border-color: #000000;
	border-width: 2px;
}
#display{
	max-width: 320px;
	height: auto;
	display: block;
	margin: 0px auto;
}
#files{
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0px auto;
}
#fill{
	max-width: 200px;
}


/* screen adjustments based on window size */
@media screen and (max-width:1023px){
	.header{
		width: 100%;
	}
	.content{
		width: 100%;
	}
	.footer{
		width: 100%;
	}
	.logoheader{
		width: 100%;
	}
	.sect{
		width: 98%;
		border: none;
	}
}
@media screen and (max-width:698px){
	nav ul{
		max-height: 0;
	}
	.showing{
		max-height: 20em;
	}
	nav ul li{
		box-sizing: border-box;
		width: 100%;
		padding: 12px;
		text-align: left;
	}
	.handle{
		display:block;
	}
}
@media screen and (max-width:640px){
	.info{
		width: 100%;
	}
	.about{
		width: 100%;
	}
	.me{
		width: 100%;
	}
}
@media screen and (max-width:385px){
	.book{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 160px;
		height: auto;
	}
}
@media screen and (max-width:320px){
	.header{
		width: 300px;
	}
	.logoheader{
		width: 300px;
	}
	.content{
		width: 300px;
	}
	.sect{
		padding-left: 10px;
		padding-right: 10px;
		width: 280px;
		min-height: 300px;
	}
	.p{
		width:300px;
	}
	#display{
		width: 280px;
	}
	.footer{
		min-height: 30px;
		center: 100%;
		padding: 0px;
	}
}