
.btn-primary, .btn-block, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #ff5401 !important;
    border-color: #ff5401 !important;
}

.nik-nav-bar {
  font: 14px/1.4 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.nik-nav-brand {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.footer {
  /* position: sticky; */
  bottom: 20;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 45px;
  line-height: 45px;  /*Vertically center the text there */
 /* background-color: #ffffff;*/
  margin-top: 30px;
}

/*footer .navbar-collapse.in {
    bottom: 70px;
    position: absolute;
    background-color:#333;
    width:100%;
}*/

/* make footer links black */
footer .nav-link {
  color: black;  
}

/* add top border to footer */
footer {
    box-shadow: 0 -1px 0 #000;
}

/* add padding to bottom of rows */
.bottom30 { margin-bottom:30px; }


