@charset "UTF-8";
/* CSS Document */
a {
    color: #620a34;
    font-weight: 400;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #14311b;
}
.dropdown-item.hover, .dropdown-item:hover {
    color: #14311b!important;
    text-decoration: none;
}

.info p {
    color: #2c2c2c;
    padding: 0 15px;
    font-size: 1.1em;
}
.gallery-img {
	transition: transform .2s; /* Animation */
}
a:hover .gallery-img {
box-shadow: 0px 10px 25px 0px rgba(98, 10, 53, 0.4);
transform: scale(1.1);
}

.description, .card-description, .footer-big p {
    color: #2c2c2c;
    font-weight: 300;
}

li {
	line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
}
.card-pricing ul li {
    color: #2c2c2c;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.3);
}

.section-image .description, .section-image .info .icon:not(.icon-circle) {
    color: rgba(255, 255, 255, 0.9);
}
.bg-dark {
    background-color: #220c08!important;
}
[data-background-color="black"] {
    background-color: #220c08;
}

