/* @override http://give.liftchurch.ca/style.css */

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('texgyreadventor-bold-webfont.eot');
    src: url('texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-bold-webfont.woff') format('woff'),
         url('texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'Armata', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	color: #ffffff;
	margin: 0;
}
p 
{
	margin-top: 0px;
    margin-bottom: 20px;
    line-height: 24px;
	letter-spacing: -0.02em;
	font-size: 1.1em;
}

p img {
	margin: 20px 0;
}

iframe {
	margin-bottom: 20px;
}

a,
a:visited, 
a:hover, 
a:active
{
    text-decoration: none;
    color: #ffffff;
    border: none;
    outline: none;
}

h1
{
		font-family: 'TeXGyreAdventorBold', Arial, Helvetica, sans-serif;
	font-size: 55px;
	letter-spacing: -0.04em;
	vertical-align: middle;
}

.pullout
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	line-height: 40px;
	letter-spacing: -0.02em;
	margin-bottom: 40px;
}

.clear
{
    clear: both;
}
.section
{
	width: 100%;
	padding: 50px 0;

}
.first-section
{
	height: 330px;
	background: #1e1e1e;
}
.container 
{
	width: 980px;
    margin:0 auto;
}

.button {
	position: relative;
	display: inline-block;
	background-color: #191f57;
	text-decoration: none;
	-moz-border-radius: .5em;  /* Firefox */
	-webkit-border-radius: .5em; /* Safari, Chrome */
	border-radius: .5em; /* CSS3 */
	outline: none;
	cursor: pointer;
	border: 5px solid;
	font: 2em 'TeXGyreAdventorBold';
	padding: .5px 3em .3em;
}
.button:hover {
	text-decoration: none;
}


.col-left
{
    float: left;
    width: 455px;
    margin-top: 40px;
}

.col-right {
	 float: right;
    width: 455px;
    margin-top: 40px;

}

.header-wrapper
{
    width: 100%;
	margin-bottom:55px;	
}
.header
{ 
    width: 100%;
    height: 207px;
    margin: 0 auto;
	padding-top: 60px;
}
.logo
{    
    width:364px;
    height: 207px;
	margin: 0 auto;
}

.footer
{
	display: none;
	width: 100%;
    padding-top: 20px;
    text-align: center;
	color: #1e1e1e;   
}

.address{
	margin: -30px 0 15px 30px;
	line-height: 18px;
}


/*////////// COLOURS ////////// */
 
.section {background-color: #2b3693;}
.first-section {background: #1e1e1e url(bg.png) center center no-repeat;}
.pullout{color: #191f57;}
.button:hover {background-color: #1e2566;}
.button {background-color: #191f57;border-color:#1e2566;} 

/*////////// COLOURS //////////*/
/*
.section {background-color: #820c0e;}
.first-section {background: #1e1e1e url(bg-xmas.png) repeat;}
.pullout{color: #4c0708;}
.button {background-color: #4f0e0f;border-color: #5d090a;}
.button:hover {background-color: #5d090a;}
*/




