body { 
    background: #000000 url('../img/pozadi.jpg') top center no-repeat;
    font-size: 14px;
    font: normal 11pt 'Century Gothic' , Tahoma, sans-serif;
    margin: 0 auto;
    overflow: auto;
}

element.style {
    height: auto;
    width: auto;
}

/*
body>header {
    position: relative;
    top: 50px;
    width: 700px;
    padding: 20px;
    margin: 0 auto;
    background: #ff8b00;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #ff8b00, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
    text-shadow: -1px -1px #aa3030;
    font-weight: normal;
    height: 200px;
}
*/
#container {
    position: relative;
    //top: 5%;
    margin: auto;

}
body h1 {
    text-align: center;   
    font-size: 65px;
    position: relative;
    color: white;
    margin-top: 30px;
    margin-bottom: 20px;
}

body>header nav li a:hover {
    text-decoration:underline;

}

body #social {
    position: absolute;
    left: 50%;
    border-top: 2px dashed #fff;
    padding-top: 20px;
    text-align: center;
    width: 960px;
    margin-left: -480px;
}

#social a{
    margin-left: 10px;
}

body h2 {
    text-align: center;   
    font-size: 50px;
    position: relative;
    color: white;
    margin-top: 120px;
    margin-bottom: 20px;
}

body #ingress {
    //position: absolute;
    //left: 50%;
    //padding-top: 20px;
    text-align: center;
    //margin-top: 25%;
    //width: 960px;
    //margin-left: -480px;
}

#ingress a {
    font-size: 30px;
    color: darkred;
}
/*
#ingress p {
    color: white;
    font-family: cursive;
}
*/
body #donate{
    text-align: center;
    margin-top: 120px;
    margin-bottom: 10px;
    //position: relative;
    //margin-top: 25%;
    //overflow: visible;
    //margin-left: 85%;
}