@charset "utf-8";
/* CSS Document */
body {
    background-image: url(slike/Zavesa1.jpg);
    height: 100%;
    background-size: cover;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 20px;
    background-attachment: fixed;
    background-origin: border-box;
}
#logo {
	display: none;
}
#stub-levo {
display: none;
}

 #sadrzaj {
    padding: 2px;
    margin-left: auto;
	margin-right: auto;
    width: 90%;
    display: block;
    align-content: center;
}  

#tekst {
	display: block;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 80%;
    opacity: 1;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    border: 20px ridge #EFCD75;
    background-image: -webkit-linear-gradient(90deg,rgba(247,98,225,0.74) 0%,rgba(255,255,255,0.55) 99.48%);
    background-image: -moz-linear-gradient(90deg,rgba(247,98,225,0.74) 0%,rgba(255,255,255,0.55) 99.48%);
    background-image: -o-linear-gradient(90deg,rgba(247,98,225,0.74) 0%,rgba(255,255,255,0.55) 99.48%);
    background-image: linear-gradient(0deg,rgba(247,98,225,0.74) 0%,rgba(255,255,255,0.55) 99.48%);
    -webkit-box-shadow: 4px 8px 27px 4px #050505;
    box-shadow: 4px 8px 27px 4px #050505;
    margin-top: 20;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20;
}  

#navi {
	float: center;
    display: block;
    margin-left: 32%;
	align-content: center;
}

.button {
    width: 50%;	
}
.balerina {
    width: 50%;
    height: auto;
    display: inline-block;
    margin: 0 30% 0 30%;
	
}
.gornji_red {
	display: none;
}

.donji_red {
	display: none;
}

#stub-desno {
display: none;
}

#foot {
    clear: both;
    padding: 0 3%;
    margin-top: 1%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1%;
    text-align: right;
    line-height: 27px;
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(249,134,248,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(249,134,248,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 0%,rgba(249,134,248,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 0%,rgba(249,134,248,1.00) 100%);
}
