*, *:before, *:after {
    box-sizing: inherit; 
}

html {
    font-family: Trebuchet MS, sans-serif;;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box; 
    text-align: center;
    overflow: hidden;
}

body {
    min-height: 100%;
    padding: 20px;
    margin: 0 auto;
    line-height: 1.1;
    color: white;
    background-color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url("assets/img/wallpaper-largo-3-150x150.png") no-repeat top center fixed;
    background: url("assets/img/wallpaper-largo-3-1024x640.png") no-repeat top center fixed;
    background: url("assets/img/wallpaper-largo-3.png") no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0.67em 0; 
}

a {
    color: #099e0e;
    background-color: transparent; 
}

a:active, a:hover {
    outline: 0; 
}

p{
    font-size: 14px;
    font-weight: bold; 
    color: #9e9e9e;
}

main, footer {
    margin: 0 auto;
    display: block; 
    z-index: 2;
}

main{
    max-width: 800px;
}

footer{
    position: fixed;
    bottom: 0px;
    font-size: 8pt !important;
    width: 100%;
}

.background{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}