@charset "utf-8";
/*------------------------------------------------------
--> Page Structure <--
------------------------------------------------------*/
body{
    margin: 0px;
    padding: 0px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#PageBackground{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    background: rgba(188,214,108,0.75);
    background-image: url(../_images/BibleVerse.png?v1.01);
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center bottom;
    z-index: 10;
}
#TrackCover{
    position: fixed;
    width: 6000px;
    height: 3000px;
    top: 0px;
    left: 0px;
    background: radial-gradient(rgba(188,214,108,0.10) 0%, rgba(188,214,108,1.00) 10%);
    z-index: 20;
}
#BorderTop{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 2px;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    z-index: 200;
}
#BorderCover{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 2px;
    background: rgba(255,255,255,1.00);
    z-index: 210;
}
#BorderRight{
    position: fixed;
	top: 0px;
	right: 0px;
	width: 2px;
    height: 100vh;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    z-index: 200;
}
#BorderLeft{
    position: fixed;
	top: 0px;
	left: 0px;
	width: 2px;
    height: 100vh;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    z-index: 200;
}
#BorderBottom{
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 2px;
    background: rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    z-index: 195;
}
#BottomCover{
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
    height: 2px;
    background: rgba(255,255,255,1.00);
    z-index: 210;
}
#PageContent{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 31px);
    z-index: 100;
}
#PageHeader{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 12px 10px 10px 12px;
    background: rgba(50,60,30,1.00);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    z-index: 195;
}
/*------------------------------------------------------
--> Menu <--
------------------------------------------------------*/
#MenuButton{
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-style: italic;
    color: rgba(255,255,255,1.00);
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
    cursor: pointer;
}
#MenuIcon{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}
#MenuText{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}
.MenuBar{
    position: relative;
    width: 15px;
    height: 1px;
    margin: 4px 0px;
    background: rgba(255,255,255,1.00);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
}
#Menu{
    position: fixed;
    top: 0px;
    left: -325px;
    width: 325px;
    height: 100vh;
    padding-top: 40px;
    background: rgba(50,60,30,1.00);
    border-right: thin solid rgba(255,255,255,1.00);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.25);
    color: rgba(255,255,255,1.00);
    text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
    z-index: 190;
}
#MenuBackground{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(188,214,108,0.75);
    opacity: 0;
    z-index: 180;
    cursor: pointer;
}
.MenuHome{
    position: absolute;
    top: 42px;
    right: 5px;
    padding: 5px;
    background: rgba(50,60,30,1.00);
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    text-align: right;
    transition: 1s;
    color: rgba(255,255,255,0.50);
    z-index: 200;
}
.MenuHome:hover{
    color: rgba(255,255,255,1.00);
}
.MenuItem{
    position: relative;
    display: block;
    margin: 15px 15px 5px 15px;
    padding-left: 5px;
    border-top: thin solid rgba(255,255,255,0.10);
    border-bottom: thin solid rgba(255,255,255,0.10);
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
    transition: 1s;
    color: rgba(255,255,255,0.50);
}
.MenuItem:hover{
    padding-left: 20px;
    border-top: thin solid rgba(255,255,255,0.75);
    border-bottom: thin solid rgba(255,255,255,0.75);
    color: rgba(255,255,255,1.00);
}
.MenuSubItem{
    position: relative;
    display: block;
    margin: 5px 25px;
    padding-left: 5px;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    transition: 1s;
    color: rgba(255,255,255,0.50);
}
.MenuSubItem:hover{
    padding-left: 15px;
    color: rgba(255,255,255,1.00);
}
/*------------------------------------------------------
--> Donate <--
------------------------------------------------------*/
#Donate{
    position: absolute;
    top: 8px;
    right: 10px;
}
#DonateButton{
    position: relative;
    padding: 3px 15px 2px 15px;
    background: rgba(170,0,0,1.00);
    border: thin solid rgba(255,255,255,1.00);
    border-radius: 8px;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.50);
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: rgba(255,255,255,1.00);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
    cursor: pointer;
    z-index: 100;
}
/*------------------------------------------------------
--> Page Logo <--
------------------------------------------------------*/
#PageLogo{
    position: relative;
    width: 96%;
    max-width: 1000px;
    margin: 50px auto 0px auto;
    z-index: 100;
}
/*------------------------------------------------------
--> Page Content <--
------------------------------------------------------*/
.pc_Outline{
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0px auto 50px auto;
    border: 6px solid rgba(255,255,255,1.00);
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
}
.pc_Box{
    position: relative;
    padding: 6px;
    background: rgba(255,255,255,0.50);
    border-radius: 6px;
    box-shadow: inset 0px 0px 3px 3px rgba(0,0,0,0.25);
}
.pc_Section{
    position: relative;
    display: inline-block;
    padding: 2px 10px;
    border-top: thin solid rgba(50,60,30,0.50);
    border-bottom: thin solid rgba(50,60,30,0.50);
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: rgba(0,0,0,0.75);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.pc_Text{
    position: relative;
    margin: 10px;
    padding: 15px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 28px;
    color: rgba(0,0,0,0.75);
}
.pc_Text a{
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.85);
}
.pc_Split{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 24px);
    margin: 10px;
    padding: 15px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 28px;
    color: rgba(0,0,0,0.75);
}
.pc_Split img{
    display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    overflow: hidden;
}

.pc_Video{
    position: relative;
    width: 90%;
    max-width: 720px;
    margin: 25px auto;
    background: rgba(188,214,107,0.85);
    border-bottom: thin solid rgba(255,255,255,1.00);
    box-shadow: inset 0px 0px 2px 2px rgba(0,0,0,0.25);
    z-index: 100;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    z-index: 200;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pc_CalloutBox{
    position: relative;
    margin: 10px;
    padding: 10px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    text-align: center;
}
.pc_CalloutBox a{
    font-weight: bold;
    font-style: italic;
    color: rgba(50,60,30,0.85);
}
.pc_CalloutMain{
    position: relative;
    padding: 5px;
    font-size: 28px;
    color: rgba(0,0,0,0.75);
}
.pc_CalloutSub{
    position: relative;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    border-top: thin solid rgba(50,60,30,0.50);
    border-bottom: thin solid rgba(50,60,30,0.50);
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: rgba(0,0,0,0.75);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
/*------------------------------------------------------
--> Zoom Link <--
------------------------------------------------------*/
#zoom_Link{
	position: relative;
	margin: 25px 0px;
	padding: 10px;
	background: rgba(255,255,255,0.75);
	border: thin solid rgba(50,60,30,0.50);
	border-radius: 5px;
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.25);
	font-size: 24px;
	text-align: center;
	color: rgba(50,60,30,0.90);
	cursor: pointer;
}
/*------------------------------------------------------
--> Footer <--
------------------------------------------------------*/
#PageFooter{
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 6px 10px 8px 10px;
    background: rgba(50,60,30,1.00);
    border-top: thin solid rgba(255,255,255,1.00);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.70);
    font-size: 14px;
    font-style: italic;
    text-align: center;
    color: rgba(255,255,255,0.75);
    z-index: 190;
}













.CN_Title{
    position: relative;
    margin: 10px 10px 0px 10px;
    padding: 2px 10px;
	background: rgba(255,255,255,0.50);
    border-top: thin solid rgba(50,60,30,0.50);
    border-bottom: thin solid rgba(50,60,30,0.50);
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
	text-align: center;
    color: rgba(0,0,0,0.75);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}
.CN_Text{
    position: relative;
    margin: 10px;
    padding: 15px;
    background: rgba(255,255,255,1.00);
    border-radius: 5px;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.25);
    font-size: 20px;
    line-height: 28px;
    color: rgba(0,0,0,0.75);
}

