/*
Theme Name: CDCS
Author: Ondřej Holý
Template: holych
Version: 0.1
*/

body {
  background-color: #e0e0e0;
}

#content {
  min-height: calc(100vh - 50em / 2 - 9em); /* sticky footer */
}

#content iframe {
  width: 100% !important;
  height: calc(9 / 16 * 50em) !important; /* video 16:9 ratio */
}

@media all and (max-width: 50em)
{
  #content iframe {
    height: calc(9 / 16 * 100vw - 2em) !important; /* video 16:9 ratio when smaller than max-height */
  }
}

#footer {
  background-image: url('./footer.jpg'); 
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: calc(50em / 2) !important; /* background ratio */
}

@media all and (max-width: 50em)
{
  #footer {
    padding-bottom: calc(50vw - 1em) !important; /* background ratio when smaller than max-height */
    /* jeste osetrit stav kdy je okno mensi nez minimalni sirka */
  }
}

#commentform input[type=text],
#commentform input[type=password],
#commentform textarea
{
  box-sizing : border-box;
  display: block;
}

#commentform textarea
{
  width: 100%;
}

#commentform p.comment-form-comment label
{
  display: none;
}

/*#commentform input[type=text]
{
  width: 100%;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email
{
  float: left;
  width: 50%;
  margin-top: 0;
}

#commentform p.form-submit
{
  clear: left;
}*/
