#bar-poweredby { display:none; }
body {
  background: white;
}
footer {
background: #524b45;                               /*zlat-hněda barva patičky*/
color: #000000;                                      /*barva textu v patičce*/
}
#bar-footer {
background: #000000;                                /*černé pozadí pruhu v patiče */ 
border-top: 1px solid #524b45;                      /*černá čára pruhu v patičce*/
}
.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.overlay-desc {
  background: rgba(0,0,0,0);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1 {
  color: white;
  font-family: 'Nobile', sans-serif;
  font-size: 9vw;
  text-align: center;
}

main {
  
 a:link, a:visited { color:#e6d7c2; }

	a:hover { color:#b2a695; } 
  
  margin: 0 auto;
  width: 80%;
}

p { 
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
            <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
<style>
p{font-family: 'Source Sans Pro',monospace;}
</style>

