@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url("../fonts/cursive.woff") format('woff');
}

html, body { margin: 0; padding: 0; }

body {
	background: #ecf0f3;

	font-family: 'Roboto', sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header h1 a {
	text-decoration: none;
	color: #000;
}
header h1 a:hover {
	text-decoration: none;
	color: #000;
}

.h2 {
	margin-top: 20px;
	margin-bottom: 10px
	font-family: inherit;
	font-size: 30px
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	display: block;
}

.h3 {
	margin-top: 20px;
	margin-bottom: 10px
	font-family: inherit;
	font-size: 24px
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	display: block;
}

.navbar-default {
	background-color: #597ba5;
	border-radius: 0px;
	border: none;
	min-height: 50px;
	margin-bottom: 20px;
}
.navbar-default .navbar-nav>li>a { 
	background: #40628a;
	color: #fff !important;
	border-radius: 15px;
	margin-right: 12px;
	padding: 4px 21px;
	margin-top: 12px;
	margin-left: 5px;
}

.nav li a:hover{
	background: #7c9ebd !important;
}

.container { 
	max-width: 1024px
}

.wrapper {
	background: #fff;
	padding: 15px;
	border: 1px solid #bdc9d7;
	color: #000;
	margin-bottom: 20px;
}

.wrapper:nth-child(even) { background: #f8f8f8; }
.wrapper:nth-child(odd) { background: #FFF; }

.person-info {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.person-info img {
	max-width: 200px;
	min-height: 200px;
	float: left;
}
.person-text {
	margin-left: 10px;
	float: left;
	position: relative;
	right: 0;
	height: 100%;
	max-width: 250px;
}
.person-text h3 {
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: 100;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.person-text .h3 {
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	font-weight: 100;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.person-name {
	margin: 0;
	text-align: center;
	font-weight: 100;
	margin-bottom: 10px;
}

.quote {
	position: relative;
	border-radius: 6px;
	height: 100%;
	padding: 15px 15px 15px 45px;
	background: rgba(0, 0, 0, 0.05);
}
.quote i {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 30px;
	color: #e4e4e4;
	z-index: 1;
}
.quote .quote-text {
	position: relative;
	z-index: 2;
}

h1 {
	font-family: 'Pacifico';
	font-weight: 100;
	font-size: 60px;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}

header {
	color: #000;
	text-align: center;
	font-size:16px;
}

.month-block {
	background: rgba(0, 0, 0, .5) url("../img/pattern.png");
	border: 1px solid #fff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 30px;
}

.month-block h2 {
	margin: 10px 10px 10px 15px;
	font-weight: 100;
}
.month-block .h2 {
	margin: 10px 10px 10px 15px;
	font-weight: 100;
}

.month-links {
	padding: 0 10px 10px 10px;
	overflow: hidden;
}

.month-links a {
	color: #fff;
	display: block;
	height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	border-radius: 10%;
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
.month-links a:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}

footer { text-align: center; }

@media all and (max-width: 992px) {
	.person-info {
		margin-bottom: 10px;
	}
}

.col-md-7 p { text-indent: 20px; }

.pimg_n {max-width: 100%;}