html {
    min-height: 100%;
}

body {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat; background-size: cover;
  background-image: url(../img/bg.jpg);
} @media (max-width: 768px) {	 body {		   background-image: url(../img/bg2.png);	 } }


/* Links */
.mastigra {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}


.mastigra:hover {
    color: #cb2128;
    text-decoration: none;
}