/*
  stylesheet created and formatted by Jacob hache: <https://github.com/yeetsup-git>
*/

/*########################
  # GENERAL FORMAT/STYLE #
  ########################*/

/*Goofy RDR font*/
@font-face {
  font-family: redDeadFont;
  src: url(/fonts/chineseRocksRegular.ttf);
}

.rdrtext
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: redDeadFont;
}
.rdrtextred
{
	color: #DD0000;
        font-size: 20px;
        font-family: redDeadFont;
}

.posts
{
	background-color: #00030f;
	color: #bcc3eb;
	border: 1px solid #bcc3eb;
	border-radius: 2px;
	padding: 2px;
}
.snippet{
	background-color: #001f0d;
	color: #edfff5;
	margin: 5px;
	border: 1px solid #edfff5;
	border-radius: 2px
}
.snippet .title
{
	color: #edfff5;
	font-size: 24px;
	font-weight: 700;
	padding: 5px;
	border-bottom: 1px solid #edfff5;
}
.snippet .body
{
	padding: 5px;
}
.snippet .body h1, h2, h3, h4, h5{
	text-align: left;
}

code,pre{
  background-color: #00030f;
  font-family: 'Ubuntu mono', 'Courier new', cousine, monospace;
  color: #bcc3eb;
  border: 1px solid #bcc3eb;
  border-radius: 2px;
  padding: 2px;
}

code{
 padding: 1px;
}

pre code{
	border: none;
	background: none;
	padding 2px;
}

a[href]{
  color: #667dff;
  transition: ease-out 0.1s;                 
  text-decoration: none;
  }
a[href]:hover{
    color: #052bff;
    transition: ease-in 0.1s;
    }

body{ 
     background-color:#00051f;
     color: #d9f1ff;
     font-family: Montserrat, hevetica neue, sans-serif;
     font-weight: 500;
    }

h1{
 font-weight: 700;
 text-align: left;
 font-family: Poppins, Montserrat, ubuntu, verdana, sans serif; 
 border-bottom: 2px solid #d9f1ff;
 padding: 2px;
}
h2{ text-align: center;}
h2#leftalign { text-align:left;}
h3{
 font-weight: 700;
 text-align: left;
 font-family: Poppins, Montserrat,  ubuntu, verdana, sans serif;
 padding: 2px;
}

footer{
    margin-top: 600px;
    margin-bottom: 10px
    padding: 5px;
    border-top: 2px solid;
    border-color: inherit;
    text-align: center;
    
    }
img{
  padding: 5px;
  border: 1px solid white;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo{
  font-family: Poppins, Montserrat, ubuntu, verdana, sans-serif;
  font-weight: 800;
  text-size: 32px;
  text-align: center;
  transition: ease-out 0.1s;
}

.logo:hover {
  color: #7d96ff;
  text-size: 48px;
  font-weight: 900;
  transition: ease-in 0.1s;
}

video {
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid white;
  display: block;
}

.highvis {
  padding: none;
  display: block;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #ffb69c;
  background-color: #5e1b00;
  color: #ffb69c;
}

.highviscode {
  padding: none;
  display: block;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #ffb69c;
  background-color: #5e1b00;
  color: #ffb69c;
  font-family: ubuntu mono, courier new, monospace;
}

.bigfaterror{
font-size: 150px;
color: rgba(255, 90, 90, 0.8);
text-align: center;
font-weight: 700;
font-family: ubuntu mono, courier new, monospace;
border: none; 
}

.linkbar {
background-color: #000314;
border-radius: 2px;
border: 1px solid #8c92ff;
padding: 5px;  
transition: linear(-0.10 25.0%, 0.25 85.0%, 1 100%) 0.5s;
}

.linkbar:hover {
background-color: #00020a;
border: 1px solid #c4c7ff;
transition: linear(-0.15 3.50%, 0.75 40.00%, 1 100.85%) 0.5s;
}

.linkbar a{
  color: #8c92ff;
  transition: ease-out 0.1s;
}

.linkbar a:hover {
  color: #c4c7ff;
  transition: ease-in 0.1s;
}

.OPMESSAGE {
/*Only use OPERATOR MESSAGES for when you really fuk up*/
  padding: none;
  display: block;
  border-radius: 2px;
  border: 1px solid #ffbaba;
  background-color: #210000;
  color: #ffbaba;
  font-family: ubuntu mono, courier new, monospace;
}
