@charset "utf-8";
h1, h2, h3 {
	text-shadow: 2px 2px 8px rgba(150, 150, 150, 0.6);
}
h1 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
	color: #003333;
}

#headerH1 {
	font-weight: 700;
	line-height: 1.1em;
	text-shadow:#fff 0 0 10px;
}

#pageContent h1 {
	margin-top: 0;
}

#pagarH1 {
	text-shadow:#CCC 0 0 16px;
	text-shadow:#333333 0 4px 5px;
	font-variant: small-caps;
	letter-spacing: 0.4em;
	color: #CC9900;
}

/* Extra Small devices (phones) */
@media (max-width: 349px) {
	#headerH1 {
		font-size: 32px;
		text-align: right;
	}
}

/* Smaller devices (big phones) */
@media (max-width: 699px) {
	#headerH1 {
		font-size: 36px;
		text-align: right;
	}
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 700px) {
	#headerH1 {
		font-size: 42px;
		margin-left: 10px;
	}
	.navbar li {
		padding-right: 24px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#headerH1 {
		font-size: 42px;
		margin-left: -40px;
	}
}

/* Large devices (large desktops, 1080px and up) */
@media (min-width: 1080px) {
	#headerH1 {
		font-size: 42px;
		margin-left: -40px;
	}
}

h2 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
	color: #CB9800;
}

h3 {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5667px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #003333;
}

#header-bg {
	background-color: #999999;
}
#header {
	background-color: #FFFFFF;
	background: url(../images/header.jpg) top center no-repeat;
	background-size: cover;
}
#menu-bg {
	background-color: #333333;
}
#menu {
	background-color: #000000;
}
#page-bg {
	background-color: #EFF6EF;
}
#page {
	background-color: #FFFFFF;
}
#footer-bg {
	background-color: #003333;
}
#footer {
	background-color: #000000;
	padding-top: 8px;
	color: #9d9d9d;
}

#header, #menu, #page, #footer {
	max-width: 1000px;
	margin: 0 auto;
}

/* Modify Bootstrap styles */
.breadcrumb {
	background: none;
	padding-left: 0;
}

/* LINKS */

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #9d9d9d;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* IMAGES */
#headerIMG {
	display: block;
	max-height: 100%;
	width: auto;
	margin-top: 8px;
}

/* Bootstrap theming */

.panel-default {
    border-color: #CC9900;
}

.panel-default>.panel-heading {
    color: #FFFFFF;
    background-color: #CC9900;
    border-color: #CC9900;
	background-image: -webkit-linear-gradient(top,#FFCC00 0,#CC9900 100%);
    background-image: -o-linear-gradient(top,#FFCC00 0,#CC9900 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFCC00),to(#CC9900));
    background-image: linear-gradient(to bottom,#FFCC00 0,#CC9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00FF', endColorstr='#CC9900FF', GradientType=0);
    background-repeat: repeat-x;
}