/* VIMA K. College Branding */
:root {
  --primary: #1d2939 !important;
  --primary-dark: #111827 !important;
}

/* Header background */
.site-header, 
header.navbar,
.header-main {
  background-color: #1d2939 !important;
}

/* Buttons */
.btn-primary,
button[class*="primary"] {
  background-color: #1d2939 !important;
  border-color: #1d2939 !important;
}

/* Links */
a { color: #2563eb !important; }

/* Logo */
.logo img,
img.logo {
  content: url('https://assets.vima-college.com/images/logo.png') !important;
  max-height: 50px !important;
}