
div.Normal{
    font:inherit;
}
#main-nav .dropdown-item{
    white-space: normal;
}
a:active, a:link, a:visited {
  
}
a:hover {
  text-decoration: none;
}
a, a:visited {
    color: rgb(51, 122, 183);
  text-decoration: none;
}

.fa-lg {
  font-size: 3.15rem;
}

.header{
 text-align: center;
 color:#ad8957;
}

.ccg-staff-photo {
  align-self: start;
  margin: 0 auto 1.6125rem auto;
  width: 200px;
}
.ccg-section-heading {
  color: rgb(173, 137, 87);;
}

@media all and (min-width: 768px) {
  .ccg-staff-photo {
    margin: 0 1.25rem 0 0;
  }
}
/* Popular Resources Section */
.popular-resource-item {
  flex: 0 0 18%;
  text-align: center;
}
.popular-resource-item a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 100%;
}
.popular-resource-item a:hover {
  color: var(--primary-tan);
}
.popular-resource-item i {
  padding-bottom: 2.5rem;
  padding-top: 0.75rem;
}

.slider-container{
	width:1120px;
}
.slider-item{
	display:flex!important;
    gap:20px;
}

.slider-text-element{
	width: 60%
}

@media screen and (max-width:768px){
	.slider-container{
		width:350px;
	}
	.slider-item{
		flex-direction:column;
		gap:15px;
	}
	.slider-image-element{
		width:98%;
	}
	.slider-text-element{
		width:98%;
	}
}

.button {
  border: none;
  box-sizing: border-box;
  color: white;
  background-color: #012231;
  border-radius: 5px;
  transition: background .25s;
  cursor: pointer;
  padding: 15px 32px;
  text-align:center;
  font-size: 16px;
}
.button-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.btn-vine, .btn-vine:visited {
  background-color: #02b4dc;
  border-color: #02b4dc;
  color: #fff !important;
}
.btn-vine:hover {
  background-color: #0298ba;
  border-color: #0298ba;
}

.location-item {
  flex: 0 1 48%;
  text-align: center;
}
.location-content {
  height: 100%;
}
















































