@media (min-width: 768px){
	body header#header-container {
		position: fixed;
		top: 0px;
		right: 0px;
		height: 100px;

	}
}
body{
	padding-top:100px;
}
/*
footer{
		position: fixed;
		width:100%;
		bottom:70px;
}*/
@media (max-width: 768px){
	footer{
		
		position:static;
	}
	body{
		
		padding:0px;
	}
}