.container {
    margin-top: 3%;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

#footer .btn-link,
#footer .text-center{
	font-size:xx-small;
    
}
.txt-wsg {
	color: #0039A4;
}


.border-thick {
	border-width: 2px; 
}
.border-grey {
    border-color: #777 !important;
}
.txt-grey {
    color: #777 !important;
}
.bg-grey {
    background-color: #aaa !important;
}
.border-violett {
    border-color: #71508C !important;
}
.txt-violett {
    color: #71508C !important;
}
.bg-violett {
    background-color: #71508C !important;
}
.border-cankado {
	border-color: #45A388 !important;
}
.txt-cankado {
	color: #45A388 !important;
}
.bg-cankado {
	background-color: #45A388 !important;
}