/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background-color: #ddd;
    height: 100vh;
}

header {
	text-align: center;
	background-color: black;
	width: 100%;
	height: 110px;
	}
	
header img {
	float: left;
	margin-left: 1%;
}

header>h2 {
	font-size: 3.5em;
	color: #eee;
	padding: 25px 0;

}

.sidebar-header>h3 {
	margin-bottom: -8px;
}

.sidebar-header a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
    transition: all 0.3s;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #333;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

ul {
	list-style-type:none;
	}

.navbar {
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}



.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

#sidebar {
    width: 275px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

.active  {
	color: #7386D5;
	background: #fff;
}

#sidebar.active {
    margin-left: -275px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;

}

#sidebar ul li ul li a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1.2em;
    display: block;
    font-weight: 500;
    padding-left: -5px;
   
}

#sidebar ul li ul li ul li a {
    font-size: 1.2em;
    display: block;
    font-weight: 500;
    text-indent:15px; 

}







#sidebar ul li a:hover {
    color: #7386D5;
    background: #ddd;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #7386D5;
    background: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    background: #6d7fcc;
    color: #fff;
}



 

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
/*     padding: 20px; */

    width: 95%;
    transition: all 0.3s;
    
}


/* ---------------------------------------------------
    SECTION STYLE
----------------------------------------------------- */

main {
	height: 850px;
	background-image: url("../img/tree.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	}
	


.content {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 700px;

}

	hgroup {
		

		background: #eee;
		font-size: 1em;
        width: 95%;
        margin-bottom: 12px;
	}
	
	hgroup h1, h4 {
/* 		margin-left:2%; */
	}
	
	.content-body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 12px;
		background: #eee;
		font-size: 1em;
		margin-top: 25px;
/*         height: 650px; */
        overflow-y: visible;
        width: 95%;
	}

	.content-text {
		border: 1px solid #ddd;
		-webkit-box-shadow: rgba(50, 50, 93, 0.3) 0px 50px 100px -20px, rgba(0, 0, 0, 0.4) 0px 30px 60px -30px; 
		box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
		float: left;
		padding: 12px;
		background: #eee;
		height: 600px;
		font-size: 1em;
        width: 97%;
        min-width: 400px;
        margin-bottom: 10px;
        overflow-y: scroll;
	}
	
	.content-text p{
    	font-family: courier, courier new, serif;
		font-size: 1.2em;
		color: #222;
		text-indent: 2em;
		margin-bottom: 16px;
		font-style: normal;
		}
	
	.scripture-text p {
		font-size: 1em;
		width: 65%;
		padding-left: 2em;
		text-indent: 0em;
	
	}

	.content-text h5{
		text-align: center;
    	font-family: courier, courier new, serif;
		font-size: 1.2em;
		color: #222;
		font-style: normal;
		}
		
			
	.body-text 	 {
		margin: 0 24px;
	}
    
    .body-text-h3 	 {
        margin: 36px 0px 0px 24px;
    }

    p.body-text-indent 	 {
        margin: 0 60px;
        text-indent: 0em;
        line-height: 1.1em;
    }
			
	p.drop-cap::first-letter {
        color: #A52A2A;
        float: left;
        font-size:6em;
        margin: .05em .1em 0 0;
        line-height: 0.7;
        text-indent: 0em;
      }
      
    p.drop-cap {
        text-indent: 0em;
      }	

	
	.content-source-docs {
		border: 1px solid #ddd;
		-webkit-box-shadow: rgba(50, 50, 93, 0.3) 0px 50px 100px -20px, rgba(0, 0, 0, 0.4) 0px 30px 60px -30px; 
		box-shadow: rgba(50, 50, 93, 0.3) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px;
		padding: 12px;
		background: #eee;
		height: 600px;
		font-size: 1em;
        width: 33%;
        min-width: 350px;

	}
	

hr {
    border: 0;
    height: 1px;
    background: #aaa;
}


.thumbnails a {
	margin: 10px;
	align-content: center;
}

sup {
	color: #A52A2A;
	font-weight: 800;
}

figure {
	box-shadow: rgba(50, 50, 93, 0.15) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    padding: 8px;
    text-align: center;
	width: 166px;
    margin: 12px auto;
    font-size: .8em;
}

figcaption {
	text-decoration: underline;
	color: blue;
	margin: 5px 0 2px;
	font-size: 1.2em;
}

aside {
    max-width: 300px;
    min-width: 210px;
    padding-left: 14px;
    margin-left: 1rem;
    float: right;
    box-shadow: inset 5px 0 5px -5px #29627e;
    color: #29627e;
    font-size: .9em;
}


	aside p {
    	margin: .8rem;

	}

	p.aside-text {
	    font-family: 'Poppins', sans-serif;
		color: #222;
		margin-bottom: 16px;
		text-indent: 0px;
		line-height: 1.4em;
}

	blockquote {
		font-size: 1em;
		line-height: 1.3em;

	}

	.content-source-docs {

		padding: 24px;
		background: #eee;
		font-size: 1em;
        overflow-y: scroll;
	}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
