/* line 1, app/assets/stylesheets/custom.scss */
.flag {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/../assets/flags.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

/* line 11, app/assets/stylesheets/custom.scss */
.ru-flag {
  background-position: -1px -0px;
}

/* line 15, app/assets/stylesheets/custom.scss */
.en-flag {
  background-position: -1px -17px;
}

/*-- Custom CSS for body font and size >*/
/* ________layouts____________________________*/
/* line 21, app/assets/stylesheets/custom.scss */
body {
  font-family: 'Sofia';
  font-size: 22px;
}

/* line 28, app/assets/stylesheets/custom.scss */
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* line 32, app/assets/stylesheets/custom.scss */
.navbar-brand {
  font-family: 'Aboreto', cursive;
  font-size: 1.75rem;
}

/* line 37, app/assets/stylesheets/custom.scss */
.nav-link:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

/*///////////////////////////////////////////////////////*/
