/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16 Nov 2019, 10:57:19 AM
    Author     : Manono
*/
/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    opacity: 0.8;
}

body {
  min-height: 1200px;
}
nav {
 // background: #eaebec;
  min-height: 85px;
  background: white;
}