img {
    height: auto;
}

.child-p-reset p {
    padding: 0 !important;
    margin: 0 !important;
}

.member-table-big-img img {
    width: 350px !important;
}

.main-footer .footer-top {
    background: #5da7cc;
}

.main-footer .footer-bottom {
    background-color: #1d688e;
}

.main-footer .footer-bottom .row .col-md-6 span,
.main-footer .footer-bottom .fa-heart, .main-footer .footer-bottom a {
    color: #6bc0ea;
}

.dropdown-menu {
    background-color: #3399ff;
}
.dropdown-menu .dropdown-item {
    color: #fff;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.dropdown .dropdown::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12%;
}

.dropdown-item {
    transition: all 0s;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #6600cd;
    color: #fff;
}