@media only screen and (min-width: 800px) {
    .column {
        float: left;
        width: 50%;
        height: 100%;
      }
}

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  ul li{
    display: inline;
    color:wheat
  }

  .pg li{
    width: 100%;
    margin: 10%;
  }

  .list {
    position: fixed;
    margin-bottom: 0px;
  }

  body {
    background-color:rgb(36, 36, 36);

    background-image: url("spartacus.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
  }

  h1, h2 {
    font-family: "Montserrat", sans-serif;
    color: #D14836;
  }

  h3,h4 {
    font-family: "Montserrat", sans-serif;
    color: wheat;
  }

  .right {
    text-align: right;
  }

  .uright {
    text-align: right;
  }

  .uright li a {
    color:teal;
  }
