/* MAIN CLASS IDs */
#background {
	background-image: url('../images/bg.jpg');
	background-attachment: fixed;
	height: 100%;
	background-repeat: no-repeat;
	padding-top: 15px;
    padding-bottom: 15px;
}

#main {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	font-family: Geneva, Arial, sans-serif;
	max-width: 1100px;
	min-width: 780px;
	margin: auto;
	background-color: #121212;
}

.headerstretch {
	display: block;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 100%;
  	object-fit: fill;
}

.ghostbanner {
	width: auto;
	position: absolute;
	z-index: 2;
	margin-top: -275px;
}

/* CLASSES FOR DISPLAYING CONTENT */

h1 { font-size: 24px; }
h2 { font-size: 22px; margin-top: 2.5em;}
h3 { font-size: 18px; }

.content, .centerarticle {
    color: rgba(255, 255, 255, 0.80);
	background-color: rgba(255, 255, 255, 0.08);
	margin: 35px;
	padding: 25px;
	border-radius: 10px;
	border-collapse: collapse;
	display: block;
	position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: left;
    	
}
.centerarticle {
	max-width: 850px;
    	margin-left: auto;
    	margin-right: auto;
}
.content li, .projects p {
	line-height: 150%;
}

.content li img {
	vertical-align: middle;
}

.content table {
	background-color: rgba(255, 255, 255, 0.06);
	border-collapse: collapse;
}
.content td, .content th {
	border: 1px solid rgba(255, 255, 255, 0.80);
	padding: 5px;
}

.content h1, .content a, content a:hover, .about a, .projects a {
	color: rgba(255, 255, 255, 0.87);
}

.content h1 {
	border-bottom: 2px solid rgba(255, 255, 255, 0.16);
	margin: 0;
	padding-bottom: 5px;
}

.content a, .about a {
	font-style: italic;
	font-weight: bold;
	border-radius: 5px;
}

.content h1 a {
	text-decoration: none;
}

.content p {
	line-height: 150%;
	color: rgba(255, 255, 255, 0.80);
}

.article_list p {
	margin: 0;
}

.centerarticle h1 {
	margin-bottom: 20px;
}

.archive, .tags {
	text-align: center;
}
.highlighttable {
	width: 67%;
}
.highlight {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	font-weight: bold;
}

.highlight table {
	background-color: unset;
}

.highlight td, .highlight th {
	border: none;
	padding: 0px 20px 0px 20px;
}

.contentnamedate {
	padding-bottom: 10px;
	text-align: right;
	font-style: italic;
}
.center, .centerlink {
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
}
.centerlink {
	width:100px;
}





/* NAVBAR IDS AND CLASSES */
#nav {
	height: 40px;
	padding-top: 10px;
}

.navb {
	margin-left: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100px;
	height: 30px;
	color: rgba(255, 255, 255, 0.87);
}
.navb, #footer a {
	color: rgba(255, 255, 255, 0.87);
	text-decoration: none;
	font-weight: bold;
}

.navb a {
	font-weight: bold;
	padding-top: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.navb a:active {
	outline: 0;
	text-decoration: none;
	color: #121212;
	border: none;
}
.navb a:hover {
	background-color: rgba(255, 255, 255, 0.87);;
	color: #121212;
}
.navb p {
	text-align: center;
}
.icon {
    float: right;
    margin-top: 4px;
    padding-right: 10px;
}
.icon a:hover {
	background-color: rgba(255, 255, 255, 0.87);
	color: rgba(255, 255, 255, 0.08);
}
.navactive {
	background-color: rgba(255, 255, 255, 0.87);
	color: #121212;
}
.pagination-nav {
	padding-bottom: 18px;
}

.pagination-inactive {
	color: rgba(255, 255, 255, 0.87);
}

.pagination-icon {
	height: 32px;
	width: 32px;
	vertical-align: bottom;
	padding-right: 3px;
}
/* EVERYTHING BELOW IS FOOTER IDS */
#footer {
	border-top: 2px solid rgba(255, 255, 255, 0.16);
    	color: rgba(255, 255, 255, 0.87);
    	padding-left: 15px;
    	height: 100px;
    	display: flex;
    	flex-flow: column;
    	justify-content: center;
}

.footerelement {
	margin: 0;
    	height: 30px;
    	width: 350px;
    	display: flex;
    	align-items: center;
}
/* EVERYTHING BELOW IS ABOUT PAGE */
.about {
	line-height: 150%;
	flex-flow: row;
	align-items: center;
	display: flex;
}
.change-flow {
	width: 100%;
	padding-left: 25px;
}

.headshot {
	border-radius: 10px;
	width: 20%;
	margin-top: 16px;
	margin-bottom: auto;
}

.project-card {
	display: flex;
	justify-content: space-between;
}

.project-info {
	width: 80%;
}
  
.projectimg {
	width: 90%;
	float: right;
}

.projects h1 {
	border-bottom:rgba(255, 255, 255, 0.80) 4px solid;
	padding-bottom: 5px;
}

@media (max-width: 740px) {
	.ghost { display: none; }
}

.linenos {
	border-right: 1px solid rgba(255, 255, 255, 0.80) !important;
}

.comment-container {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.80);
	border-radius: 5px;
}
.comment-header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.comment-body {
	font-size: 14px;
	margin-bottom: 10px;
}
.comment-footer {
	font-size: 12px;
	color: #828282;
}

textarea#comment {
	height: 150px;
}

input[type="text"],
input[type="email"],
textarea {
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  padding: 10px;
  width: 60%;
}

input[type="email"]::placeholder,
input[type="text"]::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}