@charset "utf-8";
/* CSS Document */

		.toplogo {
			margin-top: 5px;
		}

		.toplogo img {
			height : 30%;
			width : 30%;
		}


		.navbar-custom .navbar-nav > li > a {
			color: white;
			background-color: #000b8c;			
		}


	  .navbar-custom .navbar-nav .open .dropdown-menu>li>a,.navbar-custom .navbar-nav .open .dropdown-menu {
		background-color: #000b8c;
		color:#ffffff;
	  }
		

	  .navbar-custom .navbar-nav .open .dropdown-menu>li>a,.navbar-custom .navbar-nav .open .dropdown-menu>a,.navbar-custom .navbar-nav .open .dropdown-submenu>li a {
		background-color: #000b8c;
		color:#ffffff;
	  }
		
		

		.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
			color:white;
			background-color: #000b8c;
		}
		.navbar-custom .navbar-nav > li > a:hover {
			background-color:white;
			color: black;
		}
		
		.navbar-custom .navbar-nav .dropdown-menu > li > a:hover {
			color:white;
			background-color: #000b8c;
		}


		.dropdown-toggle > li > a {
			color:white;
			background-color: #000b8c;
		}

		ul > li:hover > a {
			background-color: #000b8c;
			color: white;
		}

		.icon-bar {
			background-color: white;
		}

.noindentlist {
    margin-left: 0;
    padding-left: 0;
}

.checkbullet li:before {
	  content: '✓ ';
	}

.nobullets li {
	list-style: none;
}

.headertext {
	font-family: Lucida "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
/*	font-size: 1.5vw;*/
	color: #282828;
	font-weight: 400;
}

.paramounttext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #000000;
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 80%;
}

.phonetext {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #000000;
	font-size: 2.7vw;
	font-weight: 400;
}

.servingtext {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	color: #000000;
	font-size: 1.5vw;
	font-weight: 400;
	line-height: 80%;
}

.bullettext, li {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	color: #282828;
	font-size: 1.25vw;
	font-weight: 400;
}

.normallist li {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	color: #000000;
	font-size: 1.5vw;
/*	font-weight: 400;*/
}

.clienttext {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	color: #000000;
	font-size: 24px;
	font-weight: 400;
}

.paddington {
	margin: 10 px;
	margin-bottom: 10 px;
}

.corners {
	border-radius: 10px;
}

@media (max-width: 767px) {  
	
	body, li { 
		font-size: 16px; 
	}
	.phonetext {
		font-size: 20px;
	}
	
	.servingtext {
		font-size: 16px
	}
	
	.paramounttext {
		font-size: 36px;
	}

} 

@media (max-width: 1200px) {
	
	body { 
		font-size: 14px; 
	}
}

@media screen and (min-width: 0) {		
	#mountain {
		background-size: contain; 
		background-color: #B6CFD3; 
		background-repeat: repeat-x;
		img-width: 800px;
	}
}
@media only screen and (min-width: 1200px) {
	
	#mountain  {
		background-size: cover; 
		background-color: #B6CFD3; 
		height: 250px;
	}

}
