.header{
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
	top: 0;
	text-align: center;
}
.bg{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-image: url('../img/squat.jpeg');
	background-size:cover;
	filter:brightness(0.7);
}

.container {
	position: relative;
	display: block;
	margin-top: 50px;
}

.container > .row {
	margin-bottom: 35px;
	line-height: 35px;
	text-align:justify;
}

.footer {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background:black;
	color:white;
	text-align:center;
}

.footer_class {
  display: inline-block;
  margin-top: 15px;
	font-size: 12px;
}

@media screen and (max-width: 767px){
	.footer{
		width: 100%;
		position: relative;
		bottom: 0;
		left: 0;
		background:black;
		color:white;
		text-align:center;
		height:100%;
		padding: 15px;
	}
	.footer_class {
		display:block;
	}
	.footer_dash{
		display:none;
	}
}