@import url(https://fonts.googleapis.com/css?family=Lato);

body.page {
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 1.4;
  font-size: 16px;
 }

p {
  color: #333;
  line-height: 1.3;
  font-size: 16px;
  margin-bottom: 2%;
}

#content {
 line-height:1.6;
}

h1 {
  font-size: 2.4em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 2%;
  border-bottom: 1px solid white;
  text-align: center;
  text-shadow: 3px 3px #ddd;  
}

h1.header {
  font-size: 3.8em;
  color: #df0000;
  line-height: 1.2;
  margin-top: 7%;
  margin-left: 4%;
  text-shadow: 3px 3px #ddd;  
}

h2 {
  font-size: 1.7em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: left;
}

h2.teachings {
  font-size: 1.5em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: left;
}

h3 {
  font-size: 1.5em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: left;
}

h3.homeblocks {
  margin-bottom: 5%;
}

h3.ministries {
  font-size: 1.7em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: left;
}

h4 {
  font-size: 1.2em;
  color: #df0000;
  line-height: 1.2;
  margin-bottom: 1%;
  text-align: left;  
}

h5 {
  font-size: 1.2em;
  color: #df0000;
  line-height: 1.0;
  margin-bottom: 1%;
}

h6 {
  font-size: 1.1em;
  color: #678dcf;
  line-height: 1.2;
  margin-bottom: 1.5%;
}


a:link {
 color: #40619f;
 text-decoration: underline;
 text-decoration-color: #ddddff;
}

a:visited {
 color: #40619f;
 text-decoration: underline;
 text-decoration-color: #ddddff;

}

a:active {
  color: red;
}

a:hover {
 color: #cf0000;
 text-decoration: underline;
}


a.menu:link {
 color: #fff;
 text-decoration: none;
 white-space:nowrap;
 margin-left: 1%; 
 margin-right: 1%;
}

a.menu:visited {
 color: #fff;
 text-decoration: none;

}

a.menu:active {
  color: red;
}

a.menu:hover {
 color: #d7e2e5;
 text-decoration: underline;
}


a.footlinks:link {
 color: #dfdfdf;
 font-size: 0.9em;
 white-space:nowrap; 
 text-decoration: none;
}

a.footlinks:visited {
 color: #dfdfdf;
 text-decoration: none;
}

a.footlinks:active {
  color: red;
}

a.footlinks:hover {
 color: #00007f;
 text-decoration: underline;
 text-decoration-color: #ccccff;
}




b, strong {
 font-weight: bold;
 }


i, em {
 font-style: oblique;
 }
 
hr {

 margin-top: 4%; 
 margin-bottom: 4%; 

} 

ul {
  list-style: disc;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  text-indent: 0;
  margin-left: 40px;
 }

ol {
  list-style-type: numeric;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  text-indent: 0;
  margin-left: 20px;
 }


li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin-left: 20px;  
 }

li.content {
  margin-bottom: 10px;
 }


td {
  vertical-align: top;
 }

td.reservationform {
  vertical-align: middle;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 1%;
 }


input {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    border-top:1px solid #777777;
    font-size: 1.0em;
    padding:4px;
 }

select {
    font-size: 0.9em;
    max-width: 90%;
 }

textarea {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    border-top:1px solid #777777;
    font-size: 1.0em;
    padding:4px;
 }

option {
    background-color: #f1f1f1;
 }

img {
    border-color: #7f0000;
    max-width:100%;
}

.shadow {
    box-shadow: 0 0 3px #777777;
    padding: 2px;
    display: block;
    max-width:95%;
    margin-right:5%;
 }

.shadow2 {
    box-shadow: 0 0 5px #cccccc;
}

.shadow3 {
     box-shadow: 10px 10px 10px #dddddd;
}


/* ---------[ Contact Info ]--------- */

.contactinfo {
	padding:0;
	background:#fff;
	font-size:14px;
	}

.contactinfo-inner {
	padding:20px 20px 8px;
	background:#eee;
	border:0px solid #ddd;
	}

.contactinfo .name,
.contactinfo .phone,
.contactinfo .email,
.contactinfo .address,
.contactinfo .addinfo {
	display:block;
	padding: 0 0 0 44px;
	margin: 0 0 12px;
	background:url(/images/contact-person.png) 0 0 no-repeat;
	min-height:20px;
	line-height:20px;
	}

.contactinfo .phone {
	background:url(/images/contact-phone.png) 0 0 no-repeat;
	}

.contactinfo .email {
	background:url(/images/contact-email.png) 0 0 no-repeat;
	}

.contactinfo .address {
	background:url(/images/contact-address.png) 0 0 no-repeat;
	}

.contactinfo .addinfo {
	background:url(/images/contact-info.png) 0 0 no-repeat;
	}
	


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 980px or less */
@media screen and (max-width: 980px) {

 body.page {
  font-size: 15px;
 }

h1.header {
  font-size: 3.8em;

}

}


/* for 800px or less */
@media screen and (max-width: 800px) {


 p {
  margin-bottom: 3%;
 }
 
h1.header {
  font-size: 3em;
}

}


/* for 720px or less */
@media screen and (max-width: 720px) {

 body.page {
  font-size: 14px;
 }


h1.header {
  font-size: 2.5em;
}

}


/* for 480px or less */
@media screen and (max-width: 480px) {


 body.page, td, p, div {
  font-size: 13px;
 }

h1.header {
  font-size: 1.8em;
  float: left;
  width: 60%;
  margin-top: 6%;
  margin-left: 5%;
}

 p {
  margin-bottom: 1%;
 }

 a.menu:link {
  font-size: 0.85em;
  margin-left:0.75%;
  margin-right:0.75%;
  line-height: 1.8;
 } 
 

}