.bg-primary {
	background-color: #2a6099 !important; /* Custom background color */
}

.border-primary {
	border-color: #2a6099 !important; /* Custom background color */
}

.text-bg-primary {
	background-color: #2a6099 !important;
}

.btn-primary {
	background-color: #2a6099 !important;
}

footer a,
footer a:visited
footer a:hover
footer a:active {
	color: #ffffff8c !important;
	text-decoration: underline !important;
}

footer {
	margin-top: 16px;
}

footer span {
	color: #ffffff8c !important;
}

table, th, td {
	border: 1px solid white !important;
}

th, td {
	padding: 8px !important;
}

code {
	color: white !important;
}

.img-container {
    position: relative !important;
    padding-top: 66.59% !important;
}

.img-container > img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5) !important;
}

#presentation {
	margin-top: 2em !important;
}

h1 {
	text-align: center !important;
}

a.nav-link {
	color: white !important;
}

a.nav-link:hover {
	color: #ffffff8c !important;
}