/*

 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 21, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 31, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 34, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  zoom: 1;
}

/* line 38, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
nav ul {
  list-style: none;
}

/* line 40, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 43, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 48, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
/* line 57, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
/* line 64, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 71, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
del {
  text-decoration: line-through;
}

/* line 73, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 78, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
/* line 84, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* line 93, /sites/ktuviot/shidur/app/assets/stylesheets/reset.scss */
input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'Oron';
  font-style: normal;
  font-weight: normal;
  src: url(/assets/Oron-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Oron';
  font-style: normal;
  font-weight: bold;
  src: url(/assets/Oron-Bold.otf) format("opentype");
}

/* line 25, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
body {
  background: white;
  color: #444444;
  font-size: 64px;
  font-family: Arial, sans-serif;
  line-height: 1;
  font-weight: bold;
}

/* line 34, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
header, footer {
  flex: 0 0 20px;
  background: red;
}

/* line 40, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.lang-title {
  color: white;
  background: #2c8cd2;
  padding: .3em 0.3em 0;
  margin: 0 .5em 0 0;
  display: inline-block;
  font-family: Arial, sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  width: 90px;
  height: 90px;
  float: left;
}
/* line 55, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.lang-heb .lang-title, .lang-he .lang-title, .lang-ar .lang-title {
  margin: 0 0 0 .5em;
}

/* line 60, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.languages {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  height: 95vh;
  margin: 25px;
}

/* line 67, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.lang {
  border-top: 2px solid #2c8cd2;
  padding: 0 0 .4em 0;
  overflow: hidden;
}

/* line 74, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.lang-heb .lang-title, .lang-he .lang-title,
.lang-ar .lang-title {
  float: right;
}

/* line 79, /sites/ktuviot/shidur/app/assets/stylesheets/three.css.scss */
.lang-heb, .lang-he,
.lang-ar {
  direction: rtl;
  font-family: Oron, Arial, sans-serif;
  letter-spacing: 1px;
  word-spacing: 5px;
}
