body{
    color: #666 !important;
}

.navbar-brand img#toplogo{
    height: 100px;
    transition: all 0.3s;
}

.navbar-shrink img#toplogo{
    height: 80px;
}

.bg-light{
    background-color: white !important;
}

.about-text span{
    font-size: 30px;
    line-height: 1.8;
}

.about-text h3{
    font-size: 36px;
}

section h3.section-subheading {
    border-top: 1px dashed !important;
    width: 80px !important;
    margin: 0px auto 75px auto !important;
}

.bg-grey{
    background-color: #eeeeee;
}

/* masonry */
.masonry{
    column-count: 3;
    transition: all .3s ease-in-out;
    column-gap: 10px;
    column-fill: initial;
}

.masonry .brick{
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
}

.masonry .brick img{
    margin-bottom: 10px !important;
}

.img-portfolio-th{
    padding: 1px;
    border: 1px solid grey;
}

.box{
    padding: 20px;
    background-color: #efefef;
    transition: all 0.3s;
}

.box:hover{
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
}

.palyazat-logo-home-container {
    width: 254px;
    height: 177px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    padding: 2px;
}