/** Style overrides **/

body[data-color-scheme='first'],
body[data-color-scheme='first'] .mobile-menu-title,
body[data-color-scheme='first'] .mobile-menu,
body[data-color-scheme='first'] .curtain {
  background-color: #ffffff; 
}
body[data-color-scheme='second'],
body[data-color-scheme='second'] .mobile-menu-title,
body[data-color-scheme='second'] .mobile-menu,
body[data-color-scheme='second'] .curtain {
  background-color: #ada495;
}
body[data-color-scheme='third'],
body[data-color-scheme='third'] .mobile-menu-title,
body[data-color-scheme='third'] .mobile-menu,
body[data-color-scheme='third'] .curtain {
  background-color: #b49066;
}




@media all and (min-width: 465px) {

}

@media all and (min-width: 753px) {

}

@media all and (min-width: 1009px) {
}

@media all and (min-width: 1265px) {

}

@media all and (min-width: 1425px) {

}

@media all and (min-width: 1665px) {

}

@media all and (min-width: 2500px) {

}
