.img-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.img-gallery {
  width: 420px;
  height: auto;
  border-radius: 2%;
  /*border: 5px solid #555;*/
}

.img-logo {
  width: 200px;
  height: auto;
}

.img-logo-xs {
  width: 100px;
  height: auto;
}

.img-logo-xxs {
  width: 48px;
  height: auto;
}

p.italic {
  font-style: italic;
  color: #595959;
}

p.smaller {
  font-size: 0.75em;
}

h4.custom {
  color: #595959;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center
}

.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 10%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  margin-left: -50vw;
}

.active, .collapsible:hover {
  background-color: #ccc;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: inherit;
  margin: -25vh;
}

button.round {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
