* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.header {
    text-align: center;
    background: url(images/jpegs/goldbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    color: #500284;
}

.header h1 {
    font-family: 'Merienda', Garamond;
    font-size: 35px;
    font-weight: 900;
    text-shadow: 0px 4px 6px rgba(0,0,0,0.6);
    border: solid 5px #49017a;
    border-radius: 5px;
    margin: 0;
    padding: 20px 30px;
    background-color: #fff;
    text-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}

.header h2 {
    font-family: 'Milonga', Verdana, sans-serif;
    font-size: 35px;
    font-weight: 300;
    border: solid 5px #49017a;
    border-radius: 5px;
    margin: 0;
    padding: 12px 50px;
    text-shadow: 1px 2px 3px rgba(255,255,255,0.4);
    background-color: #fff;
}

.header2 {
    margin: 0;
    background: url(images/jpegs/goldbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header2 img {
    margin: 0 auto;
}

.header2 #imgAdjustment {
	margin: 0 auto;
	padding: 0;
}

/* NAVIGATION BAR SECTION OF THE HEADER SECTION */

#nav-bar {
	width:100%;
	height: auto;
	background: rgba(88,21,132,1);
}

.parent {
	float: left;
	position:relative;
	display:block;
	width: 250px;
	height:50px;
	margin-left: 60px;
}

.button {
	float: left;
	display:block;
	text-align:center;
	width:270px;
	height:50px;
	line-height:50px;
	background: rgba(88,21,132,1);
	color: red;
	font-size: 1em

}

.sub {

	visibility:hidden; /* This hides the menu until we hover */
	position:absolute;
	top:50px;
	left:40px;
	width:255px;
	height:150px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;

}

.parent:hover .sub {

	visibility:visible; /* This makes the menu visible when user hovers */
	text-align:left;
	z-index: 1;

}

.sub a {

	color: #000;
	background: #ffc34c;
	display: block;
	width: 255px;
	height: 50px;
	text-align: left;
	line-height:50px;
	padding-left: 20px;

}

.sub a:hover {

	background: rgb(3, 74, 188);
	color:#fff;

}

.nav {
    background-color: rgba(88,21,132,1);
    height: auto;
    font-family: 'Philosopher', Verdana, Garamond, sans-serif;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
}

#holydays {
	visibility:visible!important;
	height:0;
	transition:height 0.5s ease-in-out;
	-moz-transition:height 0.5s ease-in-out;
	-webkit-transition:height 0.5s ease-in-out;
	-o-transition:height 0.4s ease-in-out;

}

.parent:hover #holydays {
	height: 200%;opacity: 1;

}

#media {
	visibility:visible!important;
	height:0;
	transition:height 0.5s ease-in-out;
	-moz-transition:height 0.5s ease-in-out;
	-webkit-transition:height 0.5s ease-in-out;
	-o-transition:height 0.4s ease-in-out;

}

.parent:hover #media {
	height: 500%;
	opacity: 1;
}

#store {
	visibility:visible!important;
	height:0;
	transition:height 0.5s ease-in-out;
	-moz-transition:height 0.5s ease-in-out;
	-webkit-transition:height 0.5s ease-in-out;
	-o-transition:height 0.4s ease-in-out;

}

.parent:hover #store {

	height: 600%;
	opacity: 1;

}

#about {
	visibility:visible!important;
	height:0;
	transition:height 0.5s ease-in-out;
	-moz-transition:height 0.5s ease-in-out;
	-webkit-transition:height 0.5s ease-in-out;
	-o-transition:height 0.4s ease-in-out;

}

.parent:hover #about {

	height: 300%;
	opacity: 1;
}

.donate form {
	padding-top: 10px;
}

.header2 .seal, .shalom, .elders {
    margin: 0;
}


/* Sanctioned Culture Center Sign */


.sign .row {
    margin: 0 auto;
	width: 100%;
	padding: 0;
}

.sign {
	padding: 0;
	background-color: rgb(135, 9, 9);
}


/* 400 YEAR CAPTIVITY HR 1242 SECTION  */


.hr1242 {
	margin: 0 auto;
	height: 220px;
	font-size: 2.35em;
	font-weight: 900;
	text-align: center;
	background: #CF2400;
	text-decoration: none;
	text-shadow: 5px 3px 8px rgba(0,0,0,1);
	padding: 35px 0 20px 0;
}

.hr1242 a {
	text-shadow: 5px 3px 8px rgba(0,0,0,1);
	color: #fff;
}

.hr1242 .alert {
	font-size: 1.1em;
	font-style: italic;
	color: #24E506;
	margin: 0;
	padding: 0;
	animation: blink .8s linear infinite;
}

@keyframes blink {
	0% {
		opacity: .3;
		}
	50% {
		opacity: .8;
		}
	100% {
		opacity: 1;
		}
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
	.hr1242, .deliverance {
		height: 400px;
        font-size: 14px;
	}
}


/*  OUR DELIVERANCE MARQUEE  */


.deliverance {
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.deliverance div {
  display: block;
  width: 200%;
  height: 50px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}

.deliverance .move {
  float: left;
  width: 45%;
  color: #fff;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen and (min-width: 320px) and (max-width: 720px) {
    .deliverance div {
        height: 95px;
    }
}


/* TABLE DEITIES NAME AND MEANING SECTION */


.deities {
    background: #89009b; /* For browsers that do not support gradients */
	height: 100px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.deities .names {
	padding: 20px 40px 10px 40px;
	font-size: 1.50em;
	word-spacing: 8px;
	text-shadow: 5px 3px 8px rgba(0,0,0,1);
}

.names span {
	font-size: 1.35em;
}


@media only screen and (min-width: 320px) and (max-width: 720px) {
	.deities {
		height: 197px;
	}
}



/* WEB INTRO AUDIO SECTION */

.intro {
    margin: 0 auto;
    background: #FFA50A;
    padding: 5px 0 0 0;
}

.intro audio {
    position: relative;
    left: 40%;
    margin: 0;
}

/* About us Section with the Statement of Faith */



.about {
    background: url(images/png/scroll.png) no-repeat center center;
    background-color: hsla(42, 98%, 84%, 0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    height: auto;
    max-width: 100%;
}

.about .container {
    margin: 0;
    padding: 0 20%;
    position: relative;
    height: 750px;
	  width: 100%;
    overflow: auto;
}

.about .container h1 {
    font-family: 'Dancing Script', Garamond, sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #0000e6;
    /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
   margin: 0;
   padding: 0 0 20px 0;
}

.about .container #are {
    font-family: 'Heebo', sans-serif, Garamond;
    font-size: 30px;
    font-weight: 400;
    color: #6600cc;
    text-shadow: rgb(0, 0, 255);
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.about .container p {
    font-family: Commons, Garamond, sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000033;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

.about .container a {
    text-decoration: none;
    color: red;
}

.about .container p .more {
    color: #fff;
    font-size: 40px;
}

.about .container p span {
    text-decoration: none;
}

.about .container .we {
    text-decoration: none;
    font-size: 50px;
    font-weight: 400;
    color: #3f3ab1;
}



/* COVENANT SECTION */



.covenant {
    background-color: #350e91;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-family: 'Milonga', Garamond, sans-serif;
    color: #fff;
    border: solid 2px #f2f2f2;
    font-weight: 400;
    font-size: 40px;
    word-spacing: 40px;
    max-width: 100%;
}

.covenant p {
    padding: 10px 0;
    background-color: #350e91;
    margin: 0;
}



/* COMMANDMENTS SECTION */



.commandments {
    height: auto;
    margin: 0 auto;
    background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(images/jpegs/sinai.jpg) no-repeat center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    font-family: 'Gentium Book Basic', Garamond, Cursive, sans-serif;
    max-width: 100%;
}

.commandments img {
    width: 95%;
    display: inline-block;
    border: ridge  #fff;
    border-radius: 8px;
    margin-top: 120px;
    margin-bottom: 60px;
}

.commandments #one {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    padding-top: 30px;
    position: absolute;
    top: -10px;
    left: 15px;
    margin: 0;
}

.commandments #two {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    padding-top: 30px;
    position: absolute;
    top: -10px;
    left: 25px;
    margin: 0;
}

.commandments #three {
    color: #000;
    font-weight: 800;
    font-size: 30px;
    padding-top: 30px;
    position: absolute;
    top: -10px;
    left: 15px;
    margin: 0;
}

.commandments #four {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    padding-top: 20px;
    position: relative;
    top: -1000px;
    margin: 0;
    word-spacing: 1em;
    text-shadow: 4px 3px 4px rgba(0,0,0,0.6);
}

.commandments a:hover {
    height: 1280px;
    width: 1080px;
}




/* ELDER & ISAAC IMAGE SECTION */



.eldersaac {
    height: auto;
    margin: 0 auto;
    padding-bottom: 60px;
    background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(images/jpegs/firebg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    font-family: Garamond, Cursive, sans-serif;
    text-align: center;
    width: 100%;
}

.eldersaac img {
    width: 500px;
    height: 400px;
    margin-top: 150px;
    border: 4px solid #e9bf22;
    border-radius: 15px;
}

.eldersaac h3 {
    text-shadow: 3px 3px 4px rgba(0,0,0,0.9);
    font-size: 30px;
    font-weight: 500;
}




/* MEDIA SECTION */




.media {
    background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(images/jpegs/ElderYachov.jpg) no-repeat center center;
	background-size: cover;
    margin: 0;
    height: auto;
    padding: 120px 0 0 0;
}

.media iframe {
    border: inset 2px rgb(227,201,42);
    margin-top: 20px;
}

.media p {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-family: Helvetica, Garamond, sans-serif;
    font-weight: 900;
    font-size: 24px;
	background-color: rgba(0,0,0, .5);
	text-shadow: 3px 3px 3px rgba(0,0,0, 1);
	border-radius: 19px;
}

.media .container #social-media {
    background: rgba(238, 238, 238, .8);
    height: auto;
    margin-left: 0px;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.media h4 {
    background-color: rgba(227,225,225,0.4);
    word-spacing: .5em;
}

.media h4 span {
    text-decoration: underline;
    font-style: italic;
    color: blue;
}

.media img {
    border-radius: 10%;
    margin: auto;
    position: relative;
    top: 20px;
}

.media .youTube, .media .fb {
    width: 75px;
    height: 45px;
    position: relative;
    top: -10px;
    margin: 0px;
    padding: 0px;
}

.media h5 {
    text-transform: uppercase;
    line-height: 1.5em;
    word-spacing: .2em;
    text-align: center;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 1.2em;
}

.media h5 span {
    background-color: rgba(227,225,225,0.4);
    text-decoration: underline;
    text-shadow: 1px 1px 2px rgba(160,25,0,0.5);
    letter-spacing: 2px;
}

.media h2 {
    padding-top: 5px;
}





/* CALENDAR SECTION WITH HOLYDAYS LIST */





.calendar {
    text-align: center;
    margin: 0 auto;
    background-color: rgb(88, 45, 132);
    height: auto;
    padding: 120px 0 0 0;
}

.calendar h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Frank Ruhl Libre', sans-serif, Verdana, Garamond;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
    border: ridge 8px rgb(102,0,153);
    margin: 0;
    background-color: #fff;
}

.calendar thead {
    background-color: rgb(231, 235, 182);
    font-weight: 400;
    font-size: 18px;
}

tr > td {
    background-color: rgb(255,255,255);
}

.calendar th {
    text-align: center;
}

.table-bordered {
    border: ridge 8px rgb(102, 0, 153);
    margin: 0;
}

.color {
    background-color: rgb(244, 244, 221);
}

#red {
    color: red;
    font-weight: 600;
}

.calendar tbody {
    font-size: 16px;
}

.holy-days img {
    margin: 30px 0 20px 0;
    border: ridge 8px rgb(102,0,153);
	position: relative;
	top: -32px;
}

.calendar .col-md-7, .col-md-5 {
	padding: 20px 0;
}



/* ALBUMS / MUSIC SECTION */




.albums {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 80px;
	background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(images/jpegs/saints_on_fire.jpg) no-repeat center center;
	background-size: cover;
}

.albums .item {
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

.imageCarousel {
	padding: 0;
}

.albums img {
	width: 100%;
	max-height: 700px;
	margin: 0 auto;
	border-radius: 5px;
}

.albums h3 {
	font-size: 60px;
	padding: .5em;
	font-weight: 600;
	color: red;
	text-shadow: 4px 3px 3px rgba(0,0,0,.6);
}

.albums li {
	background-color: rgb(139, 2, 214);
	height: 20px;
	width: 20px;
	border-radius: 100%;
}

.albums .glyphicon {
	font-size: 5em;
}

.albums .glyphicon-chevron-left {
	margin-left: -50px;
}

.albums ol {
	padding: 10px;
}

.albums a {
	margin: 0;
	padding: 0;
}



/* LITERATURE SECTION */





.articles {
    background-color: rgb(255,255,230);
    padding: 60px 20px;
}

.theMessiah {
    border-top-width: 4px;
    border-top-style: groove;
    border-top-color: red;
    border-right-color: #000;
    border-left-color: #000;
    border-bottom-color: #000;
    margin-left: 10px;
    background-color: #fff;
    box-shadow: 6px 6px 2px 0px rgba(0,0,0,0.4);
}

.Sabbath-Day {
    border-top-width: 4px;
    border-top-style: groove;
    border-top-color: red;
    border-right-color: #000;
    border-left-color: #000;
    border-bottom-color: #000;
    margin-left: 10px;
    background-color: #fff;
    box-shadow: 6px 6px 2px 0px rgba(0,0,0,0.4);
}

.Sabbath-Day h2 {
    padding-top: 20px;
    font-family: 'Philosopher', Arial, sans-serif, Garamond;
    font-weight: 900;
    font-size: 20px;
}

.articles a {
    text-decoration: none;
}

.articles p {
    font-size: .9em;
    font-weight: 900;
    color: rgba(0,0,0,0.7);
    padding-top: 10px;
}

.articles img {
    margin: 0 auto;
}

@media only screen and (min-width: 480px), (orientation: portrait) {
	.articles img {
		max-width: 100%;
	}
}
.articles h2 {
    padding-top: 20px;
    font-family: 'Philosopher', Arial, sans-serif, Garamond;
    font-weight: 900;
    font-size: 30px;
}

.articles h4 > a {
	font-size: 40px;
	padding: .5em;
	font-weight: 600;
	color: rgba(255, 0, 0, 1);
	text-shadow: 4px 3px 3px rgba(0,0,0,.6);
}

#articles {
    text-align: center;
    padding: 20px 0 60px 0;
    font-weight: 600;
    font-size: 40px;
}

.Sabbath-Day .col-md-6 img {
    position: relative;
    left: 15px;
}

.articles h5 {
    padding-top: 18px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.articles h5 a {
    color: #000;
}

.articles h5 a:hover {
    text-decoration: underline;
}

.articles .top {
    border-top-style: ridge;
    border-top-width: 2px;
    border-top-color: rgb(0,0,0,0.5);
}




/*  STORE PRODUCTS SECTION */





.slideShow {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 80px;
	background: linear-gradient(rgba(0, 0, 50, 0.5), rgba(0, 0, 50, 0.5)), url(images/png/sela.png) no-repeat center center;
	background-size: cover;
}

.slideShow .item {
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

.clothesCarousel {
	padding: 0;
}

.slideShow img {
	width: 100%;
	max-height: 700px;
	margin: 0 auto;
	border-radius: 5px;
}

.slideShow h3 {
	font-size: 40px;
	padding: .5em;
	font-weight: 600;
	color: rgba(255, 0, 0, 1);
	text-shadow: 4px 3px 3px rgba(0,0,0,.6);
}

.slideShow h2 {
	font-size: 60px;
	padding: .5em;
	font-weight: 600;
	text-shadow: 4px 3px 3px rgba(0,0,0,.6);
}

.slideShow h2 > a:hover {
	text-decoration: none;
}

.slideShow h2 > a {
	color: rgba(255, 0, 0, 1);
}

.slideShow .carousel-caption {
	font-size: 1.8em;
	font-weight: 600;
	color: rgb(255, 255, 255);
	text-shadow: 4px 3px 3px rgba(0,0,0,.6);
}

.carousel-inner #color-white {
	background-color: rgb(255, 255, 255);
}

.slideShow .glyphicon {
	font-size: 5em;
}

.slideShow .glyphicon-chevron-left {
	margin-left: -50px;
}

.slideShow ol {
	padding: 10px;
}

.slideShow a {
	margin: 0;
	padding: 0;
}

.item #colorChange {
	color: rgb(6, 2, 255);
}

/* .slideShow .carousel-caption #pmb {
    background-color: rgba(156, 58, 242, .8);
    color: #fff;
    position: relative;
    top: -500px;
} */

/*@media only screen and (min-width: 320px) and (max-width: 720px) {
    .slideshow .carousel-caption #pmb {
        font-size: 12px;
        font-family: Arial, sans-serif;
        position: relative;
        top: -800px;
    }
} */



/* BANNER SECTION */



.banner {
    background-color: rgb(17, 60, 202);
    text-align: center;
    color: hsla(274, 0%, 90%, 0.9);
    padding: 20px 20px;
}

.banner li {
    list-style: none;
	font-size: 1.3em;
}

.banner ul {
    text-align: left;
}

.banner h4 {
    text-align: left;
    padding-left: 39px;
	font-size: 1.5em;
}

.banner li a {
    color: #fff;
}

.banner a:hover {
    text-decoration: none;
}




/*  FOOTER SECTION  */


.footer {
    text-align: center;
    padding: 30px 20px;
    background-color: hsla(274, 0%, 16%, 0.6);
    font-family: Verdana, sans-serif, Courier;
    color: hsla(62, 0%, 100%, 1);
    font-size: .9em;
}



/*

@keyframes cf4FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

#cf4a img:nth-of-type(1) {
  animation-delay: 6s;
}
#cf4a img:nth-of-type(2) {
  animation-delay: 4s;
}
#cf4a img:nth-of-type(3) {
  animation-delay: 2s;
}
#cf4a img:nth-of-type(4) {
  animation-delay: 0;
}


*/
