
@media (max-width: 768px){
	
	.fs-1{
		font-size: 22px !important;
	}

	.fs-5{
		font-size: 16px !important;
	}

	.fa-3x{
		font-size: 2rem;
	}

	p{
		font-size: 14px;
	}
}

#image_overlays {
	background-color: rgb(40 40 40 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fullscreen-bg-home {
	background-image: url('../images/sites/Chancellor Vilage aerial shot.jpeg');
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center;
	position: relative;
}

.section {
    color: #FFFFFF;
    text-align: center;
    -webkit-align-self: center;
    -moz-align-self: center;
    /* -ms-align-self: center; */
    align-self: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.logo {
    text-indent: -9999px;
    width: 119px;
    height: 140px;
    /*background: url('../images/ChancellorVillageLogo.svg');*/
    background: url('../images/sites/Asset 5@3x.png');
    background-size: 119px 140px;
}

.navbar-toggler{
  margin-left: auto!important;
}

.vbg {
    background-color:#0d0d0d;
    width:100%;
}

span.fbText{
  color: #3b5998;
  font-size: 25px;
  font-weight: bold;
  padding-right: 10px;
}

.embed-container {
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.error{
  color:red;
  margin-top:5px;
}

.card-link-news, .card-link-news:active, .card-link-news:link, .card-link-news:hover, .card-link-news:visited{
  text-decoration: none;
}

.articleSource{
  color: #a5a3a3;
}
