/*Postavke stranice*/
/*Postavke stranice*/

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;
}
#logoKalkulator{
    width: 47px;

}
#logoTTS{
    width: 74px;
}
#logoText{
    width: 684px;
}

.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*/
#stranicCentar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
}
.pages .page#prva {
    background: url(../img/bg01.jpg);
    background-size: cover;
    background-attachment: fixed;
}
#slikaNaslov{

}
.kresoTablica{
    text-align: center;
    border:4px double skyblue;
    background: #42556a;
    padding: 0px 10px 16px 10px;
    border-radius: 10px;
}
.maliEkran{
    font-size: 1.5rem;
    min-height: 29px;
    text-align: right;
    padding: 10px 10px 0px 0px;
    background-color: #A2B1A3;
    user-select:none;
    font-family:'MyFont';
    font-weight: bold;
    color: rgba(0,0,0,0.7);
    border-radius: 10px 10px 0px 0px;
    border:4px double black;
    border-bottom: none;
    box-shadow: 0px -2px 2px 1px skyblue;
    cursor: url('../img/play.svg'), auto;
}
.velikiEkran{
    font-size: 2.5rem;
    min-height: 48px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    background-color: #A2B1A3;
    margin-bottom: 27px;
    font-family:'MyFont';
    font-weight: bold;
    color: rgba(0,0,0,0.7);
    border-radius: 0px 0px 10px 10px;
    border:4px double black;
    border-top: none;
    box-shadow: 0px 2px 2px 1px skyblue;
    user-select:none;
    width: 313px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    cursor: url('../img/volume1W.svg'), auto;
}
.zaBOrder{
    border-radius: 10px;
}
/*gumbi pocetak*/
#noSound{
    height: 60px;
    margin:15px 0px 15px 0px;
}
.css-button {
    color: #ffffff;
    font-size: 22px;
    border-radius: 5px;
    border: double 4px black;
    text-shadow: 1px 1px 0px #1571cd;
    box-shadow: inset 1px 1px 2px 0px #97c4fe;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: Arial;
    background: #42556a;
    display: flex;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin: 2px;
    -webkit-box-shadow: 0px 0px 1px 1px #000000;
    box-shadow: 0px 0px 2px 1px skyblue;
    user-select:none;
}
.css-button:hover {
    text-shadow: 2px 2px 0 #4074b5, 2px -2px 0 #4074b5,
        -2px 2px 0 #4074b5, -2px -2px 0 #4074b5, 2px 0px 0 #4074b5,
        0px 2px 0 #4074b5, -2px 0px 0 #4074b5, 0px -2px 0 #4074b5;
}
.css-button-text {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 57px;
}
.css-button-icon {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid #ffffff29;
    box-shadow: inset rgb(0 0 0 / 14%) 0 -1px 0;
    padding: 16px 0px;
}
.css-button-icon > i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
}
.css-button:active {
    position:relative;
    top:1px;
    background-color: #3B4B5E;
    text-shadow:none;
}
.key-pressedGreen {
    box-shadow: 0px 0px 3px 3px lightgreen;
    position:relative;
    top:1px;
}
.key-pressedRed {
    box-shadow: 0px 0px 3px 3px lightcoral;
    position:relative;
    top:1px;
}
.key-pressedBlue {
    box-shadow: 0px 0px 3px 3px lightskyblue;
    position:relative;
    top:1px;
}
.key-pressedYellow {
    box-shadow: 0px 0px 3px 3px #FFEC8B;
    position:relative;
    top:1px;
}
/*gumbi kraj*/
.dimenzijeGumba{
    width: 65px;
    height: 60px;
}
.dimenzijeVecegGumba{
    width: 149px;
    height: 60px;
}
.sjena{
    -webkit-box-shadow: 0px 0px 11px 2px #000000;
    box-shadow: 0px 0px 11px 2px #000000;
}
@font-face {
    font-family: 'MyFont';
    src: url('../fonts/TickingTimebombBB.ttf') format('truetype');
}
#zaTisuce{
    width: 263px;
    height: 67px;
    margin-top: 16px;
}
#zaYesNo{
    padding: 10px 8px;
}
#zaCentar{
    width: 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*1.PRVA KRAJ*/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/


/*media query-za laptop 1366*768 i 1440*900*/
/*laptop*/
@media (max-width:1920px) {
    body{
        overflow: hidden;
    }
}
@media (max-width:1680px) {
    body{
       overflow: hidden;
    }
}
@media (max-width:1600px) {
    .main-menu nav div {
        display: none;
    }
    #zaCentar {

        padding-top: 44px;
    }
    body{
         overflow: auto;
    }
}
@media (max-width:1440px) {
}
@media (max-width:1366px) {

    .header{
        display: none;
    }
    body{
        overflow: auto;
    }
    .pages .page#prva{
        height: 112vh;
    }
    #zaCentar {
        padding-top: 16px;
    }
}
@media (max-width:1280px) {

    .pages .page#prva{
        height: 120vh;
    }
    #zaCentar{
        padding-top: 50px;
    }
    body{
         overflow: auto;
    }
}
@media (max-width:1024px) {

    .pages .page#prva{
        height: 105vh;
    }
    #zaCentar{
        padding-top: 0px;
    }
    body{
         overflow: auto;
    }
}
























  





























































































































































































