﻿
/*@font-face {
    font-family: 'Amatic SC';
    src: url('fonts/amaticsc-regular-webfont.eot');
    src: url('fonts/amaticsc-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/amaticsc-regular-webfont.woff2') format('woff2'),
         url('fonts/amaticsc-regular-webfont.woff') format('woff'),
         url('fonts/amaticsc-regular-webfont.ttf') format('truetype'),
         url('fonts/amaticsc-regular-webfont.svg#amatic_scregular') format('svg');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('fonts/josefinsans-regular-webfont.eot');
    src: url('fonts/josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('fonts/josefinsans-regular-webfont.woff') format('woff'),
         url('fonts/josefinsans-regular-webfont.ttf') format('truetype'),
         url('fonts/josefinsans-regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

body {
    margin: 0px;
    padding: 0px;
}



.naslov,
.naslovPages{
    font-family: 'Amatic SC', cursive;
    /*font-size: 100px;*/
    text-align: center;
    color: #fff;
    padding-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    /*display: inline;*/
    /*font-weight: bold;*/
    letter-spacing:-1px;
    text-shadow: #fff 0 0 3px;
    line-height: 1.1;
    /*background-color:rgba(255,255,255,0.2);*/
}

#imgLogo{
    display: inline;
}

.dnImg{
    display: inline;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.headImgPages{
    max-width: 100%;
    height: 400px;
    margin: 0;
    display: none; /*zato što se slika prikazuje prije javescripte*/
}



@media only screen and (max-width:319px) {
    .naslov {
         font-size: 40px;
    }

    .naslovPages {
         font-size: 40px;
    }

    .pagesDesktop{
        display: none;
    }
    .pagesMobile{
        display: normal;
    }

    #gpdDesktop{
        display: none;
    }
    #gpdMob{
        display: normal;
    }
    #backAkt1{
        display: none;
    }
}


@media only screen and (min-width:320px) and (max-width:767px) {
    .naslov {
         font-size: 60px;
    }

    .naslovPages {
         font-size: 60px;
    }

    .pagesDesktop{
        display: none;
    }
    .pagesMobile{
        display: normal;
    }

    #gpdDesktop{
        display: none;
    }
    #gpdMob{
        display: normal;
    }

    #backAkt1{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .naslov {
         font-size: 80px;
    }

    .naslovPages {
         font-size: 80px;
    }

    .pagesDesktop{
        display: normal;
    }
    .pagesMobile{
        display: none;
    }

    #gpdDesktop{
        display: normal;
    }
    #gpdMob{
        display: none;
    }

    #backAkt1{
        display: normal;
    }
}

@media only screen and (min-width:1024px){
    .naslov {
         font-size: 100px;
    }

    .pagesDesktop{
        display: normal;
    }

    .naslovPages {
         font-size: 90px;
    }

    .pagesMobile{
        display: none;
    }

    #gpdDesktop{
        display: normal;
    }
    #gpdMob{
        display: none;
    }

    #backAkt1{
        display: normal;
    }

}

.header{
    position: relative;
    bottom: 0px;
    left: 0px;
    /*margin-top: 400px;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
}
.cont{
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.textOpis{
    font-family: 'Amatic SC', cursive;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 92px;
    text-align: center;
    color: #0094ff;
    letter-spacing:-1px;
    line-height: 1.1;
}

.textOpis1{
    font-family: 'Amatic SC', cursive;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    letter-spacing:-1px;
    line-height: 1.2;
}

#footer{
    height: auto;
    width: 100%;
    background-color: #0094ff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footerElse{
    text-align: center;
    color: #fff;
}

.textWord,
.textWordH1,
.textWordH2,
.textWordH3,
.textWordH4{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    letter-spacing:0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 40px;

}

.textWord{
    color: #fff;
}

.textWordH1 {
    color: #0094ff;
}

.textWordH2 {
    color: #ffec5c;
}

.textWordH3 {
    color: #e1315b;
}

.textWordH4 {
    color: #f47d4a;
}

.fullWidth1,
.fullWidth2,
.fullWidth3,
.fullWidth4{
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fullWidth1{
    background-color: #0094ff;
}

.fullWidth2{
    background-color: #ffec5c;
}

.fullWidth3{
    background-color: #e1315b;
}

.fullWidthH1,
.fullWidthH2,
.fullWidthH3,
.fullWidthH4{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 40px;
}

.fullWidthH1{
    background-color: #0094ff;
}

.fullWidthH2{
    background-color: #ffec5c;
}

.fullWidthH3{
    background-color: #e1315b;
}

.list1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    letter-spacing:0px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}

.dTjedanNaslov1,
.dTjedanNaslov2,
.dTjedanNaslov3,
.dTjedanNaslov4{
    font-family: 'Amatic SC', cursive;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 92px;
    text-align: center;
    letter-spacing:-1px;
    line-height: 1.1;
}
@media all and (max-width: 900px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .dTjedanNaslov1,
    .dTjedanNaslov2,
    .dTjedanNaslov3,
    .dTjedanNaslov4 {
        font-family: 'Amatic SC', cursive;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 72px;
        text-align: center;
        letter-spacing: -1px;
        line-height: 1.1;
    }
}

.dTjedanNaslov1{
    color: #0094ff;
}

.dTjedanNaslov2{
    color: #ffec5c;
}

.dTjedanNaslov3{
    color: #e1315b;
}

.dTjedanNaslov4{
    color: #f47d4a;
}

.dTjedanH1,
.dTjedanH2,
.dTjedanH3,
.dTjedanH4{
    font-family: 'Amatic SC', cursive;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 52px;
    text-align: center;
    line-height: 1.1;
}

.dTjedanH1{
    color: #0094ff;
}

.dTjedanH2{
    color: #ffec5c;
}

.dTjedanH3{
    color: #e1315b;
}

.dTjedanH4{
    color: #f47d4a;
}

.back1{
  background: url(../App_Img/f_3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  width: 100%;
}

.back2{
  background: url(../App_Img/gpd1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 350px;
  width: 100%;
}

.back3{
  background: url(../App_Img/f_4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 350px;
  width: 100%;
}

.sunny{
    width: 250px;
    height: 250px;
}

.galerija{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: block;
}

.aGal{
    text-align: center;
    margin: 3px;
    vertical-align: middle;
    width: 130px;
    height: auto;
    display: inline-block;
}

.aGal img{
    text-align: center;
    margin: 2px;
    vertical-align: middle;
}


