/*------------------------------------------------------------------------
# BASE Web App Responsive Styles - Dec 15, 2024 / Last Updated: 12/15/2024
# ------------------------------------------------------------------------
# Designed by SAVAGENERD/K-Rock for BASE
# Websites:  https://basepages.com -  Email: contact@basepages.com
--------------------------------------------------------------------------

/******************************************************************************/
/***************      VERY LARGE DESKTOP DISPLAY SCREENS      *****************/
/******************************************************************************/

@media (min-width: 2554px) and (max-width: 3200px) {

}

/******************************************************************************/
/***************        LARGE DESKTOP DISPLAY SCREENS         *****************/
/******************************************************************************/

@media (min-width: 1920px) and (max-width: 2553px) {

}

/******************************************************************************/
/***************        MEDIUM DESKTOP DISPLAY SCREENS        *****************/
/******************************************************************************/

@media (min-width: 1441px) and (max-width: 1919px) {

}

/******************************************************************************/
/***************        MACBOOK AIR DISPLAY SCREENS         *****************/
/******************************************************************************/

@media (min-width: 1367px) and (max-width: 1440px) {

}

/******************************************************************************/
/***************      SMALLER THAN FULL SCREEN MACBOOK        *****************/
/******************************************************************************/

@media (min-width: 1364px) and (max-width: 1366px) {

}

/******************************************************************************/
/***************       MACBOOK AIR SCREENS AND 1280 X 800     *****************/
/******************************************************************************/

@media (min-width: 1280px) and (max-width: 1363px) {

}

/******************************************************************************/
/********************             Larger iPads           **********************/
/******************************************************************************/

@media (min-width: 1024px) and (max-width: 1279px) {

}

/* Landscape tablet to iPads */
@media (min-width: 980px) and (max-width: 1024px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}

/* Landscape phones and down - and when you minimize most desktop browsers */
@media (max-width: 587px) {
	.container { padding-top:70px; }
}

/* Landscape phones and down */
@media (max-width: 480px) {

}

/* Older phones with super small screens */
@media (max-width: 320px) {
	
}