
html,
body {
  height: 100%;
  width: 100%;

}
body {
  font-family: "mrs-eaves";
  color: #bf8046;
  background-color: #435672;
}
hr {
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 2px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
    color: #ce502e;
  }
a:hover,
a:focus {
  color: #FFDC00;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
p {
  font-size: 36px;
  line-height: 1.4;
}

.row {
padding-left: 3%;
padding-right: 10%;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 70px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}


header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  text-align: center;
}

header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-size: 20px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 120px;
color: #520A99;
  font-family: "essonnes-headline";


  }
  header .header-content .header-content-inner p {
    font-size: 36px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
  text-align: center;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: #FFDC00;
  background-color: #FFDC00;
}
.btn-primary {
  color: #FFDC00;
  background-color: #F05F40;
  border-color: #F05F40;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #FFDC00;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #F05F40;
  border-color: #F05F40;
}
.btn-primary .badge {
  color: #FFDC00;
  background-color: white;
}
.btn {
  border: none;
  border-radius: 300px;
  font-weight: 700;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: #FFDC00;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: #FFDC00;
  text-shadow: none;
}

img::selection {
  color: #FFDC00;
  background: white;}

  body {
  webkit-tap-highlight-color: #222222;}

.section-heading {
  color: #dedfe2;
  font-size: 72px;
  padding-bottom: 4%;
}


.talmud {
  width: 100%;
}

.carousel-inner .item {
  padding-top: 9%;
    font-size: 220px;
    color: #FFDC00;
    opacity: .2;
}

.title {
font-size: 26px;
padding-top: 5%;
color:#ce502e;
font-weight: bold;

}

.leader {
font-size: 24px;

}

.description {
    font-size: 22px;
    padding-top: 1%;
    padding-bottom: 1%;
  color: white;
}

.bio {
  font-style: italic;
  font-size: 22px;

}



