#nice-menu-1 {
  display: none;
}

/*Used to remove the margin above the secondary menu*/
.content {
  margin: 0 !important;
}

.menu-items { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: black !important;
  justify-content: right;
}

.menu-items .menu-item {
  border-left: 2px solid #3e3e3e;
  text-decoration: none;
  color: white;
  padding: 10px 20px;
}

.menu-items .menu-item p {
  margin: 0 !important;
}

/*All specific paragraph id's*/
.paragraphs-item-11136, .paragraphs-item-11136 .even,
.paragraphs-item-11141, .paragraphs-item-11141 .even,
.paragraphs-item-11146, .paragraphs-item-11146 .even,
.paragraphs-item-11151, .paragraphs-item-11151 .even
{
  padding: 0 !important;
}

@media (max-width: 1000px){
  .menu-items {
    display: none;
  }
}
