/* NYBatProofing.com */

.bg-dark {
    background-color: #FF0000;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  /* Uses default setting from above. */
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
  /* Uses default setting from above. */
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  /* Uses default setting from above. */
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  /* Uses 992px section setting from above. */
}

/* TV Screen size, Signs, etc. */
@media only screen and (min-width : 1800px) {
  /* Uses 992px section setting from above. */
}