/********************************
        MEDIA QUERIES: 
Top Header | Navigation | Footer
********************************/
/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */
/* WIDESCREEN - From 1201 */
@media(min-width: 1201px) { 
    .carousel-caption {
        padding-bottom: 4%;
    }
    .carousel-caption p {
        font-size: 26px;
        line-height: 0.7;
    }
    .carousel-caption h4 {
        font-size: 35px;
    }

    /* #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
       font-size: 1.8rem;
    } */
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        font-size: 2.2rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
}



/* NORMAL II - From 991px-Bootstrap To 1200px */
@media(min-width: 992px) and (max-width: 1200px) { 
    
    .carousel-caption {
        padding-bottom: 3%;
    }
    .carousel-caption p {
        font-size: 24px;
        line-height: 0.5;
    }
    .carousel-caption h4 {
        font-size: 36px;
    }

    #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
       font-size: 1.6rem;
    }
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        font-size: 2rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
 }

 /* NORMAL I - From 769px To 991px-Bootstrap */
@media(min-width: 769px) and (max-width: 991px) {

    .carousel-caption {
        padding-bottom: 3%;
    }
    .carousel-caption p {
        font-size: 18px;
        line-height: 0.5;
    }
    .carousel-caption h4 {
        font-size: 32px;
    }

    #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
       font-size: 1.2rem;
    }
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        font-size: 1.8rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
}

/* TABLET From 501px To 768px */
@media(min-width: 501px) and (max-width: 768px) { 
    
    .carousel-caption {
        padding-bottom: 3%;
    }
    .carousel-caption p {
        font-size: 12px;
        line-height: 0.9;
    }
    .carousel-caption h4 {
        font-size: 16px;
    }

    #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
       font-size: 1rem;
    }
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        font-size: 1.4rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
}

/* SMARTPHONE From 320px To 500px */
@media(min-width: 321px) and (max-width: 500px) {

    .carousel-caption {
        padding-bottom: 3%;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 0.9;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    
    #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
        display: none;
    }
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        font-size: 1.2rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
}

/* SMARTPHONE under 320px */
@media(max-width: 320px) {
    .carousel-caption {
        padding-bottom: 3%;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 0.9;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    #prvi_slajd p,
    #drugi_slajd p,
    #treci_slajd p,
    #cetvrti_slajd p,
    #peti_slajd p {
        display: none;
    }
    #prvi_slajd h4,
    #drugi_slajd h4,
    #treci_slajd h4,
    #cetvrti_slajd h4,
    #peti_slajd h4 {
        padding-bottom: 2.2rem;
        font-size: 1rem;
    }
    #prvi_slajd a,
    #drugi_slajd a,
    #treci_slajd a,
    #cetvrti_slajd a,
    #peti_slajd a {
        color: #fff;
    }
}



/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {...}*/

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {...}*/

/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {...}*/

/* Large devices (laptops/desktops, 992px and up)
@media only screen and (min-width: 992px) {...} */

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {...}*/
