@CHARSET "ISO-8859-1";

/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

table {
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

strong {
	font-weight: bold;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

/* GENERAL CSS
 * --------------------------------------- */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

img {
	max-width: 100%;
}


body {
	font-family: Mulish, Arial, sans-serif;
	color: #150C12;
	text-align: center;
	letter-spacing: 0em;
	overflow-x: hidden;
	font-size: 1.2rem;

}

/** animated **/
.animatedParent {
	overflow: hidden;
}

@media (max-width: 590px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}

.nobr {
	white-space: nowrap;
}

@media (max-width: 500px) {
	.nobr {
		white-space: normal;
	}
}

/** for ie **/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(-high-contrast: none),
(-high-contrast: none) {
	textarea {
		overflow: auto;
		-ms-overflow-style: none;
	}

	.row {
		width: 100%;
	}
}

/* nav */
.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
	display: block;
}

/* banners */
.full-banner .carousel-item {
	height: 70vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	min-height: 600px;
}

.simple-banner,
.short-banner .carousel-item {
	height: 50vh;
	min-height: 400px;
	margin-top: 50px;
}

@media (max-width: 600px) {
	.full-banner .carousel-item {
		min-height: auto;
	}
}

/****** Daf Yomi *****/
.font-marcellus {
	font-family: Marcellus, serif;
}

/** colors **/
.bg-gray {
	background-color: #4C4F5A;
}

.bg-brown {
	background-color: #150C12;
}

.bg-gold {
	background-color: rgba(201, 159, 24, 0.6);
}

.text-gray {
	color: #4C4F5A;
}

.text-brown {
	color: #150C12;
}

.text-gold {
	color: #C99F18;
}

a:hover {
	color: #C99F18;
}

.bg-brown a.text-white:hover {
	color: #C99F18;
	text-decoration: underline;
}

/** bars **/

.bar-blue {
	height: 6px;
	background-color: #1A237A;
	width: 30%;
	margin: 50px auto;
}

/** headers **/
h4 {
	font-size: 1.5rem;
	line-height: 2rem;
}


.text-shadow {
	text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.7);
}

.text-underline{
	text-decoration: underline;
}

.list-style-disc {
	list-style: disc;
}

.list-style-numbers {
	list-style: decimal;
	margin-left: 2rem;
}

.list-style-numbers li::before {
	content: ')';
	width: 2rem;
	display: inline-block;
}

/** buttons **/
.btn {
	padding: 15px 56px;
	border-radius: 30px;
	font-size: 1.2rem;
}

.btn-primary {
	background-color: #C99F18;
	border-color: #C99F18;
}

.btn-primary:hover {
	background-color: #150C12;
	border-color: #150C12;
}

.btn-secondary {
	background-color: #150C12;
	border-color: #150C12;
}

.btn-secondary:hover {
	background-color: #C99F18;
	border-color: #C99F18;
}

h2.font-size-large {
	font-size: 2rem;
	line-height: 2.5rem;
}

h3.font-size-large {
	font-size: 1.8rem;
	line-height: 2.3rem;
}

.text-underline {
	text-decoration: underline;
}

/* site width */

.site-width {
	max-width: 1300px !important;
	margin: 0 auto;
}

.gemara-img {
	max-width: 350px;
}

/* header and nav */
#main-header {
	background-color: #150C12;
}

.top-navigation .dropdown-menu {
	border-radius: 1rem;
	background-color: #C99F18;
}

.dropdown-toggle::after {
	border: none;
}

.email {
	font-size: 1.5rem;
}

.dropdown:hover .dropdown-item:hover {
	color: #C99F18 !important;
}

header .nav-link {
	position: relative;
	margin: 0.5rem 1rem;
	padding: 5px 0px;
}

header .nav-link:hover:before,
header .nav-link.active:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10%;
	height: 1px;
	width: 70%;
	border-bottom: 2px solid #C99F18;
}

header .nav-link.last:hover:before,
header .nav-link.last.active:before {
	left: 70%;
	transform: translateX(-70%);
}

#mobile-navbar ul.dropdown-menu {
	position: unset !important;
	border: none;
	transform: none !important;
	display: none;
	background: transparent;
}

#mobile-navbar ul.dropdown-menu.show {
	display: block;
}

#mobile-navbar ul li.show i.fa-angle-right,
#mobile-navbar ul li i.fa-angle-down {
	display: none;
}

#mobile-navbar ul li i.fa-angle-right,
#mobile-navbar ul li.show i.fa-angle-down {
	display: inline-block;
}

/* footer */
#footer-bottom {
	border-top: 5px solid #C99F18;
}

#footer-bottom a.text-gold:hover {
	color: #FFF;
	text-decoration: none;
}

.copyright {
	font-size: 0.8rem;
}

/* home */
.home-banner h1 {
	font-size: 2rem;
	line-height: 2.5rem;
}

.home-banner h2 {
	font-size: 1.7rem;
	line-height: 2.3rem;
}

.home-banner p {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.short-banner h1 {
	font-size: 4.5rem;
	line-height: 5rem;
}

.bg-transparent-white {
	background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 468px) {

	.home-banner h1,
	.home-banner h2,
	.short-banner h1 {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.home-banner h2 {
		font-size: 1.2rem;
		line-height: 1.7rem;
	}

	.home-banner p {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}

	.home-banner .btn {
		padding: 10px 30px;
	}

}

@media (max-width: 350px) {

	.home-banner h1,
	.home-banner h2,
	.short-banner h1 {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	.home-banner p {
		font-size: 1rem;
		line-height: 1.2rem;
	}

	.home-banner .btn {
		padding: 10px 20px;
		font-size: 1rem;
	}

	h3 {
		font-size: 1.1rem;
	}

}

@media (min-width: 768px) {
	.home-banner h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.home-banner h2 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.home-banner p {
		font-size: 1.2rem;
		line-height: 1.6rem;
	}

}

@media (min-width: 1200px) {
	.home-banner h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}

	.home-banner h2 {
		font-size: 3rem;
		line-height: 3.5rem;
	}

	.home-banner p {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	h2.font-size-large {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	h3.font-size-large {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media (max-width: 1550px) {

	.home-banner .carousel-item .row {
		max-width: 85%;
		margin: 0 auto;
	}

}

@media (max-width: 1200px) {
	header .nav-link.dropdown-toggle {
		padding: 0;
		margin: 0;
	}

	header .nav-link.dropdown-toggle:hover:before,
	header .nav-link.dropdown-toggle.active:before {
		border-bottom: none;
	}

	.split-img-section .row .col-md-6 {
		min-height: 500px;
	}
}

@media (max-width: 768px) {
	.mobile-text-blue {
		color: #1A237A;
	}

	.shorten-for-mobile.full-banner .carousel-item {
		background-image: none !important;
		height: auto;
		min-height: auto;
		display: block !important;
	}

}

@media (max-width: 768px) and (min-width: 460px) and (min-height: 600px) {
	.home-banner.full-banner .carousel-item {
		height: 60vh;
	}
}

@media (max-width: 460px) and (min-height: 400px) {
	.home-banner.full-banner .carousel-item {
		height: 70vh;
	}
}