/**
 * @file
 * Global rules
 *
 * Theme global rules.
 */


html {
	height: 100%;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
}
html, body {
  position: relative;
  font-family: 'Asap', sans-serif;
  color: #363636;
  font-weight: 400;
}
body {
  overflow-x: hidden;
  /* padding-left:3em;
  padding-right:3em; */
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
iframe{
  max-width:100%;
  vertical-align: middle;
}
p, h1, h2, h3 {
  position: relative;
}
::selection {
  color: white;
  background: black;
}

@media screen and (max-width: 1024px) {

  body {
  overflow-x: hidden;
  padding:0;
  }

}
@media screen and (min-width: 900px) {
  html, body {
    overflow-x: unset;
  }
}

.role-webmaster .toolbar-icon-system-admin-config, .role-webmaster .toolbar-icon-help-main {display: none !important;}
