/*
Theme Name:         tinkertendo Theme
Theme URI:          https://github.com/a8cteam51/team51-project-scaffold
Author:             Automattic Special Projects
Author URI:         https://wpspecialprojects.com
Description:        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et tincidunt metus, eu rutrum sapien.
Version:            1.0.0
Update URI:			false
Requires at least:  6.1
Requires PHP:       8.1
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        tinkertendo
Domain Path:        /languages
Tags:               scaffold
*/
body {
  line-height: 20px;
}
@media (max-width: 781px) {
  body {
    line-height: 16px;
  }
}

/* front page compass */
#compass-bg {
  position: relative;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-top: -220px;
}

.wp-site-blocks > header {
  position: relative;
  z-index: 100;
}

@media (max-width: 1180px) {
  .front-page-columns > .wp-block-group {
    width: 100%;
  }
}
html:has(#compass-bg) {
  /* stylelint-disable-next-line function-url-quotes -- build wont go through without quotes */
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="30" height="30"><circle cx="15" cy="15" r="15" fill="%235bc6c9"/></svg>'), auto;
}

/**
 * Page
 * - Description of page styles
 */
.wp-theme-style {
  color: #fff;
  padding: 2px;
  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;
  }
}

/**
 * Header styles
 */
.wp-block-image.rotated-site-logo img {
  transform: rotate(13deg) translateY(-45px) translateX(-11px);
}

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