.image-container {
    position: relative;
}

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

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

.image-container:hover .image {
    opacity: 0.3;
}

.image-container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #00BFA6;
    color: white;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 5px;
}

.text-darker{
    color:#00002D;
}

.text-darker-bold{
    color:#00002D;
    font-weight: bolder;
}

.btn-text {
    font-weight: 100;
    font-size: 16px;
}

/* WhatsApp floating button*/
.btn-floating-whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-icon{
    margin-top:16px;
}
