@media print {
	.profile_image {
		background: none !important;
	}

	h1,
	h2,
	.text a:not(.link),
	.userlink {
		text-shadow: none !important;
	}

	article .imgbox img,
	article .profile_image {
		box-shadow: none !important;
	}
}

@media screen {
	.profile_image img {
		display: none;
	}
}

@media (max-width: 768px) {
	.date {
		display: none;
	}
}

::selection {
	background: rgb(0, 20, 40);
}

::-moz-selection {
	background: rgb(0, 20, 40);
}

body,
header,
footer {
	overflow-x: hidden;
}

body {
	font-family: 'Raleway', "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	margin: 0;
	font-size: 42px;
	background-color: #000000;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
}

header {
	background-color: rgb(0, 20, 40);
	background-size: cover;
	background-position: 0 40%;
	background-image: url('../img/header_bg.jpg');
}

header section {
	font-size: 5vmin;
	padding: 8vmin 0 12vmin;

	background: -moz-linear-gradient(top, rgba(0, 79, 102, 0.9) 0%, rgba(0, 20, 40, 0.9) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 79, 102, 0.9) 0%, rgba(0, 20, 40, 0.9) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 79, 102, 0.9) 0%, rgba(0, 20, 40, 0.9) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#hscroll {
	position: relative;
	top: 0px;
}

h1,
h2,
h3 {
	max-width: 1366px;
	margin: 0 auto;
}

h1 {
	font-size: 1.25em;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
}

h2 {
	font-weight: 900;
	font-style: italic;
	line-height: 1em;
	font-size: 1.75em;
	color: #ffffff;
	text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.2);
}

h3 {
	font-size: 1em;
	color: #000000;
	opacity: 0.65;
	position: relative;
	left: 1em;
}

#logo {
	padding-top: 0.75em;
	padding-left: 15vw;
	float: left;
	width: 3em;
	height: 3.7em;
}

.social_buttons {
	clear: both;
	float: right;
	margin-right: 100px;
	line-height: 30px;
	max-height: 30px;
	overflow: hidden;
}

.social_buttons span:nth-of-type(2) {
	position: relative;
	top: 8px;
}

.social_links {
	position: absolute;
	right: -45px;
	top: 68px;
	width: 200px;
	height: 85px;
	overflow: hidden;
	font-size: 0.5em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.social_links .fab {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

a.email_link {
	color: #ffffff;
	background-color: #888888;
	border-radius: 2px;
	padding: 0 8px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

a.email_link:hover,
a.social_links:hover {
	background-color: #777777;
}

article {
	clear: both;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

article section {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 0.25em;
}

.loadbar {
	width: 0%;
	position: relative;
	z-index: 3;
	height: 5px;
	margin-top: -3px;
	margin-left: -22px;
	border-right: 5px solid #ffffff;

	background: rgb(34, 34, 34);
	/* Old browsers */
	background: -moz-linear-gradient(left, rgba(34, 34, 34, 1) 75%, #ffcc00 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(34, 34, 34, 1) 75%, #ffcc00 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(34, 34, 34, 1) 75%, #ffcc00 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	background: url('../img/loadbar_bg.png'), linear-gradient(to right, rgba(34, 34, 34, 1) 75%, #ffcc00 100%);
	background-repeat: repeat-x, no-repeat;
	background-position: center center, top right;
	animation: 100s scroll infinite linear;
}

.loadbar .fa-cloud {
	position: relative;
	font-size: 24px;
	top: -28px;
	left: 100%;
	margin-left: -5px;
	color: #ffffff;
}

@-webkit-keyframes scroll {
	100% {
		background-position: -750px 0px, 100%;
	}
}

@-moz-keyframes scroll {
	100% {
		background-position: -750px 0px, 100%;
	}
}

@-o-keyframes scroll {
	100% {
		background-position: -750px 0px, 100%;
	}
}

@-ms-keyframes scroll {
	100% {
		background-position: -750px 0px, 100%;
	}
}

@keyframes scroll {
	100% {
		background-position: -750px 0px, 100%;
	}
}

.text {
	min-height: 150px;
	margin: -6px 0 0 37px;
	padding: 6px 0 1em 63px;
	border-left: 3px solid rgba(30, 30, 30, 0.75);
}

.text a:not(.link),
.userlink {
	text-shadow: 0px 10px 5px rgba(0, 0, 0, 0.7);
}

.text div:not(.stats) {
	filter: grayscale(100%);
}

.post {
	padding: 0.5em 0;
}

.post :not(.link):not(.fa) {
	font-weight: 600;
	font-size: 0.9em;
}

.stats {
	font-size: 0.6em;
	margin: 0.25em 0 0.4em;
}

.stats span,
.post span {
	white-space: nowrap;
	display: inline-block;
	padding: 0.25em 0 0.25em 0.25em;
}

.admin {
	white-space: nowrap;
	position: relative;
	top: 0.25em;
	padding: 0 !important;
}

.admin a {
	opacity: 0.2;
	color: #999999;
	padding-left: 0.5em;
}

.past-future {
	background-color: #333333;
	text-align: center;
	line-height: 0.8em;
	padding-bottom: 0.1em;
}

.past-future span {
	font-size: 0.7em;
	padding-bottom: 2px;
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-indent: 1em;
	position: relative;
	z-index: 1;
}

.past-future span:first-of-type {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sleeping,
.olderPosts {
	background-color: #333333;
	color: #000000;
	line-height: 1.5em;
	width: 100%;
	font-size: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;

	background: -moz-linear-gradient(left, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 1) 33%, rgba(51, 51, 51, 1) 66%, rgba(51, 51, 51, 0.25) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 1) 33%, rgba(51, 51, 51, 1) 66%, rgba(51, 51, 51, 0.25) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(51, 51, 51, 0.25) 0%, rgba(51, 51, 51, 1) 33%, rgba(51, 51, 51, 1) 66%, rgba(51, 51, 51, 0.25) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sleeping {
	margin-top: -1.5em;
	position: relative;
	z-index: 2;
}

.sleeping a,
.olderPosts a {
	color: #000000;
}

a.user {
	color: #1DA1F2;
	margin-left: -0.75em;
}

a.time,
a.date {
	color: #666666;
	padding-left: 0.5em;
}

.shorturl .fa-link {
	color: #EE6123;
}

a.queued,
a.clicks,
a.likes,
a.shares,
a.comments {
	color: #ffcc00;
	padding-left: 0.5em;
}

a.queued span {
	padding-top: 0;
	padding-bottom: 0;
}

.share_text {
	line-height: 0.5em;
	margin-top: 0.5em;
	padding-left: 0.25em;
}

.share_text span {
	white-space: nowrap;
	display: inline-block;
}

.share_text a {
	color: #666666;
	font-size: 0.5em !important;
}

.reply {
	margin-top: 1em;
	font-size: 0.8em !important;
}

.reply .profile_image {
	margin-left: -30px;
	margin-top: -5px;
	width: 50px;
	height: 50px;
	padding: 0 0 2px 2px;
}

.reply .profile_image img {
	max-height: 50px;
	max-width: 50px;
}

.reply a.user {
	margin-left: -0.5em;
	font-weight: 400 !important;
}

.reply div {
	padding-left: 1.25em;
}

.reply span {
	display: inline-block;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
}

a.link:not(.userlink) {
	color: #666666;
}

.post>a.link:not(.userlink) {
	font-size: 0.5em;
	position: relative;
	top: 0.25em;
	margin-left: 0.25em;
}

a.hashtag {
	color: #999999;
	background-color: #111111;
	border-radius: 6px;
	font-size: 0.5em;
	padding: 0.25em;
	margin-top: 0.25em;
}

article .profile_image {
	float: left;
	margin: -5px 10px 5px 0;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: #555555;
	cursor: pointer;
	position: relative;
	z-index: 4;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.7);
	font-size: 12px;
}

article:not(.color) .profile_image {
	filter: grayscale(100%);
}

article .profile_image img {
	max-height: 75px;
	max-width: 75px;
	border-radius: 50%;
	background-color: #555555;
}

article:not(.color) .profile_image img {
	filter: grayscale(100%);
}

article .imgbox {
	float: right;
	margin: -5px 0 5px 10px;
	position: relative;
	z-index: 4;
	font-size: 12px;
}

article .imgbox img {
	max-height: 185px;
	max-width: 240px;
	border-radius: 6px;
	background-color: #555555;
	box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.5);
}

article:not(.color) .imgbox img {
	filter: grayscale(100%);
}

article:hover {
	background: rgb(17, 17, 17);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(17, 17, 17, 1) 66%, rgba(34, 34, 34, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 66%, rgba(34, 34, 34, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(17, 17, 17, 1) 66%, rgba(34, 34, 34, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

article:hover .text div:not(.stats) {
	filter: grayscale(0%);
}

article:hover .profile_image {
	filter: grayscale(0%);
	border-left: 3px solid #1DA1F2;
	border-bottom: 3px solid #1DA1F2;
}

article:hover .reply .profile_image {
	margin-left: -33px;
	margin-bottom: 2px;
}

article:hover .imgbox {
	margin-left: 7px;
	margin-bottom: 2px;
}

article:hover .imgbox img {
	filter: grayscale(0%);
	border-bottom: 3px solid #1DA1F2;
	border-right: 3px solid #1DA1F2;
}

article:hover a.hashtag {
	background-color: transparent;
}

footer {
	background-color: #111111;
	color: #000000;
	text-align: center;
	padding: 1em;
}

footer img {
	height: 75px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.5;
}

footer:hover {
	background-color: rgb(0, 20, 40);
}

footer:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

footer span {
	display: inline-block;
	margin: 0 1em;
}