/*
Theme Name: Tactical College Counseling
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Tactical College Counseling project.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* WordPress core resets that can hide or offset the React app */
#tmt-app {
  display: block;
  width: 100%;
  min-height: 100vh;
  position: relative;
  isolation: isolate;
}

#tmt-app img,
#tmt-app video {
  max-width: 100%;
  height: auto;
}

#tmt-app main {
  display: block;
  margin: 0;
  padding: 0;
}

#tmt-app main + footer {
  margin-top: 0;
}

/* Prevent WP admin bar from overlapping fixed header when logged in */
body.admin-bar .fixed.top-0 {
  top: 32px;
}

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