/* Dropshadow */
.shadow-big {
    box-shadow: 0px 46.0278px 81.987px rgba(0, 0, 0, 0.32);
}

/* Hero Block for vertical alignment */
.hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.grp {
 margin: 0;   
}

.footer p a {
    color: black;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: border .5s;
}

.footer p a:hover {
    border-bottom: 1px solid rgba(0,0,0,1);
}