@import "fonts.css"; 
@import "gallery.css"; 
@import "1337box_shadow.css";
@import "sharebuttons.css"; 

.flex-wrapper {
	display: flex;
  	min-height: 100vc;
  	flex-direction: column;
}

main {
	padding-top: 2em;
	flex-grow: 1;
}

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	background-color: #09090a;
	font-family: 'Testimonial';
	height: 100%;
	font-size: 1.2em;
	padding-top: 50px;
	color: #fff;
}

/* Image properties */

img {
  max-width: 100%;
  display: block;
}

.sharebar{
  margin: auto;
  padding: 10px;
  text-align: center;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.floatleft{
  max-width: 30%;
  padding: 20px 20px 20px 20px;
  width: auto;
  height: auto;
  float: left;
}

.floatright{
	max-width: 30%;
    padding: 20px 20px 20px 20px;
	width: auto;
	height: auto;
	float: right;
  }

/* Fonts */

.font-header {
	font-family: 'Remington Noiseless', monospace;
}

.font-paragraph {
	font-family: 'OldNewspaperTypes', sans-serif;
}

h1,h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-family: 'Remington Noiseless', cursive;
}

h3,h4,h5,h6 {
	font-family: 'OldNewspaperTypes', cursive;
}

a:link {
 color: #ff3399;
 text-decoration: none;
}

a:visited {
 color: #ff66cc;
 text-decoration: none;
}

a:hover {
 color: #ffccff;
 text-decoration: none;
}

a:active {
 color: #66ffff;
 text-decoration: none;
}

/*Top bar layouts*/

#terminal-prompt {
	color: #ff66cc;
}

#terminal-prompt:hover {
	color: #66ffff;
}

.nav {
	font-size: 1em;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-family: 'Remington Noiseless';
	color: #844f9b;
}

.TableOfContents {
	font-size: .8em;
}

.navbar-brand{
	color:#ff66cc;
}

.navbar-inverse{
	background-image: url(/bg.jpg);
	background-repeat: repeat;
}

.navbar-header{
	background-color: #09090a;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ff66cc;
}

.navbar-inverse .navbar-nav > li > a:hover{
	color: #66ffff;
}

.nav-item {
	font-size: .8em;
}

/* Top bar dropdown menu stuff */

.dropdown-menu {
  padding: 0px;
/*
  border: 2px;
  border-color: #ff66cc;
*/
}

.dropdown-menu li {
	font-size: 1em;
	color: #66ffff;
	background-color: #09090a;
	background-image: url(/bg2.jpg);
	background-repeat: repeat;
  border-top: 2px;
  border-bottom: 0px;
}

.dropdown-menu li a {
   color: #66ffff;
}

.dropdown-menu li a:hover{
	background-color: #09090a;
	background-image: url(/bg3.jpg);
	background-repeat: repeat;
   color: #ff66cc;
}

/* User details for home page */

#user-name {
	text-align: center;
	font-family: 'Remington Noiseless';
	font-size: 4em;
	text-transform: uppercase;
}

.user-description {
	margin-bottom: 1em;
	padding: 0px;
	font-size: initial;
	color: #66ffff;
}

.user-profile {
	padding: 0;
	color: #ff66cc;
}

.user-picture {
	border-style: hidden;
	border-width: 2px;
	margin-top: 0em;
}

i {
	margin: 10px 20px 10px 20px;
	color: #fff;
}

/* Content management list properties*/

.post-link {
	float: left;
}

.post-date {
	float: right;
}

.post-header {
	background-image: url(/bg.jpg);
	background-repeat: repeat;
	overflow: hidden;
	padding: 0 5px 0 5px;
}

.post-header a {
    color: #fff;
}

.post-header a:hover{
    color: #ff66cc;
	text-decoration: none;
}

.post-summary, .post-content{
	clear: both;
}

.post-content p{
	max-width: 95%;
	display: block;
	margin: 0 auto;
}

.post-summary {
	padding: 0 5px 0 5px;
}

.post-list-footer {
	padding-bottom: 5px;
}

#post-list {
	list-style: none;
	padding-left: 0;
}

.post-list-item {
	margin-top: 20px;
	border-style: solid;
	border-width: 0 0 3px 0;
	border-color: #844f9b;
}

.post-comments {
	padding-top: 10px;
	border-top-style: solid;
}

.wrapper {
	min-height: 100%;
	margin: 0 auto;
}

/* Footer details */

.footer {
	background-image: url(/bg.jpg);
	background-repeat: repeat;
	color: #ff66cc;
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	padding: 10px;
}


.footer p {
	text-align: center;
	margin: 0 !important;
	font-size: 1em;
}

.push {
	height: 50px;
}

/* Image gallery*/

.col-centered{
	float: none;
	margin: 0 auto;
}

div p {
	text-align: left;
	font-size: 1em;
}

td {
	margin: 0 20px 0 20px;
}

/* Blog stuff.*/

.caption{
	font-family: 'Remington Noiseless', monospace;
	color: #66ffff;
	font-size: 10pt;
	text-align: left;
}

hr {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.navbar-toggler, .navbar-toggler-icon {
	color: #66ffff;
}

.fa-solid {
	font-size: 1.4em;
	color: #ff66cc;
	margin: auto;
	vertical-align: middle;
}

blockquote {
	display:block;
	padding: 1em;
	font-style: normal;
	font-weight: bold;
	margin-left:1em;
	border-left:8px solid #ffccff;
  }
