/* ================================================
 * THEME COLORS
 * Change these two values to retheme the entire site.
 * ================================================ */
:root {
  --primary:   #478EA4 !important;  /* main color  — buttons, links, headings */
  --secondary: #759B55 !important;  /* accent color — borders, secondary buttons */
}
.navbar-brand img{max-width: 100%; height: 50px; }
.page-header>.container {
  /*padding: 0 !important;
  max-width: 100% !important;*/
}

.page-header {
	margin-bottom: 0;
}
/*	
@media (min-width: 576px){
	.page-header {
		margin-bottom: -25px;
	}
}

@media (min-width: 680px){
	.page-header {
		margin-bottom: -50px;
	}
}

@media (min-width: 800px){
	.page-header {
		margin-bottom: -75px;
	}
}


@media (min-width: 992px){
	.page-header {
		margin-bottom: -110px;
	}
}

@media (min-width: 1200px){
	.page-header {
		margin-bottom: -120px;
	}
}

@media (min-width: 1366px){
	.page-header {
		margin-bottom: -15%;
	}
}*/