:root {
  --cassiopeia-color-primary: #424242;
  --cassiopeia-color-link: #EB8500;
}

body {
  background-color: #424242;
  color: #EBEBEB;
}

a {
  color: #EB8500;
}

a:hover {
  color: #ff8533;
}

.container-header {
  background-color: #424242;
}

nav.navbar {
  background-color: #424242 !important;
}

.navbar-brand,
.navbar a {
  color: #d0d0d0 !important;
}


.top-a {background-color: #424242; color: #EBEBEB; border: #424242;}
.top-b {background-color: #424242; color: #EBEBEB; border: #424242;}
.bottom-a {background-color: #424242; color: #EBEBEB; border: #424242;}
.bottom-b {background-color: #424242; color: #EBEBEB; border: #424242;}
.footer {background-color: #424242; color: #EBEBEB; border: #424242;}