.container {
  max-width: 960px;
}

/*
 * Custom
 */
body { 
	background-image: url();
	background: #262626;

  background-image: url(../imgs/LIVE_STREAM-Background.jpg), linear-gradient(#ffffff, #d13531); /* W3C */
}

h2, h4 {
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: normal;
}
p {
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;
}

h2, h4, .site-header p {color:#ffffff;}

.site-header {
	background-color: rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: saturate(180%) blur(2px);
	backdrop-filter: saturate(180%) blur(2px);
	-webkit-box-shadow: 0 10px 12px 5px rgba(0,0,0,.25);
	box-shadow: 0 10px 12px 5px rgba(0,0,0,.25);
}
.site-header a {
	color: #8e8e8e;
	transition: color .15s ease-in-out;
}
.site-header a:hover {
	color: #fff;
	text-decoration: none;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
.primary-video {

	-webkit-box-shadow: 0 10px 12px 5px rgba(0,0,0,.25);
	box-shadow: 0 10px 12px 5px rgba(0,0,0,.25);
}
.PreviousEvents iframe {
	width: 100%;
	height: 100%;
}
.oldvideos {
background-color: rgba(255, 255, 255, .1);
	-webkit-backdrop-filter: saturate(180%) blur(2px);
	backdrop-filter: saturate(180%) blur(2px);
	border-radius: 15px;
	box-shadow: 0px 3px 5px 8px rgba(0,0,0,.2);

}

.btn-blue {
	font: normal normal bold 16px/36px Montserrat !important;
	color: #FFF;
	background: #314152 0% 0% no-repeat padding-box;
	padding:1% 5%;
	border: 0;
	border-radius: 6px;
	text-align: center;
	text-transform: none;
	display: inline-block;
	letter-spacing: 0px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #FF0000;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}
.slide_right:hover {
	box-shadow: inset 400px 0 0 0 #FF0000;
	color: #FFF;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
