@font-face{
    font-family: 'Gudea';
    font-weight: normal;
    src: url('fonts/gudea-regular-webfont.eot');
    src: local("Gudea Regular"),
         url('fonts/gudea-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gudea-regular-webfont.woff') format('woff'),
         url('fonts/gudea-regular-webfont.ttf') format('truetype'),
         url('fonts/gudea-regular-webfont.svg#GudeaRegular') format('svg');
}

@font-face{
    font-family: 'Gudea';
    font-weight: bold;
    src: url('fonts/gudea-bold-webfont.eot');
    src: local("Gudea Bold"),
         url('fonts/gudea-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gudea-bold-webfont.woff') format('woff'),
         url('fonts/gudea-bold-webfont.ttf') format('truetype'),
         url('fonts/gudea-bold-webfont.svg#GudeaRegular') format('svg');
}

@font-face{
    font-family: 'Gudea';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/gudea-italic-webfont.eot');
    src: local("Gudea Italic"),
         url('fonts/gudea-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gudea-italic-webfont.woff') format('woff'),
         url('fonts/gudea-italic-webfont.ttf') format('truetype'),
         url('fonts/gudea-italic-webfont.svg#GudeaRegular') format('svg');
}

@font-face{
    font-family: 'Bitter';
    font-weight: normal;
    src: url('fonts/bitter-regular-webfont.eot');
    src: local("Bitter Regular"),
         url('fonts/bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bitter-regular-webfont.woff') format('woff'),
         url('fonts/bitter-regular-webfont.ttf') format('truetype'),
         url('fonts/bitter-regular-webfont.svg#BitterRegular') format('svg');
}

@font-face{
    font-family: 'Bitter';
    font-weight: bold;
    src: url('fonts/bitter-bold-webfont.eot');
    src: local("Bitter Bold"),
         url('fonts/bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bitter-bold-webfont.woff') format('woff'),
         url('fonts/bitter-bold-webfont.ttf') format('truetype'),
         url('fonts/bitter-bold-webfont.svg#BitterBold') format('svg');
}

@font-face{
    font-family: 'Bitter';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/bitter-italic-webfont.eot');
    src: local("Bitter Italic"),
         url('fonts/bitter-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bitter-italic-webfont.woff') format('woff'),
         url('fonts/bitter-italic-webfont.ttf') format('truetype'),
         url('fonts/bitter-italic-webfont.svg#BitterBold') format('svg');
}

@font-face {
  font-family: 'WPSymbols';
  src:url('fonts/WPSymbols.eot');
  src:url('fonts/WPSymbols.eot?#iefix') format('embedded-opentype'),
    url('fonts/WPSymbols.svg#WPSymbols') format('svg'),
    url('fonts/WPSymbols.woff') format('woff'),
    url('fonts/WPSymbols.ttf') format('truetype');
}

.title, .heading, h1, h2, h3 {
  font-family: Bitter, Georgia, serif;
  font-weight: bold;
  fill: #58595b;
  font-size: 3em;
  font-weight: bold;
}

.subheading {
  font-family: Bitter, Georgia, serif;
  fill: #6d685b;
}

.bullet, .item {
  font-family: Gudea, Arial, sans-serif;
  font-weight: normal;
  fill: #6d685b;
}

a, a:visited {
  text-decoration: underline;
  fill: #6d685b;
	color: #6d685b;
}

rect#next:hover, rect#prev:hover {
  fill: white;
	fill-opacity: 0.5;
}


rect#bg {
  /*fill: url(assets.svg#wpd-pattern);*/
}

body {
  color: white;
  background-color: black;
  width: 60%;
  margin: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h1 {
  font-size: 3em;
}

p {
  font-size: 1.5em;
}



