@import url("../lib/fonts/1309-RCISQP.css");
body, input, textarea {
	font-family: 'StagSans Book Web';
}

.btn {
    padding: 10px 25px;
    color: #f9f9f9;
    font-size: 12px;
    background-color: #67b4d2;
    cursor: pointer;
    border-radius: 3px;
    border: none;
}
.give-btn{
	background-color:rgba(207, 33, 43, .6);
	text-transform:uppercase;
	border:2px solid;
	border-color:white;
	border-radius:22px;
}

.info-btn{
	background-color:rgba(103, 180, 210, .6);
	text-transform:uppercase;
	border:2px solid;
	border-color:white;
	border-radius:22px;
}
.right-side{
	margin-right:45px;
}
.left-side{
	margin-left:5px;
}
.blue-center{
	    text-align: center !important;
    color: #67b4d2;
    font-weight: bolder;
}


.btn.btn-withborderinverse {
    background-color: #fff;
    color: #67b4d2;
    border: solid;
}

.link{
	color:#67b4d2;
	text-decoration: none;
	font-size: 27px;
	float:right;
	text-align:right !important;
}


h1 {
	font-size: 2.3em;
	-webkit-font-smoothing: antialiased !important;
}
h2 {
	font-size: 2em;
	-webkit-font-smoothing: antialiased !important;
}
h3 {
	font-size: 1.75em;
	-webkit-font-smoothing: antialiased !important;
}
h4 {
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased !important;
}
h5 {
	font-size: 1em;
	-webkit-font-smoothing: antialiased !important;
}
h6 {
	font-size: .8em;
	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
	font-family: StagSans-Semibold-Web;
	line-height: 1em;
}
h3, h4, h5, h6 {
	line-height: 1.2em;
}
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 5em;
		font-family: arial,helvetica;
		color: #fff;
		margin:0;
		padding:0;
	}
	.intro p{
		color: #fff;
	}

	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		
	}



	/* Defining each section background and styles
	* --------------------------------------- */
		#section0{
	/*background: -webkit-gradient(linear, top left, bottom left, from(#78D3F7), to(#67b4d2));
		background: -webkit-linear-gradient(#78D3F7, #67b4d2);
		background: linear-gradient(#78D3F7,#67b4d2);*/
		background-color: #fdfdfb !important;
	background-image: url('../../years/optimized_img/front-page.jpg');
		background-repeat: no-repeat;
		background-size:cover;
	}
	#section1{
		background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3), to(#7baabe));
		background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
		background: linear-gradient(#4BBFC3,#7BAABE);
		background-image: url("../../years/optimized_img/vernon-letter.jpg");
		background-size:cover;
		background-position:center;
	}

	#section2{
		background: -webkit-gradient(linear, top left, bottom left, from(#373736), to(#636F8F));
		background: -webkit-linear-gradient(#373736, #636F8F);
		background: linear-gradient(#373736,#636F8F);
		background-image: url("../../years/optimized_img/thank-you.jpg");
		background-size:cover;
		background-position:center;
	}
	
	#section3{
		background: -webkit-gradient(linear, top left, bottom left, from(#4bbfc3), to(#7baabe));
		background: -webkit-linear-gradient(#4BBFC3, #7BAABE);
		background: linear-gradient(#4BBFC3,#7BAABE);
		background-image: url("../../years/imgs/p1-bg.jpg");
		background-size:cover;
	}
	
	
.layer{
	background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
 	/*Adding background for the slides
	* --------------------------------------- */

	/* Bottom menu
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}
	#infoMenu li a {
		color: #fff;
	}
	/* --------------------------------------- */
	.fp-slidesNav.bottom{
		bottom: 25px;
		margin-left: 0px !important;
		width:100%;
		
	}