/* template */
body,html {
  height: 100%;
  scroll-behavior: smooth;
}

/* hidden spacer before sections for proper offset */
section:before {
    height: 56px;
    content: "";
    display:block;
}
.nav-icons a, .nav-icons a i .fa .fa-imdb {
   color:yellow;
   background-color:yellow
}
/* helpers */
.vh-50 {
    min-height: 50vh;
}
.vh-75 {
    min-height: 75vh;
}
.vh-100 {
    min-height: 100vh;
}
.bg-primary {
  background-color: #000000 !important; } 
.btn-primary {background:#2F414A;}
