#osd_viewer {
    width: 100%;
    height: 800px;
}


.navbar {
    border-bottom-style: solid;
    border-bottom-color: #6c757d;
    border-bottom-width: 5px;
    font-size: larger;
}

.navbar .navbar-brand img {
	max-height: none;
	height: 4rem;
	max-width: 100%;
}

header.masthead {
	position: relative;
	background-color: #343a40;
	background: url("project-title-img.jpg") no-repeat center center;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.footer-separator {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: .3rem;
    padding-top: .5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: .9rem}

.row-footer {
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto}

.background-color-light-blue{
	background-color: #A4BCDC;
}

a {
	color: #495588;
	text-decoration: none;
}