body {
  color: #00508e;
}

.postingBorder {
  margin: auto;
  width: 100%;
  padding: 20px;
  border: 1px solid lightgray;
  box-shadow: 0px 3px 10px #888888;
}

.postingBorder h1 {
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  width: 20%;
  border-bottom: 5px solid gold;
  width: fit-content;
}

.postingContainer {
  display: inline-block;
  padding-bottom: 10px;
  padding-bottom: 0px;
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 30px;
  border-bottom: 1px solid #6cace4;
  width: 100%;
}

.postingName {
  font-size: 1.5em;
  margin-left: 5px;
  float: left;
  width: 75%;
  padding-top: 15px;
}

.postingName a {
  box-shadow: none !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Not working
 * Something with boxshadow? */
a {
  box-shadow: none !important;
  text-decoration: none !important;
}

.seePosting {
  float: right;
  text-align: center;
  width: 15%;
  height: 65px;
  max-height: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 65px;
  margin-top: 5px;
  background-color: #00508e;
  box-shadow: 3px 3px 10px #888888;
}

.postingLink a {
  color: white;
  display: inline-block;
  text-decoration: none;
}

.seePosting a {
  text-decoration: none;
  color: white;
}

.postingName h2 {
  padding-left: 10px;
  text-align: left;
  height: 30px;
  margin: none;
}

li {
  list-style-type: none;
}

@media screen and (min-width: 55em) {
  .search {
    padding: 0px;
  }
}

.search {
  color: #ffffff;
  background-color: #00508e;
  border-radius: 5px;
  box-shadow: 3px 5px 5px #74ccfc;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  width: 80%;
  margin: 30px auto;
  padding: 20px;
  font-family: "Merriweather", Times, serif;
}

#search {
  display: flex;
  flex-direction: column;
}

#search input[type="text"] {
  border: 1px solid #041c4c;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: groove;
  background-color: #ffffff;
  flex: 1 1 auto;
  flex-basis: 100%;
  min-width: 0;
  float: left;
}

.category {
  float: left;
}

.search-filter {
  float: left;
  margin: 10px;
}

#submit {
  margin: 10px 10px auto;
  padding: 6px;
  border-radius: 6px;
  background-color: #041c4c;
  color: #fff;
  border-color: #ffffff;
  font-size: 14pt;
  float: left;
  flex: 1;
  align-self: flex-end;
}

#reset {
  float: left;
  margin: 10px 10px auto;
  padding: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #041c4c;
  border-color: #041c4c;
}

.date {
  font-size: 0.75em;
}

.no-outline:focus {
  outline: none;
}
