@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-banner {
  display: flex;
}

.custom-logo {
	/*margin-right: 15px;*/
  display: none;
}

.bcc-custom__logo-heading {
	display: flex;
  align-items: center;
}

.custom-header-box {
/*	display: inline-block;*/
  display:flex;
  flex-direction: column-reverse;
}


.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: 2rem;
   /* letter-spacing: .2rem;*/
	display: block;
  line-height: 1.2em;
/*	margin-top: 30px;*/
/*
  border-bottom: 9px solid #fff;
  padding-bottom: 0.5em;
*/
}

.bcc-custom__banner__county {
  text-transform: uppercase;
  font-family: 'Secular One', sans-serif;
  font-weight: 100;
    font-size: 2rem;
   /* letter-spacing: .1rem;*/
  display: block;
  line-height: 1em;
/*  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: 4rem;
}

.bcc-custom__banner__description {
  text-transform: uppercase;
 /* font-family: 'Roboto', sans-serif;*/
 font-family: 'Secular One', sans-serif;
  font-weight: 300;
  letter-spacing: .2rem;
  line-height: 3.5rem;
}

.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: 992px){
.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;
    display: flex;
    justify-content: center;
	}

  .bcc-custom__banner__image {
    margin-left:-20px; 
  }
	
 .bcc-custom__banner__image {
  width: 60%
}

}

@media (max-width: 660px){
/*j*/

@media (max-width: 360px){
 .bcc-custom__banner__image {
  width: 60%
}
]