.main {
    min-height: 100vh;
}

/* Sidebar Desktop */
.bg-dark {
    background-color: #191919 !important;
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.logo {
    width: 100px;
    height: 100%;
}

/* Sidebar - Font Awesome */
.icons {
    font-size: 1.5rem;
    color: #8c8b8b;
    right: 0px;
}

i:hover {
    color: #E9E9E9;
}

.flag-language {
    width: 30px;
    opacity: 0.65;
}

.flag-language:hover {
    opacity: 1;
}

#google_translate_element {
    display: none;
}

/*  Banner */
.banner {
    max-height: 300px;
    /* opacity: 0.85; */
}

.img-title {
    top: -30px;
    position: relative;
    padding: 8px 30px;
    background-color: #E9E9E9;
    opacity: 0.75;
    color: black;
}

.list-links a {
    color: #191919;
    text-decoration: none;
    display: block;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    background-color: #191919;
    color: rgba(255,255,255,.8);
}

.footer-text {
    margin: 0;
    padding: 5px 0 8px 0px;
}

/* HR */
hr.line-separator {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.line-separator:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}