header
{
	background-color: #DC3545;
	color: #fff;
	padding: 1.5rem 0 1.5rem 0;
}

.logo
{
	border: 1px solid #fff;
	border-radius: 0.75rem;
}

.content
{
	padding-top: 3.5rem;
	padding-bottom: 2rem;
}

footer
{
	background-color: #F8F9FA;
	padding: 1rem 0 1rem 0;
}

/* resets */
.page-header
{
	padding: 0;
	margin: 0;
}

/* typo */
.page-header > h1
{
	padding-bottom: 1.5rem;
}

.w-300
{
	font-weight: 300 !important;
}

.w-400
{
	font-weight: 400 !important;
}

.w-600
{
	font-weight: 600 !important;
}

.w-800
{
	font-weight: 800 !important;
}

ul.navbar-nav > li > a
{
	color: rgba(255, 255 ,255 , 1) !important;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li.active > a
{
	color: rgba(255, 255 ,255 , 0.75) !important;
}

/* modules */
ul.menu-footermenu
{
	margin-bottom: 0;
}

ul.menu-footermenu > li
{
	padding-right: 1.5rem;
}

ul.menu-footermenu > li:last-child
{
	padding-right: 0;
}

ul.menu-footermenu > li > a
{
	color: #dc3545;
}

/* media querys */
@media (max-width: 1200px)
{
	.display-4
	{
		font-size: 3rem;
	}
}

@media (max-width: 992px)
{
	.display-4
	{
		font-size: 2.2rem;
	}
	
	h3.title
	{
		font-size: 1.375rem;
	}
}

@media (max-width: 768px)
{
	.display-4
	{
		font-size: 1.4rem;
	}
	
	h3.title
	{
		font-size: 1rem;
	}
}

@media (max-width: 576px)
{
	.display-4
	{
		font-size: 1.75rem;
	}
	
	h3.title
	{
		font-size: 1.1rem;
	}
}