@import url(//fonts.googleapis.com/css?family=Oxygen+Mono%7CSource+Sans+Pro:400,300,300italic,400italic,600,600italic%7CExo:400,100,100italic,200,200italic,300,300italic,400italic,500italic,500,600,600italic);
@import url("URW-Chancery-L2.css");

html { 
  background: url(./background.JPG) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  /* navbar needs this */
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: rgba(30, 30, 30, 0.2);
  font-family: "Open Sans", sans-sefif;
  color: #F8F8F8;
  font-weight: 300;
  /* hack for font sharpness on ffox */
  text-shadow: 0 0 0px rgba(white, 0.0);
  font-size: 16px; /* Set the desired font size in pixels */
}

h1, h2, h3, h4, h5, h6  {
  font-family: 'URW Chancery L';
  font-weight: 400;
}

.navbar-inverse {
  background: rgba(0,0,0, 1);
}

.navbar-header  a.navbar-brand {
  margin: 0;
  padding: 0;
  border: none;

  font-family: "Exo", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

a.dropdown-toggle, a.dropdown-toggle:link {
  color: white !important;
}

a.dropdown-toggle:active, a.dropdown-toggle:hover {
  color: #eee !important;
}

a.navbar-brand, a.navbar-brand:link {
  color: white !important;
}

a.navbar-brand:active, a.navbar-brand:hover {
  color: #eee !important;
}

.navbar-brand .logo {
  margin-bottom: 10px;
}

.datestamp {
  background: rgba(255,255,255, 0.1);
}

blockquote {
  border-left: 5px solid rgba(255,255,255, 0.1);
  font-size: 100%;
}

pre, code {
  font-family: "Oxygen Mono", monospaced;
  background: rgba(0,0,0,0.5);
  color: white;
  border: 1px solid rgba(0,0,0,0.8);
}

hr {
  height: 0;
  border: 1px solid rgba(0,0,0, 0.3);
}

/* Other CSS rules */

h1 a {
  color: #6e007d; /* Replace with your desired hex value */
}


h2 a {
  color: #343688; /* Replace with your desired hex value */
}

h3 a {
  color: #FFFFFF; /* Replace with your desired hex value */
}

h4 a {
  color: #FFFFFF; /* Replace with your desired hex value */
}

a {
  color: #FFFFFF; /* Replace #ff0000 with your desired color in hex or any other valid color value */
}
/* Other CSS rules */
