body {
  font-family: "Raleway", sans-serif;
  color: #fff;
  background-repeat: y no-repeat;
  background-color: #000;
  background-size: contain;
}

.header {
  background-color: #000;
  border-bottom: 1px solid;
}

a,
p,
ul,
li {
  color: #fff;
}

.header ul#main-menu>li a,
.breadcrumb,
.breadcrumb a {
  color: #fff;
}

.header ul#main-menu>li a::before {
	background-color: #D60B52;
  height: 2px;
}

.header ul#main-menu>li a {
  font-weight: 600;
}

.btn--white,
.btn {
  color: white;
  border: 2px solid #D60B52;
}

.btn:hover {
  background: white;
  color: black;
  text-decoration: none;
}

.newsletter input[type="email"] {
  background: transparent;
  border-bottom: 1px solid #fff;
  color: #f9f9f9;
}

.invertl,
.social img {
  filter: invert(100%) sepia(94%) saturate(0%) hue-rotate(205deg) brightness(105%) contrast(105%);
}

.pillsw {
  filter: invert(100%) sepia(16%) saturate(14%) hue-rotate(356deg) brightness(108%) contrast(90%);
}

p.cookies_bar_title,
.cookies_bar_description p {
  color: black;
}


#c1472 {
  padding-top: 100px !important;
}



@media screen and (max-width:900px) {
  table tr>* {
    display: block;
  }

  table tr {
    display: table-cell;
  }
}

ul {
  padding: 0 0 0 10px;

}

.hero.slider {
  margin-top: -100px;
}

@media only screen and (max-width: 480px) {
  .mobile-hide {
    display: block;
  }
}

.header ul#main-menu {
  background: #000;
}

.header ul#main-menu .submenu-ul {
  background: gray;
}