body {
  background-image: url("../src/pattern.svg");
}
main {
  padding-top: 12vh;
}

#image-left {
  position: fixed;
  top: 0;
  width: 20%;
  height: 100vh;
  float: left;
}

#content-right {
  width: 60%;
  padding: 2%;
  display: inline-block;
  position: relative;
  left: 23%;
}

.heading {
  color: #990000;
}

.no-show-desktop {
  display: none;
  visibility: hidden;
}

.no-show-mobile {
  display: block;
  visibility: visible;
}

footer {
  background-color: transparent;
  text-align: center;
  width: 10%;
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.og-logo {
  position: static;
  width: 100%;
}

.links-container {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.footer-link-image {
  width: 20%;
}

.fill-in {
  background-color: #fff;
  width: 10px;
}
footer {
  position: fixed;
  width: 10%;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  background-color: transparent;
}

.cover {
  height: 70vh;
  margin: 0 auto;
}

.heading::before {
  display: block;
  content: " ";
  margin-top: -12vh;
  height: 12vh;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 1000px) {
  body {
    background-image: url("../src/pattern_moblie.svg");
  }
  main {
    padding-top: 0;
    padding: 1%;
    margin: 0;
  }

  .cover {
    width: 100%;
  }

  .mobile-background-color {
    background-color: #333366;
    color: #fff;
    margin: -1%;
    padding: 5px;
  }

  .heading-mobile--white {
    color: #fff;
  }

  #image-left {
    display: none;
    visibility: hidden;
  }

  .no-show-mobile {
    display: none;
    visibility: hidden;
  }

  .no-show-desktop {
    display: block;
    visibility: visible;
  }

  footer {
    box-sizing: border-box;
    position: static;
    padding: 10px;
    width: 100%;
    background-color: transparent;
  }

  .links-container,
  .og-logo {
    width: 30%;
  }

  #content-right {
    position: static;
    width: 100%;
  }
}
