use the bootstrap class row and use the second .class col-md-6 .col-md-offset-3
this might help you
check the output in jsbin
@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
}
.navbar.navbar-default{
background-image:none;
background-color:rgba(89,63,127,0.79);
border:none;
}
.navbarheader{
color:#FFFFFF;
margin-top:-10px;
font-family: 'Lobster', cursive;
}
.nav,.navbar-nav{
font-size:15px;
color:white;
}
Landing Page