@charset "UTF-8";
/*=== CSS Document ====*/
/*=== OVERWRITE CSS ===*/
/*=== Bootstrap 3.3.6 ===*/


/****** TABLE OF CONTENTS ******
0. Color Guide / Typography Guide
1. Body 
2. Links
3. Text / Section Colors
4. Other
5. Footer
5a. Media Queries

********************************
********************************/

/**** 0. COLOR & TYPOGRAPHY GUIDE **************************

257BC3 	- Blue Stripe top 	
eeeee	- Grey section
257BC3	- Blue Texgt

************************************************************
************************************************************/

/**** 1. Body / Top / Nav ****/
/*====================*/


body.inner {
	background: url("../../_images/black-stripe-bckgrnd.png");
	background-repeat: repeat-x;
	background-position: 0px 25px;
	background-color: #fff;
    margin-top: 0px;
	padding-bottom: 40px;
	font-size: 16px; 
	}
	
/* use inner2 to create proper spacing for the JW Player and the top stripe */
body.inner2 {
	background: url("../../_images/black-stripe-bckgrnd.png");
	background-repeat: repeat-x;
	background-position: 0px 45px;
	background-color: #fff;
    margin-top: 0px;
	padding-bottom: 40px;
	font-size: 16px; 
	}

	/*Google font Baskerville*/
.titleTop {
	font-family: 'Libre Baskerville', serif;
	font-size: 35px;
	color: #000;
	}

.titleTopWhite {
	font-family: 'Libre Baskerville', serif;
	font-size: 35px;
	color: #fff;
	}

/*.titleSub {
	font-family: 'Playfair Display', serif;
	}*/

.homeWhite {
	padding: 0px;
	margin: 15px 0px 25px;
	}

.homeVids {
	margin-top: 14px;
}

.homeGrey {
	background-color: #e7e7e7;
	padding: 30px;
	margin-top: 50px;
	margin-bottom: 0px;
	}

.homeGreyBlock {
	background-color: #e7e7e7;
	padding: 30px 0px;
	}


.homeBlack {
	background-color: #000;
	padding: 0px;
	margin-top: 35px;
	color: #e7e7e7;
	}

.homeBlack a {
	color: #e7e7e7;
	text-decoration: none;
	}

.homeBlack a:hover, a:focus {
  	color: #e7e7e7;
  	text-decoration: underline;
	}

.blackBorderHome { 
	border: solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	padding: 0px 30px 30px 30px;
	}

.blackBorder { 
	border: solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	padding: 30px;
	}

.blackBorderHymn { 
	border: solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	}


.blackBorderRed { 
	border: solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 0px;
	padding: 30px;
	background-color: #ba1615;
	color: #ffffff;
	}

.blackBorderRed a { 
	text-decoration: underline!important; 
	color: #ffff00!important;
	}

.blackBorderGold {

	border: solid 2px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 0px;
	padding: 12px;
	background-color: #d7a668;
	color: #ffffff;

}

.red { color: #FF0000; }

.vidPlaylist {
	background-color: #000;
	padding: 0px;
	display: block;
	margin: 0px auto;
	text-align: center; 
}

.marginPad { 
	margin-top: 25px;
	margin-bottom: 25px;
}

.noWrap { white-space: nowrap; }


/* Google Icon Fonts */
.material-icons, .icon-text {
    vertical-align: middle;
    }

ul.home { margin-top: -10px; }

/* aligns text above Wycliffe Bible */
.breadcrumb {
	text-align: center;
	background-color: #fff;
	}

.breadcrumb > li.active { 
	background-color: #e7e7e7; 
	padding: 3px;
	}

p.smallText {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px
	}

h2.smallText {
	margin-bottom: 7px;
	}

.headerMargin {
	margin-top: 30px;
	margin-bottom: 30px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) { 
	background-color: #e7e7e7;
	}

.greyBckg { 
	margin-top: 10px;
	padding: 25px 0px 10px;
	background-color: #e7e7e7;
	width: 100%;
	}

.greyBckg-2 { 
	background-color: #e7e7e7;
	padding: 10px;
	}

.pastorsClassroom { margin: 20px 0px; }


.topHeader { margin-bottom: 5px; }


.socialIcon {
	margin-left: 17px;
	margin-top: 45px;
	}

.socialIconXS {
	margin-left: 17px;
	margin-top: 10px;
	margin-bottom: 15px;
	}


.imgPad { 
	padding: 10px 20px;
	}

.playerBtn {
	padding: 0px 10px 10px 0px;
	float: left;
	}

.openBookIcon {
	float: left;
	margin-top: 12px;
	}


.fullWidth {
	width: 100%;
	}

.goldText {
	color: #daa85a;
	}

h1.outline, .outline { display: none; } 


/***** 8. Learn A Hymn *****/
/*=========================*/


.learnHymn a { text-decoration: none; }


.hymnItem h2 {
	font-size: 1.4em;
	color:#A78639;
	text-transform: uppercase;
	}


/**** 2. Links ****/
/*====================*/

.navbar-default .navbar-nav > li > a { text-decoration: none; }

a { 
	color: #888; 
	text-decoration: underline;
	}

a:hover,
a:focus {
  	color: #888;
  	text-decoration: none;
	}

/*For Pastor classroom */
.classroom h2 { margin-bottom: 0px; }
.classroom a {
	color: #000;
	text-decoration: none;
	}

.classroom a:hover, a:focus {
  	color: #888;
  	text-decoration: underline;
	}

.underline a {
	color: #3349FF; 
	text-decoration: none;
	}

.underline a:hover, a:focus {
  	color: #3349FF;
  	text-decoration: underline;
	}	

.faqs h2 { margin-bottom: 30px; }

a[href$=".pdf"] {			
	background: url(../../_images/pdf_icon.gif) no-repeat right center;
	padding-right: 50px;
}





/**** 5. Footer ****/
/*=================*/

footer { 
	margin-top: 90px; 
	padding: 40px 0px;
	color: #777;
	text-align: center;
	background-color: #000;
	min-height: 50px;
	font-size: 12px;
	}

/**** 5a. Media Queries ****/
/*=======================*/

/**** Min Width 320px ****/
@media (min-width: 320px) {
	body.home {
		background: url("../../_images/background-2.jpg");
		background-repeat: no-repeat;
		background-position: 50% 0%;
		background-color: #16161a;
	    margin-top: 0px;
		padding-bottom: 40px;
		font-size: 16px; 
	}	

	.logoText { 
		margin: 35px 0px 25px 10px; 
	}	

	/*lines up the bible and button images*/
	.wycliffeBiblePic {
		float: none;
}


}

/**** Min Width 480 ****/
@media (min-width: 480px) {

}

/**** Max Width 768px ****/
@media (max-width: 768px) {

}

/**** Min Width 768px ****/
@media (min-width: 768px) {

	/* centers navbar */
	.navbar-nav {
		float:none;
	    margin: 0 auto;
	    display: table;
	    table-layout: fixed;
	    }

	.logoText { 
		width: 400px;
		height: 40px;
	}
}

/**** Min Width 992px ****/
@media (min-width: 992px) {
	body.home{
		background: url("../../_images/background.jpg");
		background-position: 50% 0%;
		background-repeat: no-repeat;
		background-color: #16161a;
	}

	.logoText { 
		margin-bottom: 35px; 
	}	

	/*lines up the bible and button images*/
	.wycliffeBiblePic {
		float: left;
	}
	
}

@media (max-width: 992px) {

}

/**** Min Width 1280px ****/
@media (min-width: 1200px) { 

}