
//@import url(http://fonts.googleapis.com/css?family=Playfair+Display);
//@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

h1, h2, h3, h4 {
	font-family: 'Playfair Display', serif;
}

p, a {
	font-family: 'Open Sans Condensed', sans-serif;
	
}





.container {
	width: 1000px !important;
}


/*********** Screen Setting Ends **************/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */


/* Small devices (mobiles, 120px and up) */
@media (min-width: 120px) and (max-width: 768px) {


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {  


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


/*********** Screen Settings Ends **************/


/************ Header Starts ***********/

.top {
	background: #e47e40;
	height: 10px;
}

header {
	background: #075593;
}

header .col-md-12 {
	text-align: center;
}

header .col-md-12 img {
	padding: 20px 0 19px;
}


/************ Header Ends ***********/

.links {
	background: #075593;
}

.links .container {
	background: #fff;
}

.links .container img {
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.marginLeft40 {
	margin-left: 40px;
}

.marginLeft20px {
	margin-left: 20px;
}

.borderRight {
	border-left: 1px solid #d25e47;
}


/************ Navigation Starts ***********/

.footer {

}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer p {
	padding: 10px 10px;
}

.footer .col-md-6 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.footer .col-md-6 {
	position: relative;
}

.footer .col-md-6 h1, .footer .col-md-6 h3 {
	color: #fff;
	text-shadow: 2px 2px #333;
	font-size: 30px;
}

.h-wrapper {
	width: 100%;
	text-align: center; 
}

.h-wrapper h2 {
	text-align: left;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 24px;
	margin-bottom: 0;
}

.bg-orange {
	background: #D25E47;
}

.bg-orange_dark {
	background: #CD4C47;
	padding-bottom: 106px;
}