#bottomBar{
	display: flex;
	width: 95%;
	margin-left: 2.5%;
	margin-top: 100px;
	background-color: black;
	border-radius: 10px;
	margin-bottom: 10px;
}
#bottomBar h1{
	padding-top: 10px;
	margin-left: 10px;
	color:white;
}
#bottomBar img{
	padding-top: 10px;
	margin-left: 10px;
	width: 80px;
	height: 80px;
}
@media screen and (min-width: 440px) and (max-width: 1244px){
	#bottomBar{
		height: 150px;
	}
}
@media screen and (min-width: 1224px){
	#bottomBar{
		height: 100px;
	}
}