/*
Theme Name:         Bethink Studio Theme
Theme URI:          https://bethsoderberg.com/
Author:             Beth Soderberg LLC
Author URI:         https://bethsoderberg.com/
Description:        Custom child theme
Template:           blockbase
Version:            1.0.0
Requires at least:  6.1
Requires PHP:       8.0
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        bethinkstudio2023
Domain Path:        /languages
*/
body {
  line-height: 20px;
}
@media (max-width: 781px) {
  body {
    line-height: 16px;
  }
}

/**
 * Page
 * - Description of page styles
 */
.wp-theme-style {
  color: #fff;
  padding: 2px;
  -webkit-appearance: auto;
          appearance: auto;
  direction: ltr;
}
@media (min-width: 960px) {
  .wp-theme-style {
    background-color: #21759b;
  }
}
@media (max-width: 781px) {
  .wp-theme-style {
    background-color: #d54e21;
  }
}
@media (min-width: 782px) and (max-width: 959px) {
  .wp-theme-style {
    background-color: #7ad03a;
  }
}

button {
  padding: 8px 15px;
}
button:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */