::-moz-selection 	{ background-color: #19B0BC; color: #fff; }
::selection 		{ background-color: #19B0BC; color: #fff; }

a					{ outline: none; color: #19B0BC; text-decoration: none; }
a:hover 			{ text-decoration: none; }
p a:hover 			{ color: #19B0BC; text-decoration: none; }
a:active 			{ outline: none; position: relative; top: 2px; text-decoration: none; }

.clearfix 			{ clear: both; }
.back 				{padding-left:20px; text-decoration: none;}
.back a, .back a:visited {color:#E3003A;}

body::-webkit-scrollbar {
  width: 0.3rem;
}
body::-webkit-scrollbar-track {
  background: #0F1924;
}
body::-webkit-scrollbar-thumb {
  background: -webkit-radial-gradient(
    circle,
    #FF4C58 0%,
    #BC3F47 50%,
    #BC3F47 100%
  );
}

body { 
    text-decoration: none;
    color: #222; font-family: 'Arial', serif; font-size: 16px; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
    background: #171B30;
    background-image: radial-gradient(
      circle at 20% 100%,
      rgba(184, 184, 184, 0.1) 0%,
      rgba(184, 184, 184, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  background-repeat: no-repeat;
  background-size: cover;
}

#wrapper 			{ margin: 10px auto; max-width: 980px; width: 90%; background: #fff; padding: 10px 0; text-decoration: none;  }
header 				{ padding: 3px; }

h1 					{ font-size: 22px; font-family: 'Droid Serif', serif; line-height: 24px; padding: 10px; text-decoration: none;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;  
}
h1 a:hover 			{ text-decoration: none; color: #19B0BC; }

h2 					{ text-decoration: none; font-family: 'Helvetica'; font-size: 20px; padding: 0px; text-decoration: none; 
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
h3 					{ font-family: 'Droid Serif', serif; font-size: 18px; text-decoration: none; }
h4 					{ font-family: 'Droid Serif', serif; padding: 3px; margin: 5px 0 0 0; text-decoration: none; }
h4 a 				{ text-decoration: none; }
h4 a:hover 			{  }

nav 				{ background: #27022F; padding: 0; margin: 10px 0;}
nav a 				{ color: #F9F9F9; display: block; float: left; padding: 15px; }
nav a:visited 		{ color: #f9f9f9; }
nav a:hover			{ text-decoration: none; background: #BC4247; }
nav a:active		{ position: relative; top: 0; }

.left-col 			{ width: 80%; float: left; }
.sidebar 			{ width: 20%; float: right; margin-bottom: 10px; 
	-webkit-transition-property: width;
	-moz-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}

#featured 			{ padding: 20px; }
#latest				{ padding: 40px; }
#about 				{ padding: 10px; }

p 					{ padding: 0 5px 0 5px; }

ul 					{ list-style: none; }
ul li 				{ margin: 0 5px; }

footer 				{ padding: 5px; }

pre					{ overflow: scroll; font-size: 10px; text-decoration: none; }

.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #BC4247;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #BC4247;
  background-image: -webkit-linear-gradient(top, #BC4247, #AA2126);
  background-image: -moz-linear-gradient(top, #BC4247, #AA2126);
  background-image: -ms-linear-gradient(top, #BC4247, #AA2126);
  background-image: -o-linear-gradient(top, #BC4247, #AA2126);
  background-image: linear-gradient(to bottom, #BC4247, #AA2126);
  text-decoration: none;
}
#emme {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
#emme img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #CC3043;
  transition: border-radius 0.2s ease-in-out;
}
#emme img:hover {
  border-radius: 30%;
}

nav #logo {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    top: -3px;
    margin-left: 0px;
    color: white;
}
nav #logo:hover {
    position: relative;
    top: 0px;
    display:block;
}

nav > span {
    margin-left: 0rem;
    color: white;
}

.slide-down {
    opacity: 0;
    animation: slide-down 1s 1s ease-in-out forwards;
}

/* Animation keyframes */
@keyframes slide-down {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}