


    /* ---- button ---- */

    .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #ffffff;
    border: none;
    border-radius: 0;
    color: #222;
    font-size: 16px;
    text-shadow: 0 1px white;
    cursor: pointer;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.083);
    border: 1px solid #bcbbbbbd;
    }

    .button:hover {
    background-color: #17748D;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #ffffff;
    transform: scale(1.23);
    transition: ease-in-out .1s;
    }

    .button:active,
    .button.is-checked {
    background-color: #17748D;
    border: 1px solid #17748D;
    transform: scale(1.08);
    }

    .button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
    }

    .button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
    }

    /* ---- button-group ---- */

    .button-group {
    margin-bottom: 20px;
    }

    .button-group:after {
    content: '';
    display: block;
    clear: both;
    }


    .button-group .button {
    margin-bottom: 1%;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    border-radius: 30px; 
    font-weight: 900;
    
    
    }



    /* ---- isotope ---- */

    .grid {
    border: 1px solid #333;
    }

    /* clear fix */
    .grid:after {
    content: '';
    display: block;
    clear: both;
    }

    /* ---- .element-item ---- */

    #gridStyle{
        border: transparent;

    }

    #cardStyle{
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    }

    #cardStyle2{
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 2%;
        background-color: rgba(255, 255, 255, 0.948) !important;
        padding-left: 5%;
        padding-right: 5%;
    }
    


    /* button design */

.btn-69{
    margin-bottom: 5%;
}

#publicationCard{
    background-color: rgba(255, 255, 255, 0.948) !important;
    border-radius: 5px;
    padding: 1%;
}


#storiesCard{
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}

#imageTabs2{
    border: 4px solid rgb(8, 7, 7);
    box-shadow:0 5px 30px 0 rgba(0, 0, 0, 0.1) ;
    border-image: linear-gradient(rgb(213, 213, 213), rgb(187, 187, 187)) 1;

}