#stats {
	padding: 30px;
}
#stats-container {
	background: #1D1D1D;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-top: 20px;
}
.logo {
	max-height: 80px !important;
}
.social-icons {
	padding: 10px;
}				
.social-icons-footer {
	padding-right: 15px;
}				


.brand-logos-spacer{
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact-link {
	color:black;
}

.btn-circle.btn-xl { 
	width: 70px; 
	height: 70px; 
	padding: 10px 16px; 
	border-radius: 35px; 
	font-size: 18px; 
	text-align: center; 
	background: #C89137;
	color:white;
} 
.nav-link-color {
	color:black;
	padding-right: 15px;
}
.nav-link-color:hover {
	color:white;
}

.download-btn {
	background: #C89137;
	border-radius: 15px;
	color:white;
	height: 55px;
	
}

.download-btn:hover {
	background: #C89137;
	border-radius: 15px;
	color:black;
}


.dropbtn {
  background: none;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background: white;
	display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  color: blue;
}


/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #ddd;}*/

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/



/* list backgrounds */

.left-right-bg {
			
			background: rgba(235,85,122,1);
background: -moz-linear-gradient(left, rgba(235,85,122,1) 0%, rgba(245,240,245,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(235,85,122,1)), color-stop(100%, rgba(245,240,245,1)));
background: -webkit-linear-gradient(left, rgba(235,85,122,1) 0%, rgba(245,240,245,1) 100%);
background: -o-linear-gradient(left, rgba(235,85,122,1) 0%, rgba(245,240,245,1) 100%);
background: -ms-linear-gradient(left, rgba(235,85,122,1) 0%, rgba(245,240,245,1) 100%);
background: linear-gradient(to right, rgba(235,85,122,1) 0%, rgba(245,240,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb557a', endColorstr='#f5f0f5', GradientType=1 );
		}

.left-right-bg-2 {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,245,248,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,245,248,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,245,248,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,245,248,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,245,248,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,245,248,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff5f8', GradientType=1 );
}
		.left-right-bg, .right-left-bg {
			font-weight: 500;
		}
		.exhibit-bg-2{
			text-align: right;
		}
		.right-left-bg {
			background: rgba(245,240,245,1);
background: -moz-linear-gradient(left, rgba(245,240,245,1) 0%, rgba(235,85,122,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,240,245,1)), color-stop(100%, rgba(235,85,122,1)));
background: -webkit-linear-gradient(left, rgba(245,240,245,1) 0%, rgba(235,85,122,1) 100%);
background: -o-linear-gradient(left, rgba(245,240,245,1) 0%, rgba(235,85,122,1) 100%);
background: -ms-linear-gradient(left, rgba(245,240,245,1) 0%, rgba(235,85,122,1) 100%);
background: linear-gradient(to right, rgba(245,240,245,1) 0%, rgba(235,85,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f0f5', endColorstr='#eb557a', GradientType=1 );
			
			
			
		}
.custom-list {
	list-style-type: none;
	padding: 7px 14px 7px 14px;
	display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-list-right {
	flex-flow: row-reverse;
}
.why-visit {
	min-height: 50px;
}
.meet {
	min-height: 60px;
}
.right-rounded-border {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}