/* styleCantorEducator.css */

body, h1, h2, h3, h4, h5, h6 {font-family: "Comic Sans MS", sans-serif;}
.w3-bar-block, .w3-bar-item{padding:4px;} /*font-weight:bold}*/

.fa-anchor,.fa-coffee {font-size:200px;}

/* three pixel horizontal space */
.ce-hr-3px-blank {padding:0px 0px 3px 0px;}
/* six pixel horizontal space */
.ce-hr-6px-blank {padding:0px 0px 6px 0px;}
/* background color is from w3-theme-l2 in https://www.w3schools.com/lib/w3-theme-indigo.css*/
.ce-hr-6px-theme {padding:0px 0px 6px 0px; background-color:#8995d6;}   
/* background color is from w3-theme-l2 in https://www.w3schools.com/lib/w3-theme-indigo.css*/
.ce-hr-3px-theme {padding:0px 0px 3px 0px; background-color:#8995d6;}   

/* no padding */
.ce-padding-0 {padding:0px 0px; }

/* button color and width */
.ce-tanakh-btn {width:100%; background-color:#f3f4fb; padding:0px 8px 0px 8px;}
.ce-tanakh-btn-90 {width:90%; background-color:#f3f4fb;}
.ce-tanakh-btn-100 {width:100%; background-color:#f3f4fb;}
.ce-tanakh-btn-color {background-color:#f3f4fb;} /* w3-theme-l5 */
.ce-tanakh-btn-color2 {background-color:#d8dcf1;} /* w3-theme-l4 */

.ce-color-blue {color:blue; }

.quizlet-logo { width:100%; background-color:rgb(66,87,178) }

p, ol, ul {
	margin-bottom: 0px;
	line-height: 160%;
}

div.hangingIndent { 
text-indent: -20px;
padding-left: 20px;
}

/*
a {
    text-decoration: none;
    color: w3-text-blue;
}
*/
/* unvisited link */
a:link {
    text-decoration: none;
    /*color: DodgerBlue;*/
    color:blue;
}
/* visited link */
a:visited {
    /*color: DodgerBlue;*/
    color:blue;
}
/* mouse over link */
a:hover {
    color: FireBrick;
}

audio {
    width: 100%;
    /*max-width: 900px;*/
    /*height: auto;*/
}

@media only screen and (min-width: 1025px) {
    audio {
        /*width: 85%;*/
        max-width: 1000px;
    }
}

#logo {
	float: left;
	padding-left:30px;
    padding-top:15px;
    padding-bottom:35px;
	/*background: url(images/img02.gif) no-repeat left 100%;*/
    background: url(/images/CantorEducatorLogo.png) no-repeat left 100%;
}

#logo2 { background-image: url('/images/CantorEducatorLogo2.svg'); background-repeat:no-repeat; background-size:100%; max-width:900px; }
#logo3 { background-image: url('/images/CantorEducatorLogo3.svg'); background-repeat:no-repeat; background-size:100%; max-width:900px; padding-left:100px;}
#logo3-1 { background-image: url('/images/CantorEducatorLogo3-1.svg'); background-repeat:no-repeat; background-size:100%; max-width:1200px;}
#logo3-1Home { background-image: url('/images/CantorEducatorLogo3-1Home.svg'); background-repeat:no-repeat; background-size:100%; max-width:900px;}

/*.w3-sidebar a {padding:8px}*/
.navimg {float:left;width:33.33% !important}

.printtext {
display: none;
}
