@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/* ------------------------------------------------*/
/* ------------>>> COMPONENT BANNER <<<------------*/
/* ------------------------------------------------*/
.bcc-custom__banner {
/*  padding: 5.0rem 0 0 0;*/
  position: relative;
}

.custom-logo {
	margin-right: 15px;
}

.bcc-custom__logo-heading {
	display: flex;
	margin-top: 100px;
}

.custom-header-box {
	display: inline-block;
}


.bcc-custom__banner__clerk-name {
  margin-bottom: 5.0rem
}

.bcc-custom__banner__title {
	text-transform: uppercase;
	font-family: 'Secular One', sans-serif;
	font-weight: 100;
    font-size: 1.5rem;
    letter-spacing: .5rem;
	display: block;
	margin-top: 30px;
/*
  border-bottom: 9px solid #fff;
  padding-bottom: 0.5em;
*/
}

.bcc-custom__banner,
.bcc-custom__banner a {
  color: #fff;
}

.bcc-custom__banner a {
  font-weight: bold;
}

.bcc-custom__banner--background-image {
  background-color: #333;
  background-size: cover;
}

.bcc-custom__banner__text {
  color: #fff;
  z-index: 2;
  position: relative;
}

.bcc-custom__banner__tint {
  background-color: #333;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
}

.bcc-custom__banner__tint--default {
  opacity: 0.5;
}

.bcc-custom__banner__description,
.bcc-custom__banner__clerk-name {
  font-size: 2.2rem;
}

.bcc-custom__banner__description {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: .25rem;
  line-height: 2rem;
}

.bcc-custom__banner__image {
  text-align: center;
  float: right
}

.bcc-custom__banner__image > img {/* height: 365px; */height: auto; vertical-align: bottom;}

cite.bcc-custom__banner__clerk-name.text-right {
    display: block;
    margin-top: 24px;
}

.logo-seal {
	max-width:100px;
	margin: auto;
}

@media (max-width: 1032px){
.bcc-custom__logo-heading {
    flex-direction: column;
    align-items: center;
	margin: 30px 0 0 0;
}
	
	.custom-header-box {
    text-align: center;
    margin: 0.5rem 0;
}
	
	.bcc-custom__banner__title{
		margin-top: 0px;
	}
	
	.custom-logo{
		margin-right: 0px;
	}
	
	.custom-banner{
	 display: flex;
	 flex-direction: column
	}
	
	.banner-image{
		order:2;
	}
	
 .bcc-custom__banner__image {
  float:none;
}

}

@media (max-width: 660px){
.bcc-custom__banner__title {
    font-size:1rem;
	margin-top: 0px;
}
	
.bcc-custom__banner__description{
	font-size: 1.75rem;
	}
}