/*
Custom styles for fullscreen pages
*/

div#theme-page {
    padding-top: 0px !important;
}

div#topspacer {
    height: 0px !important;
    display:none !important;
}

@media only screen and (max-width: 2800px) {
  div#theme-page {
      padding-top: 0px !important;
  }
}

/* All smaller screens */

@media only screen and (max-width: 800px) {}


/* Large Desktop */

@media only screen and (min-width: 801px) {
}


/* Large Desktop */

@media only screen and (min-width: 1500px) {}


/*  Desktop */

@media only screen and (min-width: 1200px) and (max-width: 1500px) {}


/*  Laptop and iPad Pro */

@media only screen and (min-width: 1024px) and (max-width: 1200px) {}


/*  iPad */

@media only screen and (min-width: 768px) and (max-width: 1023px) {}


/*  iPhone 7 */

@media only screen and (min-width: 640px) and (max-width: 767px) {}


/*  iPhone 6 Plus */

@media only screen and (min-width: 414px) and (max-width: 639px) {}


/*  iPhone 6  */

@media only screen and (min-width: 375px) and (max-width: 413px) {}


/*  iPhone 5  */

@media only screen and (min-width: 320px) and (max-width: 374px) {}
