

body{background: #494949;
background: -moz-radial-gradient(center, ellipse cover, #494949 0%, #1e1e1e 85%);
background: -webkit-radial-gradient(center, ellipse cover, #494949 0%,#1e1e1e 85%);
background: radial-gradient(ellipse at center, #494949 0%,#1e1e1e 85%);
    /* background-repeat: no-repeat;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    -o-background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    -moz-background-attachment: fixed;
    -o-background-attachment: fixed;
}

.button{background-color: #f5f5f5;
    width: 230px;
    height: 50px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #494949;
    text-align: center;
    text-decoration: none;
    font-family:Helvetica, sans-serif;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 1px 10px 20px #1e1e1e;
    -webkit-box-shadow: 1px 10px 20px #1e1e1e;
    -moz-box-shadow: 1px 10px 20px #1e1e1e;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3;
}
.button:hover{
    background-color: #3B5998;
    color: #f5f5f5;
}

.button2{background-color: #f5f5f5;
    width: 230px;
    height: 50px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #494949;
    text-align: center;
    text-decoration: none;
    font-family:Helvetica, sans-serif;
    font-weight: bold;
    line-height: 50px;
    box-shadow: 1px 10px 20px #1e1e1e;
    -webkit-box-shadow: 1px 10px 20px #1e1e1e;
    -moz-box-shadow: 1px 10px 20px #1e1e1e;
    transition: 0.5s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3;
    }
.button2:hover{
    background-color: #d0d0d0;
}


.kontakt-text{
    text-shadow: 1px 5px 10px #1e1e1e;
    font-size: 120%;
}
#stranica {width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    
    }
#logo {text-align: center;
    text-shadow: 1px 5px 20px #1e1e1e;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 170%; color: #f5f5f5;
    font-family: Helvetica, sans-serif;
    img{max-height: 20%; max-width: auto;}}
#kontakt {text-align: center;
    padding-top: 20px;
    color: #f5f5f5;
    font-family: Helvetica, sans-serif;}

/*iPad/Tablet*/
@media only screen and (max-width 1024px){
    
}
/*iPhone 6/Plus/Veliki mobiteli*/
@media only screen and (max-width 767px){
    
}
/*iPhone 4"/Mali mobiteli*/
@media only screen and (max-width 480px){
    
}
@media print{
    
}