body {
    color: #231F20;
    margin: 0;
    padding: 0;
    background-color: #170029;
    background: url(../img/bg_kayfield_6.jpg) #000 no-repeat fixed top center;
}

.container {
	max-width: 992px;
}

.background-white {
	background: #FFFFFF;
}

.text-muted {
    color: #ff9345 !important;
}

footer{
    color: #FFFFFF !important;
}

footer a{
    color: #ff9345 !important;
}

.blog-header-logo img{
	max-width: 383px;
	width: 100%;
}

.logodate {
    color: #FFFFFF;
    text-align: right;
}

.youtube {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;	
}

#demo {
	color: #FFFFFF;
	font-size: 1.4rem;
}

#demo span {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #ff9345;
	color: #FFF;
	padding-right: 6px;
	font-size: 1.4rem;
}

.playlist1 {
	font-size: 2rem;
}

.playlist2 {
	font-size: 1.5rem;
}

.playlist3 {
	font-size: 1.2rem;
}


.banner-bg {
    background: url('../img/bg_banner.png');
    color: #FFF;
    height: 73px;
    padding-left: 102px;
	padding-right: 5px;
}

.banner-bg p{
	margin-bottom: 0;
}
	

.gallery li {
float: left;
padding: 5px;
list-style: none;
}

.banner-bg a {
    color: #ff9345;
    font-size: 2rem;
    padding-left: 8rem;
}

@media (max-width: 995px) {
	.banner-bg a {
		display: none;
	}
}



