@font-face {
    font-family: Arial Rounded MT Bold Bold;
    src: url(custom/ARLRDBD.tff);
}
.header-logo img{
	max-width:135px;
	height:40px;
}
.btn-primary {
    background-color: #339988;
    border-color: #339988;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #339988;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #339988 !important;
    border-color: #339988 !important;
    color: white;
}
::-moz-selection {
  background: #339988 !important;
  text-shadow: none;
}

::selection {
  background: #339988 !important;
  text-shadow: none;
}
.text-primary{
	 color: #339988 !important;
}
#mainNav .navbar-nav .nav-item .nav-link {
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif; 
	font-size: 15px;
}
.intro-heading{
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif !important; 
	font-size: 70px;
}
.intro-lead-in{
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif !important; 
	font-size: 45px;
}
.section-heading{
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif !important; 
	font-size: 48px ;
}
.service-heading{
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif !important; 
	font-size: 32px ;
}
.team-member h4{
	font-family: "Arial Rounded MT Regular", Arial, Helvetica, sans-serif !important; 

}

#services .text-muted{
			font-size: 17px;
}
header.masthead {
 
  background-image: url("../img/header-bg.jpg");

}

#mainNav .navbar-toggler {
	background-color: #339988;
}
.text-about{
	text-align:justify;
	font-size: 19px;
}
.about-us {
  background-image: url("../img/about/about-background.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(51,153,136, 1) !important;
}
p{
	line-height:2;
}
