/* www.alsina.xyz | Alchemically bonded by Sebastian Alsina (@youngseebi) */

/* [==] FONTS [==]*/
@font-face {
    font-family: univers;
    src: url(univers-lt-73-black-extended.ttf);
}

/*
 * [==] General [==]
*/

html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Arial', sans-serif;
    color: white;
    font-family: univers;
    background-image: url(../img/sa-background-fallback.jpg);
    background-size: cover;
    background-position: center bottom;
}

.gif-background, .gif-background > * {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    background-image: url(../img/sa-background-fallback.gif);
    background-size: cover;
    background-position: center bottom;
}

.content {
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 12px;
    opacity: 0.9;
}

h1 {
    font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 22px;
}

h2 {
    line-height: 1.3em;
    font-size: 0.8em
}

.main-text {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: auto;
    margin-bottom: 32px;
}

.main-text-mobile {
    width: 60%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 32px;
}

.icons {
    letter-spacing: 6px;
    font-size: 1.2em;
}

@media only screen and (min-device-width: 320px) and (max-width: 768px) {}