.item-1 {
  background-color: grey;
  color: white;
  align-self: flex-start;
  border-radius: 25px 0px 0px 25px;
}

.item-2 {
  background-color: white;
  color: black;
  border-radius: 0px 25px 25px 25px;
  padding: 3em;
}

#list {
  list-style: url('listyle.gif');
  margin-top: -1em;
  padding-left: 2em;
}

li{
  padding: 0.1em;
}

#logo {
  margin: 1em;
  height: 2em;
}

a, a:visited {
  color: white;
  padding: 0.1em;
}

a:hover {
  background-color: white;
  color: grey;
}

p {
  padding-top: 1em;
}

.redir {
  background-color: grey;
  color: white;
  font-family: acknowtt;
  font-size: 20px;
  display: inline-flex;
  margin: 0px auto 0px auto;
  padding: 1.5em 2em;
  border-radius: 25px;
  flex-direction: column;
  list-style: url('listyle.gif');
}

.cover {
  border-radius: 25px 0px 0px 25px;
  display: block;
  max-height: 25em;
  width: auto;
  height: auto;
}

.info {
  display: flex;
  flex-direction: row;
  background-color: #f47e1b;
  color: white;
  border-radius: 25px;
  min-height: 25em;
}

.info2 {
  padding: 3em;
}

.info2 h3:nth-child(even) {
  opacity: 0.7;
}

@media (orientation: portrait){
  .cover{
      border-radius: 25px 25px 0px 0px;
      max-width: none;
      max-height: none;
  }

  .info {
    flex-direction: column;
    height: auto;
  }

  .item-1 {
    align-self: auto;
    border-radius: 25px 25px 0px 0px;
    flex: 1 1 0;
    width: 80%;
    padding: 0 3em;
    text-align: center;
  }

  .item-2 {
    border-radius: 0px 0px 25px 25px;
    flex: 1 1 0;
    width: 80%;
  }

  #list {
    padding-left: 0;
  }
}
