@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);

body {
	font-family: 'Lora', serif;
	margin-bottom: 30px;
	border-bottom: thin solid #2A4359;
}

a {
	color:#2A4359;
}

.content1 {
	padding-bottom:10px;
}

h1, h2, h3, h4, h5 {
	text-transform:uppercase;	
	color:#2A4359;
}
	
h1 {
	font-size:20px;
}

h2, h3, h4, h5 {
	font-size:18px;
}

.navbar {
	margin-bottom:0px;	
}

.navbar-nav {
	float:none;
}

.navbar-toggle {
	background-color:#2A4359;
}

.nav > li > a {
	text-transform:uppercase;
	text-align:center;	
}

.nav > li {
	width:16.5%;	
}

.navbar-toggle .icon-bar {
	background-color:#FFF;
}

header {
	height: 155px;
	background-color: #2A4359;
}

.container {
	max-width:900px;	
}

.pk-left  {
	background-image: url(../images/peacock_left.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	height: 155px;
	min-width: 200px;
	position: absolute;
	top:0;
	left:0;
}

.pk-right  {
	background-image: url(../images/peacock_right.png);
	background-repeat: no-repeat;
	background-position: right 0%;
	height: 155px;
	min-width: 200px;
	position: absolute;
	top:0;
	right:0;
}

.navbar-fixed-top {
	top:auto;	
}

.logo {
	margin-top:20px;
	text-align:center;
}

.logo .img-responsive {
    margin: 0 auto;
}

.about-img {
	padding-bottom: 15px;
	padding-right: 15px;
}

.press-wrap {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:thin solid #000000;
}

.press-wrap p{ 
	margin-top:10px;
}

/* lg */ 
@media (min-width: 1200px) {
  
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {


	
}


/* XS Portrait */
@media (max-width: 479px) {
	
.pk-right  {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 0%;
	height: 155px;
	min-width: 200px;
	position: absolute;
	top:0;
	right:0;
}

.logo img {
	padding-top:20px;
	float:right;
	max-width:180px;
}

.nav > li > a {
}

.nav > li {
	width:100%;	
}

	
}
