body {
    margin: 0;

    font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: small;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.180392);
    /* text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
}

html {
    background: url(//splash.unoeuro.com/background.png) top repeat-x #88aa1a;
    background: -moz-linear-gradient(top, #88aa1a 0%, #88aa1a 50%, #627c12 50%, #627c12 75%, #ededed 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88aa1a), color-stop(70%, #88aa1a), color-stop(50%, #627c12), color-stop(75%, #627c12), color-stop(75%, #ededed));
    background: -webkit-linear-gradient(top, #88aa1a 0%, #88aa1a 50%, #627c12 50%, #627c12 75%, #ededed 75%);
    background: -o-linear-gradient(top, #88aa1a 0%, #88aa1a 50%, #627c12 50%, #627c12 75%, #ededed 75%);
    background: -ms-linear-gradient(top, #88aa1a 0%, #88aa1a 50%, #627c12 50%, #627c12 75%, #ededed 75%);
    background: linear-gradient(to bottom, #88aa1a 0%, #88aa1a 65%, #627c12 65%, #627c12 75%, #fff 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88aa1a', endColorstr='#ededed', GradientType=0);
    height: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat-x;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Sans Regular'), local('NunitoSans-Regular'), url(https://fonts.gstatic.com/s/nunitosans/v3/iJ4p9wO0GDKJ-D5teKuZqo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(https://fonts.gstatic.com/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHWhQUTDJGru-0vvUpABgH8I.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(https://fonts.gstatic.com/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHejkDdvhIIFj_YMdgqpnSB0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Sans Bold'), local('NunitoSans-Bold'), url(https://fonts.gstatic.com/s/nunitosans/v3/XvilrNtBQKRMeiqSPzEFHYlIZu-HDpmDIZMigmsroc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

A, A:active, A:visited, A:hover {
    color: #333;
    text-decoration: none;
}

img {
    border: 0;
    margin-top: -10px;
}

#content {
    margin: auto;
    max-width: 800px;
    color: #333;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 200px;
    text-align: center;
    border-radius: 20px;
}

#tagline {
    font-size: xx-large;
    margin: 0;
}

h2 {
    font-size: large;
}

#helpline {
    font-weight: bold;
    font-size: medium;
    margin-top: 40px;
}

#footer {
    font-weight: bold;
    bottom: 0;
    display: none;
}

@media only screen and (max-device-height: 800px) {
    #content {
        margin-top: 0;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        height: 100%;
        background: none;
    }

    html {
       height: 30px;

    }
}