#cfi {
    font-family: "Montserrat", sans-serif;
    background-color: white;
}

#cfi .cfi-header {
    height: 50vh;
    min-height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cfi-body .nav {
    background-color: white;
  }
  
  #cfi .nav-pills {
    color: darkblue;
  }
  
  #cfi .nav a.active {
    border: none;
    border-top: 2px solid green;
  }
  
  #cfi .nav {
    border: none;
  }
  
  #cfi .nav a:hover {
    border: none;
    border-bottom: 2px solid green;
  }
  
  #cfi .nav a.active:hover {
    border: none;
    border-top: 2px solid green;
  }

.scoperow {
  font-weight: bold;
}