﻿/*
Bootstrap navbar color generator
http://twitterbootstrap3navbars.w3masters.nl/

primary blue #206284
primary dark blue #123255

	
*/


.navbar-custom .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
	border-color: rgb(255,102,203);
} 


.navbar-custom {
	min-height: 0px;
	font-family: "Arial Black",Arial,sans-serif;
	font-size: 14px;
	font-weight: 900;
	background-color: #206284 !important;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
}

	/* change the brand and text color */
	.navbar-custom .navbar-brand,
	.navbar-custom .navbar-text {
		color: rgba(255,255,255,.8);
	}

	/* change the link color */
	.navbar-custom .navbar-nav .nav-link {
		color: #ffffff;
		background-color: #206284;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.navbar-custom .nav-item {
		margin-right: 20px
	}

	/* change the color of active or hovered links */
	.navbar-custom .nav-item.active .nav-link {
		color: #ffffff;
		background-color: #123255
	}


	.navbar-custom .nav-item:hover .nav-link {
		color: #ffffff;
		background-color: #123255
	}


	/* overrides for the far right Contact Us*/
	.navbar-custom .nav-item:last-child {
		margin-right: 0px;
	}

	.navbar-custom .navbar-nav:last-child .nav-link {
		color: #A4CE39;
	}

	.navbar-custom .navbar-nav:last-child .nav-item.active .nav-link {
		color: #A4CE39;
		background-color: #123255
	}


	.navbar-custom .navbar-nav:last-child .nav-item:hover .nav-link {
		color: #A4CE39;
		background-color: #123255
	}

/* drop downs*/

.dropdown-item {
	color: #206284;
	font-family: Arial;
	font-weight: 400;
}

	.dropdown-item:hover {
		color: #ffffff;
		background-color: #206284
	}
