/*motiv*/
main h1:first-of-type,
#motto #motto-text {
  font-size: 35px;
}
@media (min-width:992px) {

  main h1:first-of-type,
  #motto #motto-text{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .6), 3px 3px 10px rgba(0, 0, 0, .2);
  }

  /**/
  #photogalleries .link-thumbnail {
    max-height: unset;
  }

  #footbox section {
    padding: 30px 15px;
    max-width: 1280px;
    margin: auto;
  }
  /* mezera mezi motivem a textem */
  #second, #separator, #blog, #content, #random-image {
    padding: 1px 0;
  }

  /* Změna výšky motivu */
  #index #motive {
    height: 50vh;
    max-height: 100%;
    margin-bottom: 0;
  }

  /* Drop down menu */
  .dropdown.open ul.dropdown-menu {

    background-color: rgba(17, 17, 17, 0.7);
  }


  .dropdown-menu > li > ul > li > a {
    color: #fff !important;
  }