body {
  position: relative;
}
.slider{
	height: 65vh;
}
.navbar-nav a.active{
    color: red;
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: url(../img/oa.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
}