body {
  background: url(images/red_gradient.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  color: white;
}

#omny-link {
  font-weight: bold;
}

#application-link {
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

#application-link:hover {
  color: black;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

#learn-more-link {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

#learn-more-link:hover a {
  color: black;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

#arrow {
  background-color: transparent;
  border: none;
  position: fixed;
  bottom: -7%;
  right: 3%;
  max-width: 30%;
}

.plus-text {
  font-size: 25px;
}

.row-element {
  margin-left: 2%;
  margin-right: 2%;
}

.fixed-bottom {
  margin-bottom: 5%;
  text-align: center;
  font-weight: 600;
}
a {
  display: block;
  color: white;
}
a:hover {
  text-decoration: none;
  color: white;
}

#subtitle {
  font-weight: 200;
}

/* Extra small devices (phones, 321 and down) */
@media only screen and (max-width: 349px) {
  #big-text {
    font-size: 1em;
    margin-top: 10px;
    max-width: 100%;
  }
  #subtitle {
    font-size: 1rem;
  }
  h2 {
    font-size: 1rem;
  }
  .code-text {
    font-size: 30px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 6em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -4%;
    right: 3%;
    max-width: 40%;
  }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 350px) {
  #big-text {
    font-size: 1.7em;
    margin-top: 5px;
    max-width: 100%;
  }
  #subtitle {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.7rem;
  }
  .code-text {
    font-size: 30px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 6em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -4%;
    right: 3%;
    max-width: 40%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #big-text {
    font-size: 1.5em;
    margin-top: 5px;
    max-width: 100%;
  }
  #subtitle {
    font-size: 1rem;
  }
  h2 {
    font-size: 1rem;
  }
  .code-text {
    font-size: 30px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 8em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -7%;
    right: 3%;
    max-width: 30%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (min-height: 800px) {
  #big-text {
    font-size: 3em;
    margin-top: 50px;
    max-width: 75%;
  }
  #subtitle {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .code-text {
    font-size: 50px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 8em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -7%;
    right: 3%;
    max-width: 30%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 801px) {
  #big-text {
    font-size: 3em;
    margin-top: 50px;
    max-width: 75%;
  }
  #subtitle {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .code-text {
    font-size: 50px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 8em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -7%;
    right: 3%;
    max-width: 30%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .written-content {
    margin-top: 5%;
  }
  #big-text {
    font-size: 3em;
    margin-top: 30px;
    max-width: 75%;
  }
  .code-text {
    font-size: 50px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 8em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -7%;
    right: 3%;
    max-width: 30%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #big-text {
    font-size: 3.5em;
    margin-top: 30px;
    max-width: 75%;
  }
  .code-text {
    font-size: 50px;
    font-weight: 800;
  }
  #omnylogo {
    background-color: transparent;
    border: none;
    max-width: 8em;
  }
  #arrow {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: -7%;
    right: 3%;
    max-width: 30%;
  }
}
