html {

}
body {
	margin: 0;
	padding: 0;	
}
#campaign-bg img {
  z-index: -999;
  min-height: 100%;

  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#toolbar {
    margin: 0;
    background-color: black;
    opacity: .75;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 25px 0;
}
	#toolbar li {
		display: inline-block;
	}
	#toolbar img {
		max-height: 50px;
		width: auto;
	}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
html {

}
	#campaign-bg img.desktop {
		display: none;	
	}
#toolbar {
	height: auto;
	padding: 5px 0;
}
	#toolbar li {
		padding: 1em .75em;
	}
	#toolbar img {
		max-height: 28px;
		width: auto;
	}
	
}


@media only screen and (min-width: 768px) {

}