body {
    width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #333;
	background-color: #FFF;
}

footer {
	width: 100%;
	color: grey;
	text-align: center;
	background-color: #AAA;
	padding: 15px;
}

img {
  max-width: 100%;
  height: auto;
  display: block; /* Optional, but often recommended to remove extra space below inline images */
}

.btn {
	color: #fff;
	background-color: #E22224;
}

.btn:hover {
	color: #fff;
	background-color: #FF4749;
}

.category-row {
	font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
	margin-left: 5px;
    margin-bottom: 4px;
    float: left;
    clear: both;
    width: 100%;
	color: lightgray;
}

.sponsors img{
	width: 150px;
	height: auto;
	text-align: center;
	margin: auto;
}

.sponsors {
	margin: auto;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}

.schedule-date {
	padding: 5px 0 5px 5px;
	background: #BBB;
	border-radius: 5px;
	margin: 5px;
	word-wrap: break-word;
}

.date {
	float: left;
	font-size: 2.5rem;
	line-height: 1;
	margin-right: 10px;
	font-weight: 700;
	color: #FFF;
}

.hourglass {
    float: left;
	line-height: 1.1;
}

.location {
	font-weight: 400;
    font-size: 18px;
    font-size: 1.5rem;
    line-height: 2;
    z-index: 1;
	word-wrap: break-word;
    position: relative;
	color: #FFF;
	padding-right: 6px;
	letter-spacing: 0.05rem;
}

.welcome {
	display: inline-block;
}

.welcome img{
	width: 250px;
	float: left;
	margin: 10px;
}

.welcome h3 {
text-align: center;
}

.welcome p {
	display: block;
	margin: 10px;
}

.club {
	color: #818181;
    font-size: 9px;
    font-weight: 400;
}

.cnbgSv {
    margin: 1rem;
}

.xGPvs {
    color: #000;
	text-align: center;
}

.page-container {
	max-width: 100%;
	overflow-x: hidden;
}

.header {
	width: 100%;
	overflow: hidden;
	background-image: url("../img/2025bcmnc/header-bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #EEE;
	background-attachment: fixed;
}

.location strong {
	color: #E22224;
}

.expobanner {
	background-color: #E22224;
	max-width: 100%;
	margin: 15px;
	padding: 15px;
}

.expobanner a {
	color: #FFF!important;
}

.expobanner a:hover {
	text-decoration: underline;
}

h4 {	
	color: #E22224;
	font-weight: 200;
	font-size: 1em;
	letter-spacing: 2px;
}

a {
	color:#E22224!important;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	color:#F8585F!important;
}

@font-face {
  font-family: myFirstFont;
  src: url("../img/termina-medium.otf?") format('opentype');
}

.header-text {
	justify-content: right;
}

.header-text h1 {
	text-align: center;
	position:inherit;
	top: 50%;
    transform: translateY(-50%);
	padding:15px;
}

.logo-main {
    margin: auto;
	padding: 20px;
	height: auto;
    width: auto;
	text-align: center;

}

.logo-other {
	height: 500px;
	width: auto;
	margin: auto;
}

.menu-logos {
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: auto;
    width: 100px;
	padding: 5px;
	transition: transform .2s; /* Animation */
}

.menu-logos:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.center-vert {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-content {
	margin:15px;
}

.video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

video {
    width: 100%;
    max-height: 100%;
	margin: 15px;
}

@media (max-width: 1200px) {
	.video {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		}
		
}
@media (max-width: 992px) {

	.video {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
}

/*Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DDD;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E22224; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #F8585F;
}


/* Responsive iFrame */
.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 50px;
height: 0;
overflow: hidden;
border: none;
}

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