@import "https://fonts.googleapis.com/css?family=Mr+Dafoe";


body{-webkit-animation: fadein 3s;-moz-animation: fadein 3s;/* Firefox < 16 */-ms-animation: fadein 3s;/* Internet Explorer */-o-animation: fadein 3s;/* Opera < 5.1 */animation: fadein 3s;}}@keyframes fadein {from {opacity: 0;}to {opacity: 1;}}/* Firefox < 16 */@-moz-keyframes fadein {from {opacity: 0;}to {opacity: 1;}}/* Safari, Chrome and Opera > 5.1 */@-webkit-keyframes fadein {from {opacity: 0;}to {opacity: 1;}}/* Internet Explorer */@-ms-keyframes fadein {from {opacity: 0;}to {opacity: 1;}}/* Opera < 5.1 */@-o-keyframes fadein {from {opacity: 0;}to {opacity: 1;}}

::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #8e9efc;
}
::-webkit-scrollbar:horizontal {
  height: 0;
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #fff;
  width: 0;
  height: 0;
}
.home {
  color: #fffc;
  line-height: 150%;
  text-align: justify;
  font-family: century gothic;
  letter-spacing: 0.75px;
  word-spacing: 0;
  font-size: 10px;
  padding: 5px;
  padding: 3px;
  margin: 5px;
}
* {
  cursor: Default !important;
}
body {
  text-decoration: none;
  color: #ccc;
}

h1 {
  color: #fff;
  font: normal 28px "Mr Dafoe";
  line-height: 0;
  margin-top: 3px;
  letter-spacing: 1px;
  height: 12px;
  margin-bottom: 0;
  text-align: Center;
  margin-bottom: 5px;
  line-height: 0;
  transition: 0.3s;
  animation-name: header;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  text-shadow: 0px 0px 5px #9be91a, 0px 0px 5px #9be91a;
}
.home:hover h1 {
  text-shadow: 2px 1px #4f43fa;
}
@keyframes header {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
  55% {
    text-shadow: 0 0 5px transparent;
    line-height: 2px;
  }
  to {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
}
h2 {
  line-height: 5px;
  font: normal 8px calibri;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: Center;
}
.home:hover h2 {
  color: #9892f7;
}
.home h3 {
  border: 1px #90a3ff double;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font: normal 9px trebuchet ms;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.home:hover h3 {
  color: #fff;
  border-color: #4f43fa;
}
.home h4 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 94px;
  height: 30px;
  text-align: center;
  font: normal 10px trebuchet ms;
  text-transform: normal;
  line-height: 30px;
  font-style: italic;
  color: #fff;
  text-align: center;
  background-color: #3a3a66;
  margin-left: 27%;
}
.home:hover h4 {
  background-color: #2f65da;
  color: #fff;
}
.home h5 {
  background-color: rgba(255, 255, 255, 0.336);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font: normal 7px tahoma;
  text-transform: uppercase;
  text-align: center;
  color: #90a3ff;
  width: 250px;
  border-left: 5px solid #90a3ff;
  border-right: 5px solid #90a3ff;
  letter-spacing: 2px;
  transition: 0.3s;
  text-shadow: 0 0 5px #fff;
}
.home:hover h5 {
  background-color: rgba(191, 163, 213, 0.151);
  border-color: #4f43fa;
  color: #fff;
}
.home:hover .h6 {
  color: #4f43fa;
  border-color: #4f43fa;
}

a.image-link:focus {
  outline: 0;
}
a {
  outline: none;
}
::selection {
  background: #a6a1f8;
  color: #fff;
}
b {
  letter-spacing: 1px;
  color: #90a3ff;
}
i,
s {
  letter-spacing: 0;
  font-weight: lighter;
  color: #90a3ff;
}
u {
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 1px dotted #90a3ff;
  color: #90a3ff;
}
body a {
  color: #6a82fd !important;
  text-transform: uppercase;
  font-family: calibri;
  text-decoration: none;
  font-weight: 700;
}
.home a:hover {
  background-color: #706ef0;
  color: #fff !important;
  text-decoration: none;
  cursor: link;
}
.home img {
  opacity: 0.5;
  opacity: 0.8;
  opacity: 1;
}

.badge {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px dotted #4c68f3;
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.badge:hover {
  border-color: #8078f4;
}


