body {
  font-size: 18px;
}

.header {
  background-color: #333;
}

.header.navigation {
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.header.navigation #links {
  display: none;
}

/* Style navigation menu links */
.header.navigation a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

a.header.active {
  font-size: 30px;
  font-weight: normal;
}

/* Style the hamburger menu */
.header.navigation a.icon {
  font-size: 30px;
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

form.header.search {
  display: flex;
  margin: 10px 10px;
  padding: 0px 0px 10px;
}

#header-search-terms {
  flex-grow: 1;
}

h1 {
  font-size: 26px;
  font-weight: normal;
}

.search.results {
  padding: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.search.result.outer.a {
  padding-top: 20px;
  padding-right: 20px;
}

.search.result.outer.b {
  background-color: #ddd;
  border-color: #aaa;
  border-style: none;
  border-width: 1px;
  padding: 10px;
}

.search.result.inner {
  width: 100%;
  margin-right: 30px;
  max-width: 320px;
}

.search.result.thumbnail {
  width: 100%;
  text-align: center;
}

div.labeled {
  display:grid;
  grid-template-columns: max-content max-content;
  grid-gap:5px;
}

div.labeled label { 
  text-align:right;
}

div.submit {
  margin-top: 10px;
}

.submit-button {
  font-weight: bold;
  padding: 10px;
}

div.no-yes form {
  display: inline;
}

div.no-yes input {
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 15px;
  min-width: 100px;
}

div.no-yes.smaller input {
  padding: 5px;
  min-width: 75px;
  font-weight: normal;
}

.fa-edit {
  font-size: 30px;
}

.action-icon {
  margin-right: 10px;
  color: #000;
  font-size: 22px;
}

#action-items {
  display: none;
}

.actions.items a {
  /*padding: 10px;*/
  display: block;
}

.name-edit-icon, .tag-edit-icon {
  font-size: 22px;
}

h1.container, h1.item {
  margin-top: 5px;
}

h2 {
  font-size: 20px;
  font-weight: normal;
}

.container.marker {
  font-size: 14px;
  vertical-align: middle;
}

.photos.list {
  padding: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.photo {
  margin-right: 30px;
}

.photo-form {
  margin-bottom: 15px;
}

.insides {
  padding: 0;
  list-style-position: inside;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.inside {
  margin-right: 30px;
  /**/max-width: 320px;
}

.tags {
  font-style: italic;
}
