@font-face {
    font-family: roboto;
    src: url(../font/Roboto-Black.ttf) format("truetype");
}
@font-face{
    font-family: lunch;
    src: url(../font/Lunchtype.ttf) format("truetype");
}
html, body{
  height: 100%;
  font-family: lunch;
}


.navbar-default {
  text-align:center;
}
.navbar-nav {
    display:inline-block;
    float:none;
}
.nav>li{
    padding-left: 30pt;
    padding-right: 30pt;
}

.parallax {
    /* The image used */
    background-image: url('../img/maos.jpg');

    /* Full height */
    height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 20px;
    letter-spacing: 8px;
}