/* CSS Document */
:root {
    --primary: #142550;
    --secondary: #41c6c8;
    --light: #EFF5F9;
    --dark: #09173b;
}

.shf-top-pane-1
{
	background-color: var(--primary);
	}

.shf-top-pane-2
{
	background-color: var(--secondary);
	}
.shf-brand
{
	border: 10px solid #f60000;
	}
@media only screen and (min-width: 992px)
{
	.shf-brand
	{
		border:0px solid #333;
		max-width: 280px;
		}
	}
@media only screen and (max-width: 768px)
{
	.shf-brand
	{
		border: 0px solid #333;
		max-width: 240px;
		}
	}
@media only screen and (max-width: 360px)
{
	.shf-brand
	{
		border:0px solid #333;
		max-width: 150px;
		}
	}
	
	
	
	
	
	
	
/* Footer Pane */	

.shf-footer-pane-1
{
	background-color: var(--primary);
	}

.shf-footer-pane-2
{
	background-color: var(--dark);
	}

.shf-footer-content-block
{
	
	}




	