

@media screen and (max-width: 1100px) {
  img {
    max-width: 400px;
    height: auto;
  
  }
}

@media screen and (min-width: 1101px) {
  img {
    max-width: 250px;
    height: auto;
  
  }
}

a:link{text-decoration: none;color:black;}
a:visited{text-decoration: none;color:black;}
a:hover{text-decoration: none;color:black;}
a:active{text-decoration: none;color:black;}


body {
  background: url(bg.jpg) no-repeat center center fixed;
  font-family: 'Open Sans', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  text-align:center;
  color:black;
}