/* ------ Footer -------*/
.site-footer {
  background: #c3d42b; }

/* ------ Default button -------*/
.btn {
  border-color: #c3d42b;
  color: #c3d42b; }
  .btn:hover:not(:disabled) {
    background-color: #61604e;
    border-color: #61604e; }
  .btn:focus:not(:disabled) {
    background-color: #61604e;
    border-color: #61604e; }
  .btn:disabled {
    border-color: #c3d42b;
    color: #c3d42b;
    opacity: 0.5; }

/* ------ Primary button -------*/
.btn-primary {
  background: #c3d42b;
  color: #ffffff; }
  .btn-primary:hover:not(:disabled) {
    background-color: #61604e; }
  .btn-primary:focus:not(:disabled) {
    background-color: #61604e;
    color: #ffffff; }
  .btn-primary:disabled {
    background-color: #c3d42b;
    opacity: 0.5; }

/* ------ Dropdown primary -------*/
.dropdown-primary .menu {
  background-color: #c3d42b; }

@media only screen and (max-width: 1250px) {
  .site-header .dropdown-primary button:after {
    background-color: #c3d42b; } }
/* ------ Login logo -------*/
.login {
  width: 80%; }

/* ------ Logo -------*/
.site-header .logo-container img {
  height: 3.4rem; }

@media (min-width: 0) and (max-width: 1349px) {
  .site-wrapper .site-header .dropdown-primary button:after {
    background: #c3d42b; }
  .site-wrapper .site-header .dropdown-primary button:hover:after, .site-wrapper .site-header .dropdown-primary button:focus:after {
    background: #61604e; } }
