/*
Theme Name: RealisedTech
Author: RealisedTech
Description: WordPress conversion of the RealisedTech AI and data integration services website.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: realisedtech
*/

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.rt-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.rt-contact-notice {
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
}

.rt-contact-notice--success {
  background: #eff6ff;
  color: #1447e6;
}

.rt-contact-notice--error {
  background: #fef2f2;
  color: #e40014;
}
