/*Postavke stranice*/
/*Postavke stranice*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
/*Kraj postavke stranice*/
/*Header pocetak*/
/*Header pocetak*/

.header {
    border-bottom: 3px solid #42556A;
    background-color: rgba(66,85,106,0.4);
    position: fixed;
   
    width: 100vw;/*ako ti ovo ne radi probaj sa postocima*/
}
.kontejner-za-logo-social {
    margin: 0px auto;
    width: 1000px;
}
.omot-za-logo-social {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.omot-za-logo {
    flex-grow: 1;
}
.omot-za-logo img {
    margin-top: 5px;
}
#logoStoperica{
    width: 72px;
   
}
#logoTTS{
    width: 74px;
}
#logoText{
   width: 450px;
}

.omot-za-social-media-icons {
    padding: 10px;
    flex-grow: 1;
}
.ulID {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.liID{
    margin: 0px;
}
#noLink{
    font-size: 16px;
}
.omot-za-social-media-icons ul li a img {
    height: 24px;
    width: 24px;
    margin: 5px;
}
.main-menu nav div {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #dc0000;
    background: #42556A;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
/*Header kraj*/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*1.PRVA POČETAK*/
.pages .page#prva {
    background: url(../img/bg01.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#glavniOmotKviz{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    width: 100vw;
}
/*ovo je za blur koji nastaje dok tajmer dodje na nulu POCETAK*/
.page-blur {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
}
.modal-holder {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#gumbModal{
    width: 15%;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
}
/*ovo je za blur koji nastaje dok tajmer dodje na nulu KRAJ*/
#countdown{
    color: #0057BD;
}
.kviz-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.1);
    width: 500px;
    max-width: 95vw;
    overflow: hidden;
}
.kviz-header {
    padding: 16px;
}
h2 {
    padding: 16px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    user-select:none;
}
ul {
    list-style-type: none;
    padding: 0;
}
ul li {
    font-size: 19px;
    margin: 16px 0;
    display: flex;
}
ul li:hover{
    background-color: rgba(0,0,0,0.1);
}
ul li label {
    cursor: pointer;
    flex-grow: 1;
    margin:2px 0px 0px 2px;
    user-select:none;
}
ul li input[type="radio"]{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

button {
    background-color: #0057BD;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
    font-family: inherit;
    padding: 18px;
}

button:hover {
    background-color: #004DAB;
}

button:focus {
    outline: none;
    background-color: #00408F;
}
button:active{
    position: relative;
    top: 1px;
}
/*1.PRVA KRAJ*/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


/*media query-za laptop 1366*768 i 1440*900*/
/*laptop*/
@media (max-width:1600px) {
    
    
}
@media (max-width:1440px) {
    
    
}
@media (max-width:1366px) {
    
    .kviz-container{
            margin-top: 109px;
    }
}

@media (max-width:1280px) {

    
}
























    





    





    


    


   















































































































































