@font-face {
    font-family: Robot-Regular;
    src: url(../font/Roboto-Regular.ttf);
  }
@font-face {
    font-family: Robot-Bold;
    src: url(../font/Robot-Bold.ttf);
  }
html, body{
    font-family: Robot-Regular, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
h1{
    display: none;
}
article{
    max-width: 1280px;
    margin: 0 auto;
    
}
div.body{
    margin: 3em;
}
.header-img{
    width: 100%;
}
video{
    width: 100%;
    height: auto;
}
.cta{
    font-size: 4em;
    font-family: Robot-Bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    line-height: 1em;
    
}
.warn{
    color: #c00;
}
.disclaimer, .copyright{
    font-size: .75em;
    color: #666;
}
p{
    line-height: 1.5em;
}
a{
    color: #6a4e9e;
}
a:hover{
    color: #9d73ea;
}
a:visited{
    color: #47346b;
}
dl dt{
    font-family: Robot-Bold, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 0.5em;
}
dl dd{
    margin-left: 0;
    margin-bottom: 1em;
    line-height: 1.5em;
}

@media screen and (max-width: 600px) {
    div.body{
        margin: 1em;
    }
    .cta{
        font-size: 2em;
    }
}