﻿body
{
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:14px;
	color:#232323;
}
.navbar-inverse
{
	background-color:#336600;
	color:white;
}
.navbar-inverse .navbar-nav > li > a
{ 
	color:white;
}
.navbar-inverse .navbar-nav > li > a:hover
{ 
	color:#CCCCCC;
}
header
{
	background-color: #f3f2e5;
	min-height:64px;
	margin-top:50px;
	
}


header .container {
	background-color:#f4f2e5;
	background-image:url('../Images/HeaderBGMap2.png');
	background-repeat: no-repeat;
	display: flex;           /* vertical alignment */
	justify-content: space-between; /* left / right */
	align-items: center;
	height: 64px;
}

/* Logo */
header .Logo {
    text-align: left;
}

header .Logo a {
	display: inline-block;
}

/* Badge block */
header .BadgeBlock { /* the element was .BadgeBlock */
  display: flex;
  align-items: center;
	margin-left: auto;
}

/* Images sizing safety */
header .Logo img,
header .BadgeBlock img {
    max-height: 58px;
    width: auto;
}

@media (max-width: 1024px) {
    header .container {
        flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 128px;
    }

	header .Logo {
		text-align: center;
	}

    header .BadgeBlock {
        margin-top: 15px;
        margin-bottom: 5px;
        display: flex;
        justify-content: center;
		margin-left: 0;
    }

	
}

header .BadgeBBB,
header .BadgeAPG
{
	display:inline-block;
	margin-left:14px;
	margin-top:14px;
}
header .BadgeBBB img,
header .BadgeAPG img
{
	display:inline-block;
	max-height:58px;
}
footer .SocialIcon
{
	display:inline-block;
	float:right;
	margin-left:14px;
}
.carousel-inner .img-responsive
{
	min-width:100%;
}

#licenses {
	float: left;
    margin-top: 5px;
}
.Testimonials
{
	background-color:#dfe7d0;
	border:1px #c3cab9 solid;
	margin:22px 0;
}
.Testimonials .Head
{
	background-color:#336600;
	color:white;
	display:block;
	padding:15px;
	background-image:url('../Images/TestimonialsIcon.png');
	background-position:left center;
	background-size:contain;
	background-repeat:no-repeat;
	padding-left:60px;
}
.Testimonials .Head h3
{
	display:block;
	margin:0;
}
.Testimonials .Body
{
	padding:15px;
}

.Intro p
{
	font-size:16px;
	line-height:28px;
	margin:24px 0;
}
/*@media (min-width: 1024px)
{
	header .BadgeBlock
	{
		float:right;
	}
}*/
@media (max-width: 1024px)
{
	header
	{
		text-align:center;
		background-repeat: repeat;
		background-position: center top;
	}
	/*header .BadgeBlock
	{
		margin-bottom:30px;
	}*/
	.carousel-indicators
	{ 
		display: none !important;
	}
}
@media (max-width:480px)
{
	header
	{
		text-align:center;
		background-repeat: repeat;
		background-position: center top;
	}
	header .BadgeBlock img
	{
		max-height: 44px;
	}
	.Testimonials h3
	{
		font-size: 22px;
	}
}
.breadcrumb
{
	margin:20px 0 0;
}
ul, ul li {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Match the body font */
    font-size: 16px; /* Match the body font size */
    color: #232323; /* Match the body font color */
    line-height: 1.5; /* Optional: Add line height for better readability */
}
















