@charset "UTF-8";
html
	{
		overflow: -moz-scrollbars-vertical; 
		overflow:scroll
	}

body
{
    background-color: #d6d6d6;
    color: #505050;
}

h1,h2,h3,h4,h5
{
    color: #709693;
}

/* highlight color (orange) */
.chighlightcolor
{
	background-color: #000000;
}

/* footer divider bar */
.cfooterdivider
{
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
	border-width: 100%;
	padding-bottom: 6px;
}

/* small divider used below phone images */
.cdivider
{
	width:120px;
	height: 4px;
	background-color: #cedcd2;
	margin-bottom: 8px;
}

/* small divider used below phone images */
.cheaderdivider
{
	height: 2px;
	background-color: #709693;
	margin-bottom: 0px;
}

.cheadercolor
{
    color: #202020;
}

.cnavbarcolor
{
    background-color: #597a77;
}

/* BootStrap: nav bar brand (logo) */
.navbar-brand
{
	height: 64px;
}

/* BootStrap: navbar */
.navbar
{
	background: #597a77;
	margin-bottom: 0px;
}

.nav-link
{ 
    color: #ffffff !important; 
}

.cnavbaritem
{
}

.cformheader
{
    height: 40px;
    background-color: #2b71b7;
    border: 1px solid #2b71b7;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
    color: #ffffff;
}


