@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:700');


.steamboat1 {
	font-family: "Roboto Condensed", sans-serif;
}

html, body {
	font-family:ui-sans-serif,system-ui,sans-serif;
}
body{
	margin-top: 68px;
}
.text-steamboat-blue {
	color:rgb(28 83 146);

}
.text-steamboat-blue-10 {
	color:#1c53921a;
}
.text-steamboat-darkBlue {
	color:rgb(10 58 111);

}
.text-steamboat-gray {
	color:rgb(141 153 174);

}
.text-steamboat-orange {
	color:rgb(244 162 97);

}
.text-steamboat-red {
	color:rgb(230 57 70);
}

#navbar {
	padding-top: 18px;
	padding-bottom: 15px;
}
.nav-link{
	color:rgb(10 58 111);
	font-weight: bold;
	font-family:ui-sans-serif,system-ui,sans-serif;
	font-size:1.125rem;
	line-height:1.75rem
}
.dropdown-item{
	color:rgb(10 58 111);
	font-weight: normal;
	font-family:ui-sans-serif,system-ui,sans-serif;
	font-size:1.125rem;
	line-height:1.75rem
}
.dropdown-menu > li > a:hover {
	background-color:rgb(10 58 111);
	background-image: none;
	color: #fff;
}
.nav-item {
	padding: 0 10px;
}


.navbar-toggler {
	border: none;
}
.navbar-toggler:focus {
	border: none;
	box-shadow: none;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.steamboat-footer {
	padding: 2rem 0;
	background-color:rgb(10 58 111);
}
.steamboat-footer a {
	color: white;
	text-decoration: none;
}
.steamboat-footer a:hover {
	color: white;
	text-decoration: underline;
}
.steamboat-footer h4, .steamboat-footer h5 {
	font-weight: bold;
	font-size: 1rem;
}
.steamboat-footer ul {
	padding-left: 0;
	line-height: 2;
	font-size: 1rem;
	font-weight: normal;
}
.steamboat-footer ul li {
	list-style: none;
}
.footer-grid {
	color: white;
	display: grid;
	gap: 2rem;
	grid-template-columns:repeat(1,minmax(0,1fr));

}
.steamboat-footer a.footer-link {
	font-size: 1rem;
	line-height: 1.5;
	color:rgb(141 153 174);
}
.steamboat-footer .footer-block {
	font-size: 1rem;
	line-height: 1.5;
	color:rgb(141 153 174);
}
.steamboat-footer a.contact-link {
	font-size: 1rem;
	line-height: 2;
	color:#fff;
}

@media (min-width: 768px) {
	.footer-grid {
		display: grid;
		gap: 2rem;
		grid-template-columns:repeat(3,minmax(0,1fr));

	}
}
#srs-hold .srs-categories > ul > li > a {
	font-family:ui-sans-serif,system-ui,sans-serif !important;
}
#srs-hold .srs-categories > ul > li > a {
	font-family:ui-sans-serif,system-ui,sans-serif !important;
}


.header-shadow {
	box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.1) 0 4px 6px -4px
}



#userinfo_hold .userinfo_form .form-group label {
	line-height: 42px;
}
.srs-product-opts .form-group label {
    	line-height: 42px;
}


