/* Custom CSS
------------------------------------------------------------ */
/* 
 * Custom CSS can be directly edited at /wp-content/uploads/dynamik-gen/theme/custom.css
 * which is included via wp_enqueue in /wp-content/uploads/dynamik-gen/theme/custom.php
 *
 * Note that CSS saved here in the admin backend will save to /wp-content/uploads/dynamik-gen/theme/dynamik-custom.css
 */

body {
    font-family: sans-serif;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1060px) {

}

@media only screen and (min-width: 768px) and (max-width: 1060px) {

}

@media only screen and (min-width: 480px) and (max-width: 1060px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}