.flag {
    opacity: 0.5;
}

.flag:hover {
    opacity: 1;
}

.feather {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.img-shadow{
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,0.75));
}
