/* CSS Document */

#page-header {
	padding: 180px 0;
	background: url(../img/header.jpg) no-repeat center;
	background-size: cover;
}
header h1 {
	margin-bottom: 30px;
}
section {
	padding: 60px 0;
}
h3.section-title {
	margin-bottom: 20px;
}
.blog-text {
	padding: 30px 15px !important;
}
#intro>.container {
	margin-bottom: 30px;
}
.blog-text h5 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.blog-text h4 {
	font-size: 20px;
}
.btn-more {
	margin-top: 20px;
}
#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}