/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

a 
{
	color: #0c2342;
	font-weight:bold;
}

.bg-orfinh
{
	background-color: #0c2342;		
}

.drop-shadow
{
	/*text-shadow: 1px 1px #ddd; */
	background: rgba(1,1,1,0.7);	
}
.orfinh-logo
{
	width:400px;	
}

@media (max-width:576px)
{
.orfinh-logo
{
	width:250px;
}
}

@media (max-width:360px)
{
.orfinh-logo
{
	width:250px;
}
}