/* html { 
  background: url(images/sw-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
} */

body {
    width: 100%;
    height: 100%;
    font-family: Helvetica,sans-serif;
    font-weight: 700;
    font-size: 3em;
    color: #b40303;
background-color:#000; 
}



#blood {

   animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  height: 10em;
    position: relative 
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }


}



#blood p{
  margin: 0;

position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

h2{
  font-size: 1em;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
     font-weight: bold;


}

a:hover{
    color: #fff;
}

#nav {
    max-width: 100%;
    margin-top: 50px;
     margin-right: 20px;
     font-size: 14px;   
}

#nav a {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #000;
    padding-bottom: 2px;
    font-weight: bold;



}

#nav a:hover {
    color: #9c1006;
    text-decoration: none;
    border-bottom: 3px solid #9c1006;
    padding-bottom: 2px;
     font-weight: bold;


}

#nav2 {
    max-width: 100%;
    margin-top: 50px;   
}

#nav2 a {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #000;
    padding-bottom: 2px;
   
    margin-right: 20px;
 
     font-weight: bold;
     font-size: 10px;


}

#nav2 a:hover {
    color: #9c1006;
    text-decoration: none;
    border-bottom: 3px solid #9c1006;
    padding-bottom: 2px;
    
    margin-right: 20px;
     font-weight: bold;
     font-size: 10px;

}





