@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');

body {
	font: 15px/1.5 Roboto, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color:#ffffff;
	/*background: url('./images/blue-abstract-waves-creative-blue-wavy-background-blue-backgrounds-abstract-waves.jpg');*/
	background-color: #181818;
}

a:link {
	font-family:Roboto;
	color: #120612;
	text-decoration: none;
}

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

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

a:active {
	color: black;
	text-decoration: none;
}

.container{
	font-family:Roboto;
	width:80%;
	margin:auto;
	overflow:hidden;
}

.sidebar{
	font-family:Roboto;
	width:6vw;
	margin:auto;
	overflow:hidden;
}

.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left 35s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

li {
  float: left;
}

li a {
}

li a:hover {
}

.active {
  background-color: #4CAF50;
}

.button_1{
	font-family:Roboto;
	height:38px;
	background:#ffffff;
	border:0;
	padding-left:20px;
	padding-right:20px;
	color:#000000;
}

.admin-editor
{
	height:200px;
	width:100%;
	max-height:200px;
	max-width:100%;
	background:#030303;
	color:#ffffff;
	font-family: ubuntu mono;
	font-size:16px;
}
.admin-editor-large
{
	height:600px;
	width:100%;
	max-height:1200px;
	max-width:100%;
	background:#030303;
	color:#ffffff;
	font-family: ubuntu mono;
	font-size:16px;
}

.dark{
	padding:15px;
	background:white;
	color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	
}

header {
	font-family:Roboto;
	background: #000000;
	color:#ffffff;
	border-bottom: #2c2c2e 1px solid;
	border-top: #2c2c2e 1px solid;
}

header li{
	font-family:Roboto;
	float:left;
	display:inline;
	
}

header #branding{
	float:left;
	margin-left:10px;
}

header #branding h1{
	margin:0;
}

header nav{
	font-family:Roboto;
	float:right;
}

header .highlight, header .current a{
	font-family:Roboto;
	color:#2db5a7;
	font-weight:bold;
}

.post-author
{
        width:auto;
}
.post-author image
{
        width:5vw;
}


header a:hover{
	font-family:Roboto;
	color:#000000;
	font-weight:bold;
}

h1{
	font-family:Roboto;
	padding-right:20px;

}

/*Showcase*/

#showcase h1{
	margin-top:100px;
	font-size:55px;
	margin-bottom:10px
}

#showcase p{
	font-size:20px;
	
}

/*Newsletter*/

#newsletter{
	padding:15px;
	color:#000000;
	background:white;
	
	
}

#newsletter h1{
	float:left;
}
#newsletter form{
	float:right;
	margin-top:0px;
}

#newsletter input[type="email"]{
	padding:4px;
	height:25px;
	width:250px;
}

/*Boxes*/
#boxes{
	margin-top:20px;
}
#boxes .box{
	float:left;
	text-align: center;
	width:30%;
	padding:10px;
	
}
#boxes .box img{
	width:90px;
	
}


article#main-col{
	float:left;
	width:60%;
}

footer{
	background-color:#070707;
	font-size:10pt;
	text-align:left;
	color:white;
	padding:20px;
}

	@font-face 
	{
		font-family: courier-new;
		src: url(courier-new.ttf);
	}
	@font-face 
	{
		font-family: ubuntu-mono;
		src: ubuntu mono;
	}
	@font-face
	{
		font-family: chomsky;
		src: url(Chomsky.otf);
	}
	@font-face
	{
		font-family: times-new-roman;
		src: url(times new roman.ttf);
	}
	@font-face
	{
		font-family: gibson;
		src: url(Gibson-Regular.ttf);
	}
	
	.previews 
	{
		max-width: 10%;
		border-radius:10px;
		border-style:none;
	}

	#showcase 
	{
		/*background: url('./images/8564eb79acff5518b7070afdb037fdcf.png');*/
		min-height: 300px;
		text-align: center;
		color:black;
		font-family:Roboto;
	}

	#content-interactable 
	{
		border-style: solid;
		border-width: 2px;
		border-radius:8px;
		border-color: #2c2c2e;
		background-color: rgb(0 0 0 / 0);
		padding: 2%;
		font-family:Roboto;
		font-size:16px;
	}

	#page-link
	{
		font-family:Roboto;
		font-size:16px;
	}

	#post-content
	{
		font-family:Roboto;
		font-size:16px;
		color:#ffffff;
		font-style:normal;
		padding:20px;
	}

	#posting-overlay
	{
		font-family:Roboto;
		margin:auto;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.7);
		z-index: 2;
	}

	#post-input-area
	{
		font-family:Roboto;
		font-size:15px;
		color:#000000;
		margin: auto;
		width: 100%;
	}

	#newspaper-title
	{
		font-family:chomsky;
		font-size:70px;
		color:#000000;
		line-height:10pt;
	}

	#newspaper-date
	{
		font-family:Roboto;
		font-size:16px;
		color:#000000;
	}

	#newspaper-headline
	{
		font-family:times-new-roman;
		font-size:35px;
		color:#000000;
	}
	#post-title-area
	{
		font-family:Roboto;
		color:#000000;
		margin: auto;
		width: 100%;
	}
	
	#post-input-contents
	{
		font-family:Roboto;
		color:#000000;
		margin: auto;
		width: 50%;
		max-height: 700px;
		border: 1px solid #2c2c2e;
		border-radius: 5px;
		padding: 10px;
		padding-bottom: 45px;
		background-color: #141411;
	}

	header
	{
		font-family:Roboto;
		margin:auto;
		margin-top:auto;
		overflow:hidden;
		top: 0;
	}

	input[type=file] {
		border-style: none;
		padding: 20 px;
		height: 400px;
		width: 50%;
		background-color: rgb(0 0 0 / 0.00);
		color: rgb(0 0 0 / 0.00);
		display:flex;
		position:absolute;
		justify-content:center;
		align-items:center;
		text-align: center;
		opacity:0;
	}
	
	code
	{
		font-family:ubuntu mono;
		background-color: rgb(100 100 100 / 0.4);
		border-style: none;
		border-radius: 5px;
		padding: 3px;
	}
	
	img
	{
		max-width:500px;
		max-height:500px;
		border-radius:6px;
	}

#content-signup
{
	width:30%;
	margin:auto;
	overflow:hidden;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #bbbbbb;
	padding: 20px;
	border-radius: 5px;
		font-family:Roboto;
	font-size:16px;
}

#content-signup input
{
		font-family:Roboto;
	resize: none;
	font-size:20px;
	color:black;
	background-color:#efefef;
	width:94%; height:30px;
	margin:auto;
	border-radius:30px;
	border-color:#999999;
	padding:10px;
	border-style:none;
}


#content-login
{
	width:30%;
	margin:auto;
	overflow:hidden;
	border-style: solid;
	border-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color:#999999;
	padding: 20px;
	border-radius: 5px;
		font-family:Roboto;
	font-size:16px;
}

#content-login input
{
		font-family:Roboto;
	resize: none;
	font-size:20px;
	color:black;
	background-color:#efefef;
	width:94%; height:30px;
	margin:auto; border-radius:30px;
	border-color:#999999;
	padding:10px;
	border-style:none;
}

