/* Add here all your css styles (customizations) */

h1
{
	font-weight:bold;
	font-size:2.4rem;
	color:#222;
	margin-top:1.4rem;
	margin-bottom:1.4rem
}

.text-color-black
{
	color:black;
}

/* used in contact and order form */

/* input, select, textarea { color: #111 !important; } */

.form-control { color: #111 !important; border-color: #888; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777 !important;
  opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #777 !important;
}

.u-check-icon-checkbox-v6 i	  
{
border: solid 1px #888;
}

.u-check-icon-radio-v6 i
{
border: solid 1px #888;
}

.u-check-icon-radio-v4
{
border: solid 1px #888;
}

.l2s_page_content a
{
  color:#2980b9;
}

.nav-link 
{
	color:#09223c !important;
	font-size:1.1rem !important;
	padding-left:1.2rem !important;
	padding-right:1.2rem !important;
}

.breadcrumb-link
{
	font-weight:bold;
	color:rgb(8,64,105);
	text-decoration:none
}