@font-face {
    font-family: GraublauWeb;
    src: url("../fonts/Amarillo.otf");
}

body {
    background-color: #000000;
}

#main {
    background-image: url("../images/AVILA-MONTAJE.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-black {
    background-color: #000000;
}

.bg-black-2 {
    background-color: #18141a;
}

#home_surprise {
    font-family: Century Gothic, serif;
    font-weight: bold;
    font-size: 1.8em;
}

#main {
    min-height: 100vh;
}

#welcome p {
    font-family: GraublauWeb, sans-serif;
    font-size: 2em;
    text-align: center;
}

#buttons a {
}

#fixed_buttons {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer {
    /*margin-top: 5em;*/
}

#footer .paragraph-1 {
    font-size: 2.5em;
    font-family: sans-serif;
}

#footer .paragraph-2 {
    font-family: GraublauWeb, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}
