/*
Theme Name: Motor City Nightmares
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Sara Gorsky http://www.getartseen.com
Template: Divi
*/

@import url("../Divi/style.css");


/* ----------- GENERAL SETTINGS ---------------------------------------------- */



/* RESPONSIVE MEDIA SETTINGS ----------------------------------------------------------*/

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

}

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

}

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

}

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

}

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

}

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

}

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

}