.text-dark, header.welcome {
    display: none;
}

.bframe {
    border: solid 1px #ccc;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 2em;
}

h1.title, h2.title {
    display: none;
}

.text-white {
    font-weight: 300;
}

h1.de {
    font-size: 2em;
    color:#d00a11;
}

h1.es {
    font-size: 2em;
    color:#0090d7;
}

h1.do {
    font-size: 2em;
    color:#e6007f;
}

img.log {
    max-width: 300px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.navbar-collapse .ml-auto {
    margin: auto !important;
    padding-left: 5%;
}

.nav-link {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight:300;
}

.nav-item {
    white-space:nowrap; 
}

.row .gallery img {
    margin-bottom:1.5em;
}

h1, h2, h3, h4, b , strong {color:#777777;}

.bg-dark {
    background-color: #666 !important;
}

.btn {
    background: #888;
    padding: 2px 8px 4px 8px;
    color: #fff;
}

.btn:hover {
    background: #333; 
    color: #fff;
}

a {
    font-weight: 700;
    color:#06367e;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}

section {
	padding: 100px 0;
}

img {
	max-width: 100%;
}

pre {
	background: #eee;
	padding: 10px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th, td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

/* Paginator */
.paginator {
	margin-top: 20px;
	margin-bottom: 80px;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}


/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Home - Header */
header.welcome {
	padding: 100px 0;
}

/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
	background: #FAFAFA;
}

.page-cover-image {
	background-size: cover;
	background-position: center;
}

/* VIDEO EMBED RESPONSIVE */
.video-embed {
	overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	position:relative;
	height:0;
}
.video-embed iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

