/****** PLACE YOUR CUSTOM STYLES HERE ******/



/****** Google web font Ubunto used as alternative to Adobe font Domus Tiling from B&T logo suite ... closest alternative - CW  ******/

// <weight>: Use a value from 200 to 1000
// <uniquifier>: Use a unique and descriptive class name

.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}


/****** Below will force the Ubumto font on H1 section-title class - CW  ******/
.section-title-bt {
	font-size: 46px;
	font-family: 'Ubuntu', sans-serif !important;
	font-weight: 400;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.25em;
	text-shadow: 4px 4px 6px #000000; /* Drop shadow so we can read the type over the images - CW */
}

/****** Below will force the Ubumto font where needed on remaning header tags - CW  ******/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
    text-shadow: 2px 2px 3px #000000; /****** Drop shadow so we can read the type over the images - CW ******/
}

.bt-logo-gold {
    /****** Approximate gold to match the logo color - CW ******/
	color: #FFE3A6 !important;
}

.bt-bold {
    /****** So it can be seen - CW ******/
    font-weight: 800 !important;
}





.image-scroll-pad {
	/****** Head & footer room for temp image to display properly - CW ******/
	padding-top: 150px;
	padding-bottom: 150px;
}


    
    
    
