/*
Theme Name: SBS Child
Theme URI: https://them.es/starter
Template: sbs
Author: Watt Media
Author URI: https://wattmedia.com/
Description: Custom Theme For Seaview Building Solutions
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.6.0.1754061996
Updated: 2025-08-01 15:26:36

*/

/** Fonts **/
/*
.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
body,html{
  font-family: "Roboto", sans-serif !important;
}

/** Vars **/

:root{
	--sbs-blue: #0C0050;
	--sbs-lblue: #4ebdd8;
	--sbs-green: #84c31c;
	--sbs-yellow: #fde102;
	--sbs-red: #ea4335;
}



/** Overrides **/

.navbar-brand img{
	height: auto !important;
}
footer .nav-link{
	color:#fff !important;
}



/** Custom **/
.btn-green{
	background: var(--sbs-green) !important;
	color: #fff !important;
}


.text-lblue{
	color: var(--sbs-lblue) !important;
}
.text-blue{
	color: var(--sbs-blue) !important;
}


.bg-blue{
	background-color: var(--sbs-blue) !important;
	/*color:#0C0050 !important;*/
}
.bg-lblue{
	background-color: var(--sbs-lblue) !important;
}
.bg-green{
	background-color: var(--sbs-green) !important;
}
.bg-red{
	background-color: var(--sbs-red) !important;
}

