/* Large Window Widths */

@media screen and (min-width: 1800px) {

body::before {
}

.jumbo,
h2,
#featured {
  font-size: 130px;
}

/* Sidebar */

.sidebar {
  width: 600px;
  right: -600px;
}

.overlayVisible .sidebar.active {
  right: -600px;
}



}
