@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: #000000;
}
::-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;
}
.home {
  text-decoration: none;
  color: #ccc;
  text-shadow: 0px 0px 5px #000, 0px 0px 5px #000, 0px 0px 2px #000;
}

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 #cccccc, 0px 0px 5px #cccccc;
}
.home:hover h1 {
  text-shadow: 2px 1px #dfdfdf;
}
@keyframes header {
  from {
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
  }
  55% {
    text-shadow: 0 0 5px transparent;
    line-height: 2px;
  }
  to {
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
  }
}
h2 {
  line-height: 5px;
  font: normal 8px calibri;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 7px;
  text-align: Center;
}
.home:hover h2 {
  color: #dfdfdf;
}
.home h3 {
  border: 1px #fff 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: #dfdfdf;
}
.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: #cccccc;
  color: #fff;
}
.home h5 {
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font: normal 7px tahoma;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 250px;
  border-left: 5px solid #000000;
  border-right: 5px solid #000000;
  letter-spacing: 2px;
  transition: 0.3s;
  text-shadow: 0 0 5px #fff;
}
.home:hover h5 {
  background-color: rgba(191, 163, 213, 0.05);
  border-color: #cccccc;
  color: #fff;
}
.home:hover .h6 {
  color: #cccccc;
  border-color: #cccccc;
}

.home a.image-link:focus {
  outline: 0;
}
a {
  outline: none;
}
::selection {
  background: rgb(37, 37, 37);
  color: #fff;
}
b {
  letter-spacing: 1px;
  color: #fff;
}
i,
s {
  letter-spacing: 0;
  font-weight: lighter;
  color: #dfdfdf;
}
u {
  letter-spacing: 0;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.home a {
  color: #dfdfdf !important;
  text-transform: uppercase;
  font-family: calibri;
  text-decoration: none;
  font-weight: 700;
}
.home a:hover {
  background-color: #fff;
  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 #fff;
  text-align: center;
  display: inline-block;
  margin: 5px;
}
.badge:hover {
  border-color: #cccccc;
}



.links{width:200px; height:100px;}
.links a{ display:inline-block;  font:normal 10px calibri; text-decoration:none; letter-spacing:2px;color:rgb(2, 2, 2); width:79px; height:22px; border-radius:15px; background-color:rgba(252, 252, 252, 0.623); text-transform:uppercase; text-align:center; line-height:20px;border:1px solid rgb(71, 71, 71); margin-right:15px; margin-bottom:10px; transition:.5s;}
.links a:hover{background-color:black; color:white; letter-spacing:3px;}
