.navigation-in>ul>li>a {
    color: #000;
}

.navigation-buttons a[data-target="search"] {
    color: #000;
}

.navigation-buttons a[data-target="login"] {
    color: #000;
}

.navigation-buttons a[data-target="cart"] {
    color: #000;
}

.navigation-in>ul>li>a:hover {
    color: #000;
}

.navigation-buttons a[data-target="search"]:hover {
    color: #000;

}

.navigation-buttons a[data-target="login"]:hover {
    color: #000;

}

.navigation-buttons a[data-target="cart"]:hover {
    color: #000;

}

.navigation-in ul.menu-level-2 a {
    color: #000;
}

.navigation-in ul.menu-level-2 a:hover {
    color: #000;
}

.navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:hover {
    color: #000;
}

a, .link-like {
    color: #000;
}

a:hover, .link-like:hover, a:focus, .link-like:focus {
    color: #000;
}

.btn.btn-primary, a.btn.btn-primary {
    color: #000;
    border-color: #000;
    background-color: #fff;
}

.navigation-buttons a[data-target="navigation"] {
    color: #000;
}

.category-title {
    text-align: center !important;
}

h1, .h1 {
    text-align: center !important;
}

.navigation-in {

    margin-left: 50px;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}