:root {
  --blue: #0019fe !important;
  --white: #fffefe !important;
  --yellow: #ffd738 !important;
}

body>header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  color: var(--blue) !important;

}

body>header>nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-shadow: none !important;
}

body>header>nav>.container {
  background-color: #f8f9fa;
}

body>.container {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f8f9fa !important;
  height: 100%;
}

body>footer {
  bottom: 0;
  width: 100%;
  background-color: #1b3da1 !important;
  color: #f8f9fa !important;
}





body {
  margin: 0;
  padding: 0;


  background-color: #efefef;
}




#navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar {
  box-shadow: -11px -7px 9px #000;
  width: 100%;

}

#navbar a {
  float: left;
  display: block;
  font-weight: 600;
  ;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  text-transform: capitalize;
}


.item .cover {
  position: absolute;
  width: 50%;
  top: 2rem;
  left: 2rem;
  display: flex;
  align-items: center;
  color: #efefef;

}

a {
  
  text-decoration: none;
  font-weight: bold;
}

.cre-ban-primary {
  color: var(--blue) !important;
  font-weight: bold;
}