html, body{
    font-family: mr-eaves-xl-modern, sans-serif;
    font-style: normal;
    margin: 0;
    height: 100%;

}
div.bg{
    background: url("background.jpg") no-repeat center;
    background-size: cover;
    height: 100%;
    position: relative;
}
h1, h2, p, a{
    margin: 0;
    color: white;
    text-align: center;
    display: block;
    font-weight: 300;
}
h1{
    font-size: 76pt;
    padding-top: 15%;
}
h2{
    font-size: 34pt;
    padding: 1% 0 4%;
}
p{
    position: absolute;
    bottom: 4%;
    width: 100%;
    font-size: 20pt;
}
p span.dot{
    color: #27b7d4;
    margin: 0 10px
}
p span.postal{
    margin-left: 0.5em;
}
p a{
  display: inline;
    text-decoration: none;
}
a.blue{
    padding: 15px 0;
    text-decoration: none;
    font-size: 1.4vw;
    background-color: #27b7d4;
    width: 22%;
    margin: auto;
    border-radius: 30px;
    font-weight: 600;
}