/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
/* h1 {
  position: absolute;
  top: 60%;
  width: 99%;
  font-size: 60px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Geomanist, sans-serif;
  text-align: center;
}

p {
  font-size: 25px;
  color: #fff;
  font-family: Geomanist, sans-serif;
}
*/
/*h1 span {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.5);
}
*/

body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
}

.content {
    position: fixed;
    top: 50%;
    /*background: rgba(0, 0, 0, 0.5);*/
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

a.button1{
 display:inline-block;
 padding:0.35em 1.2em;
 border:0.1em solid #FFFFFF;
 margin:0 0.3em 0.3em 0;
 border-radius:0.12em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:300;
 color:#FFFFFF;
 text-align:center;
 transition: all 0.2s;
}
a.button1:hover{
 color:#000000;
 background-color:#FFFFFF;
}
@media all and (max-width:30em){
 a.button1{
  display:block;
  margin:0.4em auto;
 }
}
