/* CSS Document */

html{
	background: url("images/bg.jpg") no-repeat bottom;
	background-size: cover;
}

body{
	margin:0px;
	padding:0px;
	height: 100vh;
}

.wrapper {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
}

.header-radio {
  height: 100px;
}

.redm-container {
	
}

#canal-twitch{
	
}

.logo-redm{
	width:250px;
	float:left;
}

.logo-isarm{
	width:300px;
	float:right;
}

.band{
	height:20px;
	background: url("images/band-bg.jpg");
}

.inner-footer{
	overflow: auto;
	padding: 20px 0 20px 0;
}

.info-footer{
	font-family: 'Tahoma', sans-serif;
	float:none;
	padding-top:20px;
	text-align: center;
}

.info-footer p{
	padding:0px;
	margin:0 0 4px 0;
	font-size: 13px;
	color:#00559a;
}

.logos-footer{
	float:none;
	text-align: center;
}

.solo-audio{
	float:none;
	text-align: center;
}

.solo-audio button{
	padding:7px;
	background-color: #f59f14;
	color:white;
	border:2px solid #e48203;
	border-radius:5px;
	line-height: 24px;
}

.solo-audio button:hover{
	background-color: #1ad8fc;
	border-color:#04a5c3;
	cursor: pointer;
}

.solo-audio button img{
	height: 20px;
	width:20px;
	vertical-align: middle;
	padding-right:5px;
}

.solo-audio button p{
	line-height:24px;
	font-size:14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
}

@media (min-width: 768px) {

	.info-footer{
		float:right;
		padding-top:20px;
		text-align: left;
	}

	.info-footer p{
		padding:0px;
		margin:0 0 4px 0;
		font-size: 13px;
		color:#00559a;
	}

	.logos-footer{
		float:right;
		text-align: left;
	}

	.solo-audio{
		float:left;
		text-align: left;
	}
}