body {
  padding-top: 200px;
}
#top-link {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#top-link:hover {
  background-color: #555;
}

@media (max-width: 440px) {
  #top-link {
    bottom: 40px;
  }
}

.my-bg-image-eh7 {
  background-image: url('../images/bg.jpg');
  border: 0px solid black;
}

.my-bg-cog-image {
  background-image: url('/eh7new/images/cog_25p.png');
  background-repeat: no-repeat;
  background-size: 1500px;
  background-position: 80% 30%;
  border: 0px solid black;
}

.my-bg-contact-image {
  background-image: url('/eh7new/images/contact_icon.png');
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-position: 80% 0%;
  border: 0px solid black;
}
