
body {
  border-width: 0px;
  background: none;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 

}

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;
}

li {
  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;
  padding: 10px;
}

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


@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {}

.contact {
text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 500px;
margin: 0 auto;
  padding: 10px;}

input[type=text] {
  padding: 4px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 2px black solid; 
  border-radius: 2px; 
  text-transform: uppercase;
  color: #000;
  text-align: left;
  width: 100%;
}

textarea {
  height: 100px;
  padding: 4px 10px;
  box-sizing: border-box;
  border: 2px black solid;
  border-radius: 2px;
  resize: none;
    color: #000;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

input[type=button], input[type=submit], input[type=reset] {
  border: none;
  color: none;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

::placeholder {
  color: black;
  font-weight: 600;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
}

.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) {

}

