﻿.nav-lang-menu-item img {
    width: 24px;
    height: 24px;
}

.contact-info {
    color: white;
}

    .contact-info address {
        display: block;
    }

    .contact-info i {
        font-size: 20px;
        color: #47b2e4;
        float: left;
        width: 44px;
        height: 44px;
        background: #e7f5fb;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact-info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .contact-info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        font-size: 14px;
    }

#services p
{
    text-align:justify;
}

.delmont-gallery a{
    width:15%;
    display:inline-block;
    height:150px;
    position:relative;
    overflow:hidden;
}

.delmont-gallery a img{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

header.masthead {
    padding-top: 7rem;
    padding-bottom: 2.5rem;
}

.page-section {
    padding: 2rem 0;
}
#contact h5 {
    color: white;
}




.navbar-brand .small 
{
    display:none;
}


.navbar-shrink .small {
    display: inline;
}

.navbar-shrink .big {
    display: none;
}


@media only screen and (max-width: 991px) {
    .navbar-brand .big 
    {
        display:none;
    }
    .navbar-brand .small {
        display: inline;
    }


}


header.masthead {
    background-image: url("../assets/img/banner_tetida.png") !important;
}