body {
  background-color: #e0eeff;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


.App {
  text-align: center;
  width: 100%;
  margin: auto;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.gallery {
  padding-top: 2em;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gallery-content-photo {
  position: relative;
}

.gallery-content-photo-title {
  position: absolute;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 9px #000000;
  left: 0.5em;
  bottom: 0.5em;
  text-align: left;
  font-size: 1.6em;
  pointer-events: none;
  font-family: 'Acme', sans-serif;
  opacity: 1.5;
  width: 90%;
}

.gallery {
  position: relative;
  z-index: 0;
}

.search-container
{
  padding-top: 1.5em;
  float: none;
  padding-right: 0.5em;
  padding-left: 7em;
}

.search {
  position: relative;
  z-index: 1;
}

.gallery img {
  max-width: 256px;
  max-height: 256px;
}

.link-info
{
  text-align: center;
  padding-bottom: 0.25em;
}

.link-info a
{
  text-decoration: none;
}

.link-info a:visited,
.link-info a:hover,
.link-info a:link,
.link-info a:active
{
  color: black;
}

.links
{
  padding-bottom: 0.25em;
}

span.link-icon
{
  cursor:pointer;
}

.link-icon img
{
  max-width: 32px;
  max-height: 32px;
  vertical-align: middle;
}

.link-content .title
{
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: larger;
}

.link-content .tags
{
  min-height: 3em;
  font-size: x-small;
}

.branding-logo
{
  float: left;
  height: 5em;
  padding: 1em;
}

.branding-logo img
{
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  border: 0.2em solid #666;
}

.title-section
{
  height: 1.5em;
}

.header .title 
{
  float: left;
  font-family: 'Recursive', sans-serif;
  font-size: 1.5em;
  padding-top:0.5em;
  color: #333;
  /*text-shadow: 2px 2px 2px #aaa;*/
}

.social-link-section
{
  float: right;
  padding-right: 1em;
  padding-top: 0.5em;
}

.social-icon
{
  max-height: 2em;
}

.social-link
{
  padding-left: 0.25em;
}

@media screen and (max-width: 500px)
{
  .branding-logo {
    display: none;
  }

  .search-container {
    padding-top: 1.5em;
    float: none;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .gallery {
    padding-top: 0.5em;
  }

  .header .title {
    padding-left: 0.5em;
  }
}

.video-content
{
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 100%;
}
.video-content:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
