body,
h1 {
  font-family: "Raleway", sans-serif;
}

/* Change styles for span and cancel button on small screens */
@media screen and (min-width: 800px) {
  .d_mobile {
    display: none;
  }
}

body,
html {
  background-image: url("../img/background_min.jpg");
  background-position: center;
  background-size: auto;
  height: 100%;
}
html img {
  max-width: 100%;
}
.d_logo {
  width: 100%;
}
.d_main {
  min-height: 100%;
  min-width: 100%;
}
.d_clear {
  clear: both;
}
.d_content {
  width: 95%;
  margin: auto;
}
.c_logo {
  max-width: 100%;
  display: inline-block;
}

.d_logo_img {
  height: 150px;
  max-width: 100%;
}
.d_logo_img img {
  width: 125px;
  max-width: 100%;
}

.d_logo_txt {
  height: 150px;
  max-width: 100%;
}

.d_logo_txt img {
  width: 550px;
  max-width: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

/* Change styles for span and cancel button on small screens */
@media screen and (max-width: 800px) {
  .d_logo_img {
    text-align: center;
  }
  .d_desktop {
    display: none;
  }
}
