﻿body{
		background-image: url('/Background_Full.svg');
		background-size: cover;
		background-repeat: no-repeat;
		height: 100vh;
}

.body-container {
		margin-top: 60px;
		padding-bottom: 40px;
}

.welcome-page{
		color: white;
}

.welcome-page li {
		list-style: none;
		padding: 4px;
}

.diagnostics-page .lead {
		color: white
}

.logged-out-page iframe {
		display: none;
		width: 0;
		height: 0;
}

.grants-page .card {
		margin-top: 20px;
		border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
		font-size: 120%;
		font-weight: bold;
}

.grants-page .card .card-title img {
		width: 100px;
		height: 100px;
}

.grants-page .card label {
		font-weight: bold;
}

#logo-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 5%;
		text-align: right;
}

#SLB-logo {
		height: 100%;
		margin: 0 3% 0 0;
}

.lead {
	color: white;
}