.white {
    color: #ffffff;
}

.dark-blue {
    color: #2C3E50; 
}

.gray {
    color: #c2c2c2;
}

.pink{
    color: #ff2be4; 
}

.green {
    color: #a5ff00;
}

.text-justify {
    text-align: justify;
}

.m-t-30 {
    margin-top: 30px;
}

.btn-white {
    background-color: #fff; 
    color: #2C3E50; 
    margin-top: 30px;
}

.btn-white:hover {
    background-color: #fff; 
    color: #ff3a3a; 
    margin-top: 30px;
}

.gallery .col-md-2 {
    padding: 0px !important;
}

#fotografie {
    padding: 100px 0px 30px 0px !important;
}

.font-lato {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.line-height-2 {
    line-height: 2;
}

.gallery img {
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.gallery img:hover {
    opacity: 0.6;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}