@charset "UTF-8";
/* CSS Document */

.body {
	background-color: #372005;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
.main {
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/Canvas_gothic_1.jpg);
	background-repeat: repeat;
	z-index: 50;
	vertical-align: top;
	overflow-x: hidden;
        
}
.main-text {
	font-family: Georgia;
	font-size: 20px;
	color: #333;
	z-index: 50;
	vertical-align: top;
	text-indent: 50px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	line-height: 27px;
	overflow-x: hidden;
}

/* Desktop Version */
.desktop-main-width {
        width: 100%;
	font-family: Georgia;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/Canvas_gothic_1.jpg);
	background-repeat: repeat;
        background-size: 120%;
	z-index: 50;
	vertical-align: top;
}

.navigation-mobile {
	display: none;
}

a:link {
	font-family: Georgia;
	color: #666;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	color: #0072bc;
}

a:visited {
	color: #0072bc;
}

h1 {
	font-family: Georgia;
	font-size: 30px;
	color: #000;
	

}
h2 {
	font-family: Georgia;
	font-size: 30px;
	color: #000;
	

}
h3 {
	font-family: Georgia;
	font-size: 30px;
	color: #000;
	

}

img {
	border: 0px;
	

	
}
a img {
        border: 0px;
	-webkit-box-shadow: 0px 0px 0px #000, inset 0 0 0px #38556A;
	box-shadow: 0px 0px 0px #000, inset 0 0 0px #38556A;
        width: 100%;
}

.title_image {
	border: 0px;
	width: 60%;
	height: auto;
	padding-top: 40px;	
}

text_main {
	font-size: 14px;
	color: #000;
}

.text_blockquote {
	font-size: 20px;
	color: #000;
	font-style: italic; 
	line-height: inherit;
	text-align: justify;
	padding-right: 100px; 
	margin-left: 100px;
}

.LeftNav {
	width: 310px;
	vertical-align: top;
	text-align: left;
	height: 600px;
	float:left;
	margin-right:20px;
}

.MainArea {
	width: 675px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
	text-indent: 40px;
}
.MainArea2 {
	width: 675px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
	text-indent: 40px;
	padding: 20px 20px 20px 20px;

}

.footer1 {
	font-size: 14px;
	height: 200px;
	color: #f2dfb3;
	text-align: center;
	width: 1073px;
}

.footer1 a:link {
	color: #f2dfb3;
	text-decoration: none;
}
.footer1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.transparent {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	margin:25px;
}
.transparent_right {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	margin:25px;
	float:right;
}
.transparent_left {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	margin:25px;
	float:left;
}
.shadow {
	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
}
.hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	background-image: url(images/Canvas.jpg);
	background-repeat: repeat;
	z-index: 50;
	vertical-align: top;
	line-height: 1.5em;
	text-indent: 40px;
}

.prayer_home {
    width: 242px;
    height: 275px;
    background: url("images/Prayer_HOME_B1.jpg") no-repeat;
    background-size: 242px 275px;
    display: inline-block;
    transition: 0.3s;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.prayer_home:hover {
    background: url("images/Prayer_HOME_C1.jpg") no-repeat;
    background-size: 242px 275px;
    transition: 0.3s;
}

.community_home {
    width: 242px;
    height: 275px;
    background: url("images/Community_HOME_B1.jpg") no-repeat;
    background-size: 242px 275px;
    display: inline-block;
    transition: 0.3s;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.community_home:hover {
    background: url("images/Community_HOME_C1.jpg") no-repeat;
    background-size: 242px 275px;
    transition: 0.3s;
}

.worship_home {
    width: 242px;
    height: 275px;
    background: url("images/Worship_HOME_B1.jpg") no-repeat;
    background-size: 242px 275px;
    display: inline-block;
    transition: 0.3s;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.worship_home:hover {
    background: url("images/Worship_HOME_C1.jpg") no-repeat;
    background-size: 242px 275px;
    transition: 0.3s;
}

.habit_home {
    width: 242px;
    height: 275px;
    background: url("images/Habit_HOME_B1.JPG") no-repeat;
    background-size: 242px 275px;
    display: inline-block;
    transition: 0.3s;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.habit_home:hover {
    background: url("images/Habit_HOME_C1.JPG") no-repeat;
    background-size: 242px 275px;
    transition: 0.3s;
}

.larg-screen-hidden {
    display: none;
}

.mobile_slide_container {
    width: 100%;
}
ul { margin: 0; padding: 0;}
.mobile-menu-container {
  font-family:Verdana, Geneva, sans-serif;
  width: 100%;
  text-align: left;
  margin-top: 0px;
  margin-left: 0px;
  margin: 0px;
  padding: 0px;
}

.mobile-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 1px solid #FFFFFF;
  text-align: left;
  padding-left: 100px;
  
}
.mobile-menu ul a {
  	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #d5ad5b;
	color: #391f06;
	line-height: 200%;
	background: None;
        font-size: xxx-large;
}
.mobile-menu ul a:hover {
        background: None;
        color: #FFF;
}
.mobile-menu li {
  display: inline;
}
.mobile-menu a {
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #d5ad5b;
	color: #391f06;
	line-height: 200%;
}
.Nav-button {
        background: none;
	padding-left:50px; 
	padding-top:15px; 
	padding-bottom:15px;
	text-align: left;
	font-size: 65px;
}
@font-face {
	font-family: 'lombardic';
	src: url(fonts/Lombardic.ttf);
	font-style: normal;
	font-weight: bold;
}
.lombardic {
	font-family: lombardic;
	font-weight: bold;
	font-size: 65px;
	line-height: 75px;
	color: #603913;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #603913;
	text-shadow: 2px 2px 6px #707070;
}
.lombardicMainName {
	font-family: lombardic;
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	color: white;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
	text-shadow: 2px 2px 6px #707070;
}
.Title_box {
	height: auto;
        left: 25%;
	text-align: center;
	vertical-align: middle;
	background: none;
	padding: 25px;
	border: none;
}
.Outer_box {
	text-align: center;
	padding-top: 20px;
}
canvas {
  height: 100%;
  width: auto;
  object-fit: cover;
  max-width: 100vw;
  max-height: auto;
}

.white_text_box1 {
    background-color: rgba(250,250,250,0.2); 
    margin-left:100px; 
    margin-right:100px; 
    padding: 20px
}

/* hack for IE 6 < to make entire block clickable */
* html #mobile-menu a {
  height: 1px; 
}

.mobile-menu a:hover {
  background-color: rgba(1,1,1,0.3);
  color: #FFF;
}

.mobile-menu a:active {
  background-color: rgba(1,1,1,0.3);
}

.vocationImages {
  height: 130px;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
}
.redHeading {
  color:#ed1c24;
  font-size:18px;
  font-weight:bold;  
}
.ImageChangeShadow {
  	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	margin:20px;
}
.ImageChangeShadow_right {
  	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	margin:20px;
	float:right;
}
.ImageChangeShadow_left {
  	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	margin:20px;
	float:left;
}
.ImageChange {

}
.imageContainer {

}
.general_image {
        align-self: center;
        float: left;
	border-width: 2px; 
	border-color: #b7b7b7; 
	border-style: solid;
        margin: 80px;
	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;	
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 150px;
  margin: 16px 0;

}

input[type=submit] {
  width: 100%;
  height: 50px;
  background-color: #603913;
  color: white;
  font-size: 20px;
  padding: 14px 20px;
  margin: 16px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #805124;
}

.textstroke {
      text-shadow:
    -4px -4px 0 #603913,
     0   -4px 0 #603913,
     4px -4px 0 #603913,
     4px  0   0 #603913,
     4px  4px 0 #603913,
     0    4px 0 #603913,
    -4px  4px 0 #603913,
    -4px  0   0 #603913;
}

    .large-screen{
        display: none;
}
    .larg-screen-hidden {
        display: block;
    }

/* Large Version */
@media only screen and (min-width : 1700px) {
    /* For large screens: */
    .large-screen{
        display: block;
    }

    .larg-screen-hidden {
        display: none;
    }
    
   .navigation-mobile {
	display: none;
    } 
    
    .grid-container {
        display: grid;
        grid-template-columns: auto auto auto;
        padding: 0px;
}

    .main-text {
	font-family: Georgia;
	font-size: 25px;
	text-indent: 80px;
	line-height: 35px;
}
}

/* Mobile Version */
@media only screen and (min-width : 768px) and (max-width: 1100px) {
    /* For mobile phones: */
.desktop-main-width {
        width: 100%;
		font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 40px;
}
.navigation1 {
        display: none;
}
.navigation-mobile {
        display: block;
}  
    .large-screen{
        display: none;
}
    .larg-screen-hidden {
        display: block;
}
    
.main-text {
        font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 40px;
	    color: #333;
	    background-color: #FFF;
	    background-image: url(images/Canvas_gothic_1.jpg);
	    background-repeat: repeat;
	    z-index: 50;
	    vertical-align: top;
		line-height: 60px;
		padding: 50px;
}
.footer1 {
        font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 30px;
	    z-index: 50;
		width: 100%;
	    vertical-align: top;
		color: #f2dfb3;
	    text-align: center;
}
.vocationImages {
        width:100%;
        float:left;
        margin-right:20px;
        margin-left:20px;
        margin-bottom:20px;
}
.text_blockquote {
	font-size: 35px;
	color: #000;
	font-style:italic; 
	line-height:40px;
	text-align: justify;
	padding-right: 100px; 
	margin-left: 100px;
}
.redHeading {
        color:#FF0000;
        font-size:40px;
        font-weight:bold;  
}
.ImageChangeShadow {
		width:100%;
}
.ImageChangeShadow_right {
		width:100%;
		margin:25px;
}
.ImageChangeShadow_left {
		width:100%;
		margin:25px;
}
.ImageChange {
		width:100%;
}
.transparent {
		width:80%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.transparent_right {
		width:100%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.transparent_left {
		width:100%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
}
.imageContainer {
		width:100%;
}
.title_image {
	border: 0px;
	width: 92%;
	height: auto;	
}
.general_image {
	width: 90%;
	height: auto;
	border-width: 2px; 
	border-color: #b7b7b7; 
	border-style: solid;
	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;	
}
.lombardic {
	font-family: lombardic;
	font-weight: bold;
	font-size: 85px;
	line-height: 95px;
    -webkit-text-stroke-width: 2px;
	text-shadow: 2px 2px 2px #707070;
}
.lombardicMainName {
	font-family: lombardic;
	font-weight: bold;
	font-size: 55px;
	line-height: 65px;
	color: white;
    -webkit-text-stroke-width: 2px;
	text-shadow: 2px 2px 2px #707070;
}
.Title_box {
	width: 95%;
}	
.canvas { }
        
.white_text_box1 {
        margin-left:30px; 
        margin-right:30px; 
        padding: 20px
}
        
.title_image {
	border: 0px;
	width: 92%;
	height: auto;	
}
        

.prayer_home {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.prayer_home:hover {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.community_home {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.community_home:hover {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.worship_home {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.worship_home:hover {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
} 

.habit_home {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

.habit_home:hover {
        width: 726px;
        height: 825px;
        background-size: 726px 825px;
}

input[type=text], select {
  width: 100%;
  padding: 30px 30px;
  font-size: 25px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  height: 300px;
  margin: 16px 0;
  font-size: 25px;

}
input[type=submit] {
  width: 100%;
  height: 100px;
  background-color: #603913;
  color: white;
  font-size: 35px;
  padding: 20px 20px;
  margin: 16px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #805124;
}
}




@media only screen and (max-width : 767px) {    
    /* For mobile phones: */
.desktop-main-width {
        width: 100%;
		font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 25px;
}
.navigation1 {
        display: none;
}
.navigation-mobile {
        display: block;
}

.main-text {
        font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 20px;
	    color: #333;
	    background-color: #FFF;
	    background-image: url(images/Canvas_gothic_1.jpg);
	    background-repeat: repeat;
	    z-index: 50;
	    vertical-align: top;
		line-height: 30px;
		padding: 20px;
}

.text_blockquote {
	font-size: 18px;
	color: #000;
	font-style: italic; 
	line-height: 25px;
	text-align: justify;
	padding-right: 50px; 
	margin-left: 50px;
}

.footer1 {
        font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 20px;
		width: 100%;
	    z-index: 50;
	    vertical-align: top;
		color: #f2dfb3;
	    text-align: center;
}

.mobile-menu {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: 20px;
        border-top: 1px solid #FFFFFF;
        text-align:center;
}

.vocationImages {
        width:100%;
        float:left;
        margin-right:20px;
		margin-left:20px;
        margin-bottom:20px;
}

h1 {
		font-family: Georgia;
		font-size: 25px;
		color: #000;
}

h2 {
		font-family: Georgia;
		font-size: 25px;
		color: #000;
}

h3 {
		font-family: Georgia;
		font-size: 25px;
		color: #000;
}

.redHeading {
        color:#FF0000;
        font-size:20px;
        font-weight:bold;  
}

.ImageChangeShadow {
		width:40%;
}

.ImageChangeShadow_right {
		width:40%;
		float:right;
		margin:25px;
}

.ImageChangeShadow_left {
		width:40%;
		float:left;
		margin:25px;
}

.ImageChange {
		width:60%;
}

.transparent {
		width:60%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
}

.transparent_right {
		width:60%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
		float:right;
}

.transparent_left {
		width:60%;
		opacity:0.4;
	    filter:alpha(opacity=40); /* For IE8 and earlier */
		float:left;
}

.imageContainer {
		width:100%;
}

.title_image {
	border: 0px;
	width: 100%;
	height: auto;	
}

.general_image {
	width: 90%;
	height: auto;
	border-width: 2px; 
	border-color: #b7b7b7; 
	border-style: solid;
	-webkit-box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;
	box-shadow: 5px 5px 5px #535354, inset 0 0 0px #38556A;	
}

.Nav-button {
                background: none; 
		padding-left:50px; 
		padding-top:15px; 
		padding-bottom:15px;
		text-align: left;
		font-size: 30px;
}

.lombardic {
	font-family: lombardic;
	font-weight: bold;
	font-size: 65px;
	line-height: 75px;
	color: #ed1c24;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ed1c24;
	text-shadow: 2px 2px 2px #707070;
}

.lombardicMainName {
	font-family: lombardic;
	font-weight: bold;
	font-size: 65px;
	line-height: 75px;
	color: white;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: white;
	text-shadow: 2px 2px 2px #707070;
}

.Title_box {
	width: 95%;
	height: auto;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 10px;
	border-width: 8px;
	border-style: solid;
	border-color: #ddcca8;
}

.white_text_box1 {
        margin-left:30px; 
        margin-right:30px; 
        padding: 20px
}

.prayer_home {
        width: 300px;
        height: 825px;
        background-size: 300px 375px;
}

.prayer_home:hover {
        width: 300px;
        height: 375px;
        background-size: 300px 375px;
}

.community_home {
        width: 300px;
        height: 375px;
        background-size: 300px 375px;
}

.community_home:hover {
        width: 300px;
        height: 375px;
        background-size: 300px 375px;
}

.worship_home {
        width: 300px;
        height: 375px;
        background-size: 300px 375px;
}

.worship_home:hover {
        width: 300px;
        height: 375px;
        background-size: 300px 375px;
}  

.large-screen{
        display: none;
}

.larg-screen-hidden {
        display: block;
}	
}