body {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
}

nav
{

}

.nav-link
{
	font-weight: 600;
}

.nav-link:hover
{
	color:#8ac13f;
}

.spaced-out
{
	letter-spacing: 2px;
}

.text-muted
{
	color: #aaaaaa !important;
}

#panel1
{
	min-height: 600px;
	background-color: #73caee;
	background-image: url('/images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}

#panel2
{
	background-color: #f7f7f7;
}

#whitePanel
{
	background-color: rgba(255, 255, 255, 0.75);
}

.card
{
	color: #000000;
	border: 1px solid #fcfcfc;

}

.card a
{
	text-decoration: none;
	color: #1e40ff;
}

.card a:hover
{
	color: #8ac13f;
}

.card-grey
{
	background-color: #fcfcfc;
	border: 1px solid #fcfcfc;
}

.footer
{
	background-color: #0a0a0a;
	color:#ffffff;
	padding:50px 20px 30px 20px;
}

.footer p
{
	font-size:0.9em;
}

.footer a
{
	color:#ffffff;
	text-decoration: none;
}