body {
	font-family: 'Open Sans', sans-serif;
	background: url(/site/bg_pattern-1.jpg) repeat top left;
	font-size: 16px;
	margin-top: 100px;
}
p { font-size:16px; }
.container.first {  }
/* ------------ Page Styles ------------- */
.page-wrap {
	background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5));
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.main-content {
	margin: 0 30px 20px 30px;
}
.container {
	background-color: transparent;
}

h1,
h2,
h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px 0px 20px;
}

.animated {
	animation-duration: .25s!important;
}

/*-------------- Footer ----------------*/
footer {
	background: #cef580;
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/site/bottom-bg-1.jpg) no-repeat bottom left;
	background-size: 100% 100%;
}
footer p {
	padding-top: 30px;
	color: #000;
}
footer p.login {
	padding-top: 15px;
	padding-bottom: 30px;
}
