#topnav {
	width: 100%;
 
	position: fixed;
	top: 0;
	left: 0;
 
	background-color:RoyalBlue;
 
	font-family: Arial, sans-serif;
	font-size: 15px;
 }
  .nav-link {
	display: inline-block;
	width: 100px;
	height: 55px;
 
	color: White;
 
	text-align: center;
	line-height: 55px;
 
	text-decoration: none;
 }
 
 #logo {
	display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    margin-top: 60px;    
 }
 #step1 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step2 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step3 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step4 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step5 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step6 {
	position: relative;
	top: 0;
	right: 0;
 }
 #step7 {
	position: relative;
	top: 0;
	left: 150;
 }
 
 #step8 {
	position: relative;
	top: 0;
	right: 0;
 }