/* 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: 1.8em;
  color: #c2c8c3;
  background-color:#000; 
  transition: 0.3s;
}

@media only screen and (max-width: 768px){
  img {max-width: 100%;}

body {

    font-family: Helvetica,sans-serif;
    font-size: 1em;
    transition: 0.3s;


}


}




#news{
 padding-top: 40px;
}

.news-date {

  font-size: 11px;
  font-family: Times, serif;
  letter-spacing: 2px;
  color: #e51431;
  font-weight: 400;
  text-align: left;
}

.news-text {
font-weight: 400;
 font-family: Times, sans-serif;
 font-size: 0.8em;
 letter-spacing: 0.5px;
 margin: 10px;
}

img.logo{
  display: block;
  margin-left: auto;
  margin-right: auto;

}


#blood {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  /*background-color: #d1d156;*/
}

h2{
  font-size: 1em;
}

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



}

a:hover{
    background-color: #c5c5bb;
  color: #000;
  transition: 0.3s;
}

#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;

}





