@import url(http://fonts.googleapis.com/css?family=Marcellus);
@import url(http://fonts.googleapis.com/css?family=Homemade+Apple);
@import url(http://fonts.googleapis.com/css?family=Muli);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700);


body {
    margin: 0 auto;
    background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/trinitylutheranlisbon/trinity-lutheran-church/site_backgroundpattern.jpg);
}
a img {
	border: 0;
}
h1, h1 a {
	font-family: 'Homemade Apple', cursive;	
	font-size: 24px;
	color: #262626;
	font-weight: normal;
	margin: 0;
}
h2, h2 a {
	font-family: 'Marcellus', serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}
h3, h3 a {
	font-family: 'Marcellus', serif;
	font-size: 21px;
	color: #262626;
	font-weight: normal;
	margin: 0;
}
h4, h4 a {
	font-family: 'Marcellus', serif;
	font-size: 21px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}
h5, h5 a {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	color: #262626;
	font-weight: normal;
	margin: 0;
}
h6, h6 a {
	font-family: 'Homemade Apple', cursive;
	font-size: 19px;
	color: #ffffff;
	font-weight: normal;
	margin: 0;
}
p, ul, .le_form {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	color: #262626;
	margin:0;
}
.wrapper {
	width: 100%;
}
.galleyborder {
    border: 35px solid #fbf1e1;
    border-right: 50px solid #fbf1e1;
    border-left: 50px solid #fbf1e1;    
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.14);
}
.buttons {
    padding:15px 10px;
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/trinitylutheranlisbon/trinity-lutheran-church/site_button_03.png);
    margin:auto;
}
.pwrapper {
    padding:20px;   
}
/*----------------------Header START------------------*/

.mobileheader {
    padding: 10px 15px;
	text-align: center;
}
.logo {
	padding: 10px 0;
}
.logo img {
	max-width: 100%;
}
.mheader1 {}

/*----------------------Header END--------------------*/


/*----------------------Menu START--------------------*/

.MobileMenu {
	padding: 10px 15px;
	text-align:center;
    margin:0 15px;
}
.MobileMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.MobileMenu a {
	display: block;
	font-family: 'Marcellus', serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;	
    padding: 10px 20px;
    margin-bottom:8px;
	text-decoration: none;
	background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/trinitylutheranlisbon/trinity-lutheran-church/site_navpattern.jpg);
}
.MobileMenu a:hover {
	color: #000000;
}
.MobileMenu a:active {
	position: relative;
	top: 1px;
}

.back {
	padding: 10px 0;
}
.back a {
    display: block;
	font-family: 'Marcellus', serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;	
    padding: 10px 35px;
	text-decoration: none;
	background-image:url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/trinitylutheranlisbon/trinity-lutheran-church/site_navpattern.jpg);
}
.back a:hover {
	color: #000000;
}
.back a:active {
	position: relative;
	top: 1px;
}

/*----------------------Menu END----------------------*/


/*----------------------Content START-----------------*/

.mobilecontent {
	padding: 10px 15px;
}
.mobilecontent img {
	max-width: 100%;
	margin-bottom: 10px;
	height:auto;
}

/*----------------------Content END-------------------*/


/*----------------------Footer START------------------*/

.mobilefooter {
	padding: 15px 15px 30px 15px;
    position: relative;
    background: #ecb637; /* Old browsers */
}
.mobilefooter:before {
    position: absolute;
    height: 30px;
    width: 320px;
    content: "";
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/trinitylutheranlisbon/trinity-lutheran-church/mbl_footer.png);
    background-repeat: repeat-x;
    left: 0;
    top: -15px;
}
}
.mobilefooter p {
	font-size: 14px;
	color: #ffffff;
}
.mfooter1 {}
.le_view_full {}
.le_view_full a {
	font-size: 14px;
	color: #ffffff;
}
.le_view_full a:hover {
	text-decoration: underline;
}

/*----------------------Footer END--------------------*/


/*----------------------CLEAR START-------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*----------------------CLEAR END---------------------*/