/**
*
* @author: Amots Hetzroni
* @since: 2022-02-06
*
**/

/* Color Theme Swatches in Hex */

@import url(https://fonts.googleapis.com/earlyaccess/alefhebrew.css);
body{
  font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.rtl .nav {
    float: right;
}

.Halloween-1-hex {
    color: #FFBB4D;
}

.Halloween-2-hex {
    color: #FC962E;
}

.Halloween-3-hex {
    color: #E86807;
}

.Halloween-4-hex {
    color: #962903;
}

.Halloween-5-hex {
    color: #621704;
}

#jumbotron {
    min-height: 75px !important;
}

#jumbotron h1 {
    font-size: 3rem !important;
    color: #952901;
    padding-right: 0.8rem;

}

#jumboHeader {
    margin-left: 150px;
    background-color: rgba(249, 240, 240, 0.4);
}

header a:hover {
    text-decoration: none;
}

a,
.btn-link {
    text-decoration: none;
    color: #E86807;
}

a:hover {
    text-decoration: underline;
}

.breadcrumb {
    background-color: #f7f7f7;
}

.rtl .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.rtl .ms-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

.rtl .negative-indent {
    padding-right: 1rem !important;
    text-indent: -1em !important;
}
.rtl .negative-indent-2 {
    padding-right: 2em !important;
    text-indent: -1em !important;
} 

  .highlight {
    background-color: yellow;
  }
