.chromeframe {
  margin: 0.2em 0;
  padding: 0.2em 0;
  background: #ccc;
  color: black;
}
.asmodeeFront {
  position: relative;
}
.asmodeeFront * {
  position: relative;
}
/* =========================================================================================================================
* @FONT-FACE EMBEDDING
*
* be sure to put relevant font files inside the /fonts folder and change links approprately
*   below is an example using Open Sans from Google Fonts
* ========================================================================================================================= */
.font-base {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
}
.font-lato {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}
/* =========================================================================================================================
* We're done with all the resets & utility classes:
* ADD GLOBAL SITE STYELS HERE - See your changes right away in elements.html
*
* be general with these. We want to allow as much recycling as possible
* ========================================================================================================================= */
/* -----  Basic Colors & default sizing use LESS ----- */
/* -----  Basic styling  ----- */
html {
  padding: 0;
  height: 100%;
  font-size: 62.5%;
  maring: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #572175;
  color: #646464;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* base font family, size, color, etc */
a:hover {
  text-decoration: none;
}

#pageWrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #f1f1f1 url('/static/images/region/pageBG.png') top left repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

#region {
  padding-bottom: 6rem;
  min-height: 100vh;
  background: transparent url('../images/region/map.png') top center no-repeat;
  background-size: cover;
}

#region #regionTop {
  margin: 0 auto 4rem auto;
  width: 50%;
  text-align: center;
}
#region #regionTop .happyHands {
  width: 300px;
}
#region #regionTop img {
  display: block;
  margin: 2rem auto;
  max-width: 80%;
}
#region .flags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin: 2rem auto;
  max-width: 900px;
}
#region .flags a {
  display: block;
  max-width: 180px;
  color: #898989;
  text-align: center;
  text-decoration: none;
  font-size: 1.7rem;
}
#region .flags .flag {
  display: block;
  margin-bottom: 2rem;
  width: 160px;
  height: 128px;
  border: 2px solid #fff;
  border-radius: 60px;
  background-size: cover;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.constrainWidth {
  position: relative;
  margin: 0 auto;
}