body {
  border-width: 0px;
  background: none;
  background-size: cover;
}

img {
  border: none;
}

a {
  border: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}



ul {
    display: inline-flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    width: 100%;
    justify-content: space-evenly;
}

#menu {
    position: fixed;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    padding-top: 1%;
    border: none;
    text-align: center;
    display: flex;
}

#topmenu ul {
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  list-style-type: none;
  text-align: center;
  width: 90%;
}

#topmenu li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
}

.centerinfo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  text-align: center;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  flex: 50%;
  padding: 5px;
}

.row{  display: flex;
}



.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
  background-color: none;
  color: black;
  text-align: center;
}



@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {}