@charset "utf-8";

/* Global Styles */


html {
    overflow-y: scroll;
}

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	overflow-x:hidden;
	/*background-color: #5986ES;*/
	background-color: #171A3D;
}
    

/* Header */
header {
    background-color: #3b5998;
    padding: 10px;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
/*End Header*/

h1 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
	font-size: 2.25em; 
	color:#900;
	text-align:center;
	margin-top: 60px;
}
	
h2 {font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;
	color:#093983;
	text-align:center;
	clear:left;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 4%;
}

#content_about h2 {
	text-align:left;
	clear:left;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-left: 1%;
}

.line_space {
	padding-bottom: 5px;
}

.line_space_top {
	padding-top: 5px;
}

.line_space_large {
	padding-top: 15px;
}

.feast_Title {
	font-size: 18px;
	font-weight: bold; 
	color:#093983;
	padding-top: 10px;
	padding-left: 3%;
	
}

.sectionContentTitle {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 20px;
	font-weight: bold;
	padding: 2% 0 2% 1%;
	color: #171A3D;
}

.torahTitle {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 20px;
	font-weight: bold;
	color: #093983;
}

.verse_Highlight {
	font-style: italic;
}

.footnotes {
	font-style: italic;
	padding: 2% 0 2% 3%;
}

.color {
	color:#000000;
}

.color a:link {
	/*color: #DDBB1F;*/
/*color:#FC0;*/
/*color:color: #fff;*/
color:#3B5998;
}

.color a:visited {
	color: #86A0CB;
	/*color: #725A15;*/
/*	color:#D30104;*/
/*color:#9D6D4D;*/
}

.color a:hover {
	color: #000000;
}

.color a:active {
	color: #000000;
	/*color: #DDBB1F;*/
/*color:#FC0;*/
}

.verse {
	color:#000000;
}

.verse a:link {
	color: #DDBB1F;
/*color:#FC0;*/
}

.verse a:visited {
	color: #86A0CB;
	/*color: #725A15;*/
/*	color:#D30104;*/
/*color:#9D6D4D;*/
}

.verse a:hover {
	color: #000000;
}

.verse a:active {
	color: #000000;
	/*color: #DDBB1F;*/
/*color:#FC0;*/
}

a {
display:inline;
/*width:10em;*/
text-decoration:none;
}

a:link {
	color: #DDBB1F;
/*color:#FC0;*/
}

a:visited {
	color: #86A0CB;
	/*color: #725A15;*/
/*	color:#D30104;*/
/*color:#9D6D4D;*/
}

a:hover {
	color:#000000;
	/*color:#2C3C77;*/
	/*color: #FDFCFC;*/
}

a:active {
	color: #DDBB1F;
/*color:#FC0;*/
}



/*#sub_header {
	text-align: center;
	display: block;
	position: fixed;
    width: 100%;
    z-index: 1;
}*/

#sub_header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
	width: 187px;
	text-align: center;
}

#sub_header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}

#sub_header .profilePhoto {
	background-color: rgba(237,237,237,1.00);
	width: 259px;
	border-radius: 50%;
	height: 259px;
	clear: both;
}

#sub_header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}

#sub_header .profileHeader h3 {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}

#sub_header .profileHeader p {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

#sub_header .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin-top: 60px;
	clear: both;
}

#sub_header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
    cursor: pointer;
}

#sub_header .socialNetworkNavBar .socialNetworkNav img:hover {
    opacity:0.5;
}

/*
using background color is important to cover the menu
position absolute is set to cover the whole viewport
*/
#content {
    background-color: #FFFFFF;
    padding: 52px 10px 10px 10px;
    position: relative;
    width: auto;
    height: 100%;
    -webkit-box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 9px 0px rgba(0, 0, 0, 0.4);
}

/*This the logo on the top under the menu bar*/
.intro_logo {
	margin-top: 55px;
    padding-left: 6%;
    width: 90%;
}

.bio_pic {
    float: left;
    margin-top: 10px;
    padding-left: 4%;
    width: 40%;
}

.opening_statement {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    /*float: left;*/
    margin-bottom: 20px;
    padding: 2%;
    width: 100%;

}

.opening_statement p {
	margin: 0;
	padding: 2%;
}

	.encourage1 {
		float: left;
		clear: both;
		padding: 15px 0 10px 0;
		width:  100%;
	}

.encourage1 h2 {
	text-align: left;
	padding-left: 1%;
}


ul {
	margin-left: 6%;
	padding: 2%;
}

ul li {
	padding: 2%;
list-style: none;
}

ol { margin-left:24px;
padding:5px;
}

ol li {padding:5px 0;
list-style-type:hebrew;
}

.torahLessonsPic {
	padding: 2%;
	width: 90%;
}

.torah_Lessons {
	float:left;
	width: 57%;
	padding: 1%;
	margin: 0 2% 15px 1%;
	border: 1px solid #000000;
    border-radius: 8px;
}

.tanakh {
	    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(220, 220, 220, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%) repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    /*float: left;*/
    margin-bottom: 20px;
    padding: 2%;
    width: 94%;
}

.tanakh ul {
	margin-left: 4%;
	padding: 2%;
}

.tanakh ul li {
	padding: 1%;
list-style: none;
}

#scriptures {
	padding: 2%;
}

.verseref {
	padding-bottom: 10px;
}

.textcolor {
	padding-bottom: 10px;
}

/*
the hamburger button with a little gradient effekt
*/
#hamburger {
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    width: 25px;
    background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);
}

/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

.title_head {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #DDBB1F;
	/*color: #900;*/
	text-align: left;
	clear: none;
	margin: 5px 0;
	padding-left: 1%;
	width: 70%;
}

/*
The navigation container in the background
*/
nav {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

/*
Style the navigation menu
*/
nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    padding: 15px;
}

nav li a {
    color: #fff;
    text-decoration: none;
}

nav li a:link {
	/*color:#3B5998;*/
	color: #86A0CB;
}

.pictureNav {
	Float: left;
	width: 90%;
}

.pictureNav img {
	width: 29%;
}

.pictureNav ul {
	list-style: none;
	padding: 10px 0 25px 5.5%;
	margin-left: 0;
	width: 100%;
}

.pictureNav li {
	display: inline;
}
/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}

.left_section {
	margin-left: 5%;
    margin-right: 20%;
}

.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}

.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

#endnote {
	clear: both;
	padding: 2%;
}

#endnote a:link {
	/*color: #86A0CB;*/
	color:#2C3C77;
}



/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    margin-top:5%;
}
header .profileHeader {
	text-align: left;
    margin-top:7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}

#hamburger {
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    width: 25px;
    background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);
}

#endnote {
	clear: both;
	
}
/* Main content and sections */

.left_section_about {
	margin-left: 5%;
    margin-right: 10%;
}

.right_section_about {
	float:left;
	width: 45%;
	padding: 1%;
	border: 1px solid #000000;
    border-radius: 8px;
	
}

.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: sans-serif;;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
    margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
}


