.parallax1 {
    /* The image used */

    /* Set a specific height */
    height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax2 {
    /* The image used */
    background-image: url("../images/naslovna1.jpg");

    /* Set a specific height */
    height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    /* The image used */
    background-image: url("../images/naslovna.jpg");

    /* Set a specific height */
    height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax4 {
    /* The image used */
    background-image: url("../images/naslovna9.jpg");

    /* Set a specific height */
    height: 900px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.follow-instagram{
    position: relative
}

.follow-instagram2 {
    font-size: 26px;
    padding-top: 90px;
    font-weight: bolder;
    color: darkgray;

}

.follow-instagram3 {
    font-size: 17px;
    font-weight: bolder;
    color: darkgray;
}

.link-instagram{
    margin-left: 5px;
    font-size: 22px;
}

.column {
    float: left;
    width: 16.16%;
    padding: 1px;
    max-height: 275px;
    min-height: 275px;
}

.column2 {
    margin-top: 10px;
    float: left;
    width: 16.16%;
    padding: 1px;
    max-height: 25px;
    min-height: 25px;
}

/* Clearfix (clear floats) */


.row:before, .row:after {display: none !important;}

.footer-naslov{
    font-size: 26px;
    font-weight: bolder;
    color: black;
    margin-bottom: 20px;
}

.footer-link{
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: -10px;
}

.kolekcijegumb:hover{
    color: grey;
    border: none !important;
}

.navbar-kolekcije{
    font-size: 18px;
    margin: 0;
    color: black !important;
    font-family: Typewriter;
}

.navbar-kolekcije-tekst{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px !important;
    color: black !important;
    font-family: Typewriter;

}
* {
    box-sizing: border-box;
}

.row23 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 2px;
}

/* Create four equal columns that sits next to each other */
.column23 {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    padding: 0 2px;
}

.column23 img {
    margin-top:  2px;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .column23 {
        -ms-flex: 33%;
        flex: 33%;
        max-width: 33%;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column23 {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column23 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


.studio-btn{
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 5px;
    background-color: lightgray;
    border-bottom: 2px solid black !important;
    border-right: 2px solid black !important;
    border-top: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    transition: 0.5s;
}

.studio-btn:hover{
    background-color: darkgray;
    border-top: 2px solid black !important;
    border-left: 2px solid black !important;
    border-bottom: 2px solid transparent !important;
    border-right: 2px solid transparent !important;
    transition: 0.5s;
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.containerkampanja {
    position: relative;
}

.imagekampanja1 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.imagekampanja2 {
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
    min-height: 650px;
    max-height: 650px;

}

.imagekampanja3 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.imagekampanja4 {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middlekampanja {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.containerkampanja:hover .imagekampanja1 {
    opacity: 0.75!important;
}

.containerkampanja:hover .imagekampanja2 {
    opacity: 0.6!important;
}

.containerkampanja:hover .imagekampanja3 {
    opacity: 0.4!important;
}

.containerkampanja:hover .imagekampanja4 {
    opacity: 0.2!important;
}

.containerkampanja:hover .middlekampanja {
    opacity: 1;
}

.textkampanja {

    color: black;
    font-size: 22px;
    font-weight: bold;
    padding: 16px 32px;
}

.hover1>.hover1box{
    display: none;
}

.hover1:hover>.hover1box{
    display: block;
}

.parallax5{
    /* The image used */

    /* Set a specific height */
    min-height: 400px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fontparallax{
    font-size: 32px;
    color: white;
    margin-top: 100px;
}

.overlay_new{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.naslovna_img{
    background: rgba(0, 0, 0, .75);
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    max-height: 1100px;
    min-height: 1100px;
    object-fit: cover;
    top: -20%;
}

.center_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.naslovna_img_mob_footer{
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}