@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
/* CSS Document */
ul,ol { list-style: none }
ul,ol,li,dd,dt,dl,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0 }
a img,:link img,:visited img { border: none }
address { font-style: normal }
img { padding: 0; }
fieldset { border: 0; }
html,body { height: 100%; margin: 0; padding: 0; font-family: 'Playfair Display', serif; }

.full-height { height: 100% !important; }
.full-width { width: 100% !important; }
/* .expand-width { width: 150%;  } */
.center-m { margin-left: auto; margin-right: auto; }

.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 3rem !important; }
.pb-4 { padding-bottom: 4rem !important; }

p { font: 1em 'Roboto', sans-serif; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h6 { font-size: 1rem; }

.arh_dia {
    color: #F977A4;
    font-size: 4.2rem;
}
.dm {
    color: #ffffff;
    font-size: 4.2rem;
    margin-bottom: 0.2rem;   
}
.home_menu {
    display: inline-block;
}
.home_menu li {
    float: left;
    color: white;
    font-size: 3.4rem;
    line-height: 3.4rem;
    border-left: 2px solid rgba(83, 43, 100, 0.3);
    padding: 0 30px;
}
.home_menu li:first-child {
    border: none;
    padding-left: none;
}
.home_menu a {
    color: white;
}
.home_menu a:hover {
    color: #260A41;
   
}
.header {
    padding: 2rem 4rem;
    background-color: #F3F3F3;
}
.menu_header li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Roboto', sans-serif;
    border-left: 1px solid #dadada;
}
.menu_header a {
    color: black;
}
.menu_header li:first-child {
    border-left: none;
}

.cluster-container {
    /* display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; */
}
.cluster {
    border: 1.75rem solid white !important;
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);

    width: 360px;
    height: 360px; 
    overflow: hidden;

    background-color: violet;
    background-size: 100%;
    background-position: center;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.cluster:hover {
    background-size: 111%;
    background-color: #B1658B;
    /* background-position:-50px -50px; */
}


.datestamp {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #EEB5C9;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    padding-top: 10px;
}
.line {
    width: 50px; 
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.tags {
    display: inline-block;
}
.tags li {
    float: left;
    font-size: 1rem;
    border-radius: 10px;
    background-color: #F3F3F3;
    margin: 0.5rem;
    padding: 0.5rem 1rem;
}
#row {
    
    height: auto;
}
.hero {
    height: auto;
    width: 100%;
}

#first_dzordz {
    background-image: url(../images/thumb1.jpg);
}
#second_sajkaska {
    background-image: url(../images/thumb2.jpg);
}
#third_hilandarska {
    background-image: url(../images/thumb3.jpg);
}
#fourth_neimar {
    background-image: url(../images/thumb4.jpg);
}
#fifth_dorcol {
    background-image: url(../images/thumb5.jpg);
}
#sixth_pancevo {
    background-image: url(../images/thumb6.jpg);
}
#seventh_nbg {
    background-image: url(../images/thumb7.jpg);
}
#eighth_kalenic {
    background-image: url(../images/thumb8.jpg);
}
#ninth_dorcol {
    background-image: url(../images/thumb9.jpg);
}
#tenth_dorcol {
    background-image: url(../images/thumb10.jpg);
}
#svetozar {
    background-image: url(../images/thumb11.jpg);
}
#office_gl_new {
    background-image: url(../images/office_gl_new.jpg);
}
#office_myskin {
    background-image: url(../images/office_myskin.jpg);
}
#office_gl_old {
    background-image: url(../images/office_gl_old.jpg);
}
#office_vibe_new {
    background-image: url(../images/office_vibe_new.jpg);
}
#office_vibe_old {
    background-image: url(../images/office_vibe_old.jpg);
}
#office_fkc {
    background-image: url(../images/office_fkc.jpg);
}
#slikarstvo {
    background-image: url(../images/art.jpg);
}
#scenografija {
    background-image: url(../images/set.jpg);
}
#land_art {
    background-image: url(../images/land_art.jpg);
}
#izlozbeni_dizajn {
    background-image: url(../images/expo.jpg);
}
#current {
    color: #B0AEAE;
}
.mailto {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

.mailto:hover {
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
}
#contact {
    margin-bottom: 20px;
}
.separator {
    border: 0;
    height: 1px;
    background: #adadad;
    background-image: linear-gradient(to right, #efefef, #adadad, #efefef);
    margin-bottom: 40px;
}
.group_title {
    margin-bottom: 30px;
}
.group_title a {
    color: black;
}
.group_title a:hover {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}
.description {
    text-align: center;
}
.soon {
    font-size: 16px;
}