@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

.header {
  white-space: nowrap;
  height: 80px;
  overflow-x: auto;
}

.header img {
  margin: 0 auto;
  display: inline;
  align-self: flex-start;
}

.content {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  margin-left: 250px;
  padding: 20px;
  background-color: #eff8f8;
}

a {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: medium;
}

input {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

button {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

select {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
}

form {
  border: 2px solid black;
  width: 50%;
  margin: auto;
}

#map {height: 654px; margin-left: 250px; padding: 20px;}

body {
  margin: 0;
  padding: 0;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100vh;
  background-color: #15cfe8;
  color: #fff;
  text-align: center;
  font-size: x-large;
}

.sidebar a {
  color: #fff;
  text-decoration: none;
  font-size: x-large;
}

.sidebar img {
  display: block;
  margin: 40px auto 20px;
  width: 100px;
  border-radius: 10%;
  
}

.sidebar img:hover {
  filter: brightness(70%);
}

.sidebar nav ul {
  list-style-type: none;
  padding: 0;
}

.sidebar nav ul li {
  padding: 10px;
}

.content {
  margin-left: 250px;
  padding: 10px;
}

@media screen and (orientation:portrait) { 
 
  body { 
    -ms-transform: rotate(90deg); /* IE 9 */ 
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */ 
    transform: rotate(90deg); 
    width: 720 ; 
    height: 1280 ; 
    overflow: scroll; 
  } 
}

.finds {
  margin-left: 3%;
  width: 500px;
  display: inline-block;
}

.missing {
  margin-right: 3%;
  width: 500px;
  display: inline-block;
}

.about-text {
  width: 950px;
  align-self: center;
  align-items: center;
  padding-left: 100px;
  border-color: black;
  border-style: ridge;
}

td, th {
  border: 2px solid black;
  text-align: left;
  padding: 8px;
  height: 40px;
}

th {
  height: 20px;
}


table {
  border-collapse: collapse;
  width: 100%;
}