<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
header {
  background:url(../img/background_ph.jpg) no-repeat center;
  color:#5F5F5F;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header .intro-text .intro-heading {
	font-size:3em;
	    line-height: 1em;
	width:80%;
	margin:30px auto;
}
.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
color:#777;	
}
.btn, .btn:active, .btn:focus {
	background:#1076bc;
	border:none;
}
.btn:hover {
	background:#1C87D6;
	border:none;
}
.btn:visited {
	background:#1076bc;
	border:none;
}
ul.social-buttons li a {
	background:#1076bc;
}
ul.social-buttons li a:hover, a:active, a:focus {
	background:#1076bc;
}
#contact {color:#fff;}

.navbar-custom.affix {
background:#F7F7F7;	

}
.navbar-custom {
background:#F7F7F7;		
	
}
a.navbar-brand {
	margin:-10px 0 10px 0;
}
.navbar-custom .navbar-toggle, .navbar-custom .navbar-toggle:active, .navbar-custom .navbar-toggle:visited,.navbar-custom .navbar-toggle:focus {
    background-color: #1076bc;
    border-color: #1076bc;
	color:#fff;
    font-size: 12px;
}
.text-primary, a{
	color:#1076bc;	

}
.navbar-custom .navbar-nav&gt;.active&gt;a {
		background:#1076bc;
}
.navbar-custom .navbar-nav&gt;.active&gt;a:hover {
		background:#1C87D6;
}
.navbar-custom .nav li a:hover {
		color:#1C87D6;
}
.team-member img {
	width:239px;
}
.stats {
	text-align: center;
    margin-bottom: 50px;
}
.stat {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
	font-size:7em;
	line-height:1em;
	color:#F7F7F7;
}
.belowstat {
 margin-top: 0px;
    margin-bottom: 0;
    text-transform: none;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
	font-size:1.5em;
	line-height: 1em;

}
.bg-blue {
 background-color: #1076bc;
	color:#F7F7F7;
}
aside.supporters img {
	margin: 50px auto;
	height:100px;
	width:auto;
}
.company-info {
	font-size:0.7em;
	line-height: 0.5em;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;}


@media (max-width: 600px) {
header .intro-text .intro-heading {
	font-size:2em;
	    line-height: 1em;
	width:80%;
	margin:150px auto;
}
}</pre></body></html>