@charset "UTF-8";
/* CSS Document */

body {
	background: #262727;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 87px;
}

.p-2 {
    padding: 0!important;
}

.scrollme{
	overflow:scroll;
	height:480px;
	
}

.centerme{
	position: relative;
	top: 50%;
	transform: translateY(-50%); padding:10px;}

.navbar {
	font-family: 'Asap Condensed', sans-serif; 
	font-size:14px; 
	letter-spacing: 1px;
	padding:0;
	margin:0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
   }
  
.playback {
    background-image: url(http://www.dimensioninc.tv/images/universal/play.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
	width:70px;
	height:70px;
}

button:focus {outline:0;}
   
.nav li {
   border-bottom:1px solid #666666;
   width: 100%;
    text-align: center;
}

.copy{padding:35px;}

.row{margin-bottom:0px;}

.gap {border-top: 20px solid #262727;}

#controls{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width:150px;
	height:70px;
}

.date {
    color: #036;
}



.greybk {background-color:#3d3d3d}
.orangebk {background-color:#F90}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

h1{font-family: 'Asap Condensed', sans-serif; font-size:25px; letter-spacing:3px; padding-bottom:20px;}
h2{font-family: 'Asap Condensed', sans-serif; font-size:25px; letter-spacing:3px; padding-bottom:20px;}
h3{font-family: 'Asap Condensed', sans-serif; font-size:18px; letter-spacing:2px; padding-bottom:15px;}

.large{font-size:15px;}
p{padding-bottom:20px;}


.bg-dark { background-color: #262727!important; }

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{ padding-left:15px; padding-right:15px;}

.scrollme{
	overflow:scroll;
	
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
	
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
 
}
::-webkit-scrollbar-corner {
   background: #0d81c5;
}


 ul {
	padding: 0px;
	margin: 15px;
	list-style-type: disc;
	list-style-position: outside;
}


.news ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.news ul li {
	padding-bottom: 8px;
	margin: 0px;
}

.blue {
	background-color:#0d81c5;
}
.bluetype {
	color:#6ebdec;
}

.bdrlft {border:none; border-left: 5px solid #262727;}
.bdrlft2 {border:none; }

@media (min-width: 992px) {
  body {padding-top: 87px;}
  .container{padding:0;}
  .nav li {border-bottom:none; width:auto;}
  .bdrlft2 {border:none; border-left: 5px solid #262727;}
 }

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}
.player {
  aspect-ratio= 16/9;
  width: 90%;
}
video-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px; /* Your maximum desired width */
  margin: 0 auto; /* Centers the video */
  padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 * 100) */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%; /* creates a 16:9 aspect ratio */
}

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