@charset "utf-8";
/*==========  Mobile First Method  ==========*/

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

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

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

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

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

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

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

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 
}
