
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media screen and  (max-width: 320px) and (min-width: 0px) {



}

/* Custom, iPhone Retina */
@media screen and (max-width: 360px) and (min-width: 321px) {


}

/* Custom, iPhone Retina */
@media screen and (max-width: 375px) and (min-width: 361px) {

}

/* Extra Small Devices, Phones */
@media screen and (max-width: 414px) and (min-width: 376px) {

}

/* Extra Small Devices, Phones */
@media screen and (max-width: 480px) and (min-width: 415px) {


}

/* Extra Small Devices, Phones */
@media screen and (max-width: 568px) and (min-width: 481px) {


}

/* Extra Small Devices, Phones */
@media screen and (max-width: 640px) and (min-width: 569px) {


}

/* Small Devices, Tablets */
@media screen and (max-width: 720px) and (min-width: 641px) {



}

/* Small Devices, Tablets */
@media screen and (max-width: 768px) and (min-width: 721px) {


}



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


}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1024px) and (min-width: 993px) {


}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1080px) and (min-width: 1025px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1152px) and (min-width: 1081px) {

}


/* Large Devices, Wide Screens */
@media screen and (max-width: 1280px) and (min-width: 1153px) {



}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1366px) and (min-width: 1281px) {


}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1440px) and (min-width: 1367px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1600px) and (min-width: 1441px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1680px) and (min-width: 1601px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 1920px) and (min-width: 1681px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 2560px) and (min-width: 1921px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 3840px) and (min-width: 2561px) {

}

/* Large Devices, Wide Screens */
@media screen and (max-width: 7680px) and (min-width: 3841px) {


}


