h1 {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; font-size: 58px;
}
	h1 img {
		max-width: 100%;
	}
h2, h3 {
	font-family: Varela, sans-serif; font-weight: normal; color: #ffffff;
}
h2 {
	font-size: 36px;
}
body {
	color: #ffffff; font-family: Varela, sans-serif; font-weight: normal; font-size: 17px;
	background-color: #ffffff; background-image: url('background.jpg');
	background-repeat: repeat; background-attachment: fixed;
	background-size: cover; -moz-background-size: cover; -webkit-background-size: cover;
	
}

.p {
	font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  color: #ffffff;
}

.olPopupContent {
background-color: #400000;
}



.navbar-custom {
    background-color:#820000;
    color:#ffffff;
    border-radius:0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
    color:#ffffff;  
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #400000;
    color: #0c054c;

}

a {
color: #ffffff !important;
text-decoration: underline;
}

.navbar-collapse.collapse {
	background-color: #eee;
}

.navbar-custom .navbar-nav > li > a {
    color:#ffffff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #0c054c;
    background-color:transparent;
}
.navbar-custom .navbar-brand {
    color:#eeeeee;
}
