.fitnesstipsimages{
	display: flex;
}
.topbar{
	width: 100%;
	height: 60px;
	background-color: #000;
	color: #fff;
	font-weight: initial;
}
.top img{
	margin-right: 5%;
}
.to{
	margin-left: 5%;
}
nav{
	background-color: #000;
	width: 100%;
	justify-content: space-around;
	height: 50px;
	position: sticky;
	display: block;
	top: 0;
	background: rgba(0,0,0,.8);
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
	z-index: 100;
}
nav img{
	float: left;
	margin: 5px 0 5px 50px;
}
.class{
	background-color: black;
}
nav ul{
	display: flex;
	margin: 2px;
	padding: 0 100px;
	float: right;
}
nav ul li{
	list-style: none;
}
nav ul li a{
	display: block;
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	text-transform: capitalize; 
	text-decoration: none;
}
nav ul li a:hover,
nav ul li a.active{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.indexcontent{
	display: flex;
	padding: 10px;
	justify-content: space-between;
	margin: 20px;
}
.index{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	border-bottom: none;
	padding-bottom: 10px;
}
.index-icon{
	flex: 2;
	background-color: aliceblue;
}
.index-note{
	flex: 7;
	background-color: #17a2b8;
	padding: 20px;
	font-size: 20px;
	padding-left: 25px;
	font-weight: normal;
	color: #fff;
}

.border{
	background-color: #fff;
	border-radius: 8px;
	width: 150px;
	height: 50px;
	font-size: 25px;
}
footer{
	background-color: black;
	color: white;
	height: 20px;	
	align-content: space-between;
	padding: 20px;
}
body{	
	margin: 0;
	font-family: 'Raleway-medium copy ', serif;
}
.topbar{
	width: 100%;
	height: 60px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.container1{
	margin-left: 5%;
	width: 90%;
	margin-right: 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.navigate{
	height: 20px;
	background-color: papayawhip;
}
.menu a{
	text-decoration: none;
	color: black;
	padding: 7px;
	font-size: 20px;
	border-radius: 3px;
}
.menu a:hover{
	background-color: #17a2b8;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
a.active{
	background-color: #17a2b8;
	color: #000;
	border-radius: 3px;
}