
a {
  color: #f00f18;
}
a:hover {
  color: #eb1c24;
  text-decoration: none;
}

.center-logo {
  display: block;
  margin: 0 auto;
}

#menu {
  background-color: transparent;
  width: 35px;
  height: 30px;
  margin: 24px 0 20px 20px;
  cursor: pointer;
}

.bar{
  height: 5px;
  width: 100%;
  background-color: #F00F18;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}
#bar1{
  transform: translateY(-4px);
}
#bar3{
  transform: translateY(4px);
}
.nav li a{
  color: #fff;
  text-decoration: none;
}
.nav li a:hover{
  font-weight: bold;
}
.nav li{
  list-style: none;
  padding: 16px 0;
}
.nav{
  padding: 0;
  margin: 0 20px;
  transition: 0.3s ease;
  display: none;
}
.menu-bg, #menu-bar{
  top: 0;
  left: 0;
  position: absolute;
}
.menu-bg{
  z-index: 1;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle,#f00f18,#eb1c24);
  border-radius: 50%;
  transition: 0.3s ease;
}
#menu-bar{
  z-index: 2;
}
.change-bg{
  width: 550px;
  height: 540px;
  transform: translate(-60%,-30%);
}
.change .bar{
  background-color: white;
}
.change #bar1{
  transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
  transform: translateY(-6px) rotate(45deg);
}
.change #bar2{
  opacity: 0;
}
.change{
  display: block;
}

.zds-header {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 800;
}

.primary-color {
	color: #eb1c24;
}

.contact-hero {
  background-image: linear-gradient(to right, rgba(255,0,0,0.5), rgba(0,0,0,0.5)), url(../images/contact-hero.jpg);
  background-size: cover;
}

.abstract-background {
  background-image: url(../images/abstract-bg.png);
  background-size: cover;
}

.dark-abstract-bg {
  background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(0,0,0,0.2)), url(../images/dark-abstract.png);
  background-size: cover;
  background-position: bottom;
}

.direct-import-partner-hero {
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), url(../images/direct-import-partner-bg.jpg);
  background-size: cover;
  background-position: 50% 27%;
}

.zds-primary-btn {
  background-color: #fff;
  color: #eb1c24;
  border: 2px solid #eb1c24;
  border-radius: 3px;

}

footer {
  background-color: #eb1c24;
}

.footer-link {
  color: #fafafa;
}
.footer-link:hover {
  color: #eee;
}

.card {
  border: 1px solid #f6f6f6;
}

.card-header {
  background-color: #fff;
  border-bottom: none;
}

.card-header button {
  color: #101010;
  font-weight: 600;
}

.card-header button:hover, .card-header button:focus {
  color: #111;
  text-decoration: none;
}

.card-header .collapsed {
  color: #eb1c24;
}

.card-body {
  border-left: 3px solid #eb1c24;
}
