:root {
    --primary-color: #af326e;
    --primary-color-hover: #80224f;
    --tertiary-color : #BFBFBF;
    --tertiary-color-hover : rgb(134, 134, 134);
    --secondary-color: #7f7f7f;
    --secondary-color-hover: #6b6b6b;
}

.navbar-custom {
    background-color: white;
}

@media only screen and (min-width: 768px) {
    .navbar-brand {
        background-size: 211px 67px;
    }
}

.navbar-brand {
    background-size: contain;
}

section.main-section.main-section-changer {
  background-size: contain;
}

a.navbar-brand.pull-right.logo-custom {
  margin-top: 10px;
  height: 122px;
}

.logo-sm-display.custom-logo {
  background-size: contain;
}
