 /*
     Theme Name: Twenty Twenty-Five Child
     Theme URI: http://supercontinuum.world/twentytwentyfive-child/
     Description: A child theme for twenty twenty five.
     Author: Thomas Wilk
     Author URI: http://supercontinuum.world/
     Template: twentytwentyfive
     Version: 1.0.0
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Tags: light, dark, two-columns, responsive-layout, accessibility-ready
     Text Domain: twentytwentyfive-child
    */

/*** GENERAL COLOR SIZING STYLE ***/
body{
  color: red;
  background-color: firebrick;
}

/*** DESKTOP VS MOBILE SIZE ADJUSTMENTS ***/
@media (max-width: 700px) {
  .wp-image-34 {
    display: none !important;
  }
}

.small-only {
  display: none;
}

@media (max-width: 700px) {
  .small-only {
    display: block;
  }
}


