/*
Theme Name: thement
Theme URI: https://webicient.com
Template: hello-elementor
Author: Webicient
Author URI: https://webicient.com
Description: By Webicient
Version: 5.0.0
Updated: 2022-06-14 14:00:00

*/

* {
  text-shadow: rgba(0, 0, 0, 0.02) 0 0 1px;
}

html {
  margin-top: 0px;
  /* Default (Extra small screens). 1rem = 7px */
  font-size: 43.75%;
}

#wrap {
  /* Only if animation enabled
  visibility: hidden;
  */
  overflow: hidden;
}

body {
  font-size: 1.8rem;
}



@media (max-width: 768px) {
}

@media (min-width: 768px) {
  /* Small screens. 1rem = 8px */
  html {
    font-size: 50%;
  }
}
@media (min-width: 992px) {
  /* Medium screens. 1rem = 9px */
  html {
    font-size: 56.25%;
  }
}

@media (min-width: 1200px) {
  /*Large screens. 1rem = 10px */
  html {
    font-size: 62.5%;
  }
}
