html, body {
  height: 100%;
  margin: 0;
}
 
body {
  background-image: url("../images/depositphotos_140384032_2000px.jpg");
  background-position: top right; /* Background image is centered vertically and horizontally at all times */
  background-repeat:  no-repeat;
  background-attachment: fixed; /* Background image is fixed in the viewport so that it doesn't move when
  the content's height is greater than the image's height */
  background-size: cover; /* This is what makes the background image rescale based on the container's size */
}

header {
  background-color: rgba(80, 80, 80, 0.60);
  height: 80px;
}

footer {
  background-color: rgb(52, 97, 104);
  height: 90px;
  width: 100%;
  position: fixed;
  bottom: 0;
}

h1 {
  color: rgb(60, 60, 60);
  font-family: ubuntu, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.0px;
  line-height: 29px;
  text-align: center;
  text-shadow: 1px 0 4px rgb(171, 200, 231);
  padding-top: 32px;
}

.address {
  color: rgb(171, 200, 231);
  font-family: ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.0px;
  line-height: 18px;
  text-align: center;
}

.container-01 {
  text-align: center;
  max-width: 800px;
  margin: auto;
  padding: 0 32px;
}

.evo-icon {
  width: 100px;
  margin: auto;
  padding: 22px;
}
.evoacu-logo {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
