<style type="text/css">
.shit {
  display: none;
}

.desc {
  display: block;
  font-size: 1.5ex;
  margin-left: 4ex;
  line-height: 2.8ex;
  color: 050002;
}

#logo {
  position: absolute;
  top: 20ex;
  left: 5ex;
  width: 455px;
  color: #0e1a24;
}

#logoSmall {
  position: absolute;
  top: 5ex;
  left: 5ex;
  width: 455px;
  color: #0e1a24;
  cursor: pointer;
}

#menu {
    position: absolute;
    top: 50ex;
    left: 5ex;
}
#display {
  position: absolute;
  top: 60ex;
  left: 5ex;
}
#rightPane {
  position: absolute;
  top: 25ex;
  left: 15ex;
  font-family: 'Montserrat', sans-serif;
  font-size: 3ex;
  line-height: 6ex;
  text-align: left;
  border-left: 2px solid black;
  width: 70%;
  color: #aa3311;
}

.coverimage {
    background: linear-gradient(to left, transparent, #fff 900px), url("alex03.jpg") no-repeat right;
    min-width: 1215px;
    height: 835px;
}

#footer {
    position : absolute;
    bottom: 0;
    right: 10;
    height : 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5ex;
    line-height: 3ex;
    text-align: right;
  }

img {
  display: block;
  vertical-align: middle;
  width: 18ex;
  height: auto;
}

</style>