/*
Theme Name: Divi Child Theme
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:   Shawn Morgan https://series5technology.com;
Template: Divi
*/

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






// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) { 


}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767px) { 


}

// Medium devices (tablets, less than 992px)
@media (max-width: 991px) { 


}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199px) { 


}

// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width
