@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'GoodDog Cool';
  size-adjust: 125%;
  src: url('/files/public/fonts/gooddog-cool.eot') format('embedded-opentype'), url('/files/public/fonts/gooddog-cool.woff') format('woff'), url('/files/public/fonts/gooddog-cool.ttf') format('truetype');
}

@font-face {
  font-weight: normal;
	font-style: normal;
	font-family: 'GoodDog';
	size-adjust: 125%;
	src: url('/files/public/fonts/gooddog.eot') format('embedded-opentype'), url('/files/public/fonts/gooddog.woff') format('woff'), url('/files/public/fonts/gooddog.ttf') format('truetype');
}

@font-face {
	font-family: 'FontAwesome';
	src: url('/files/public/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/files/public/fonts/fontawesome-webfont.woff') format('woff'), url('/files/public/fonts/fontawesome-webfont.ttf') format('truetype');
}

@font-face {
  font-weight: normal;
	font-style: normal;
	font-family: 'Comic';
	size-adjust: 90%;
	src: url('/files/public/fonts/comic-bold.ttf') format('truetype');
}

@font-face {
  font-weight: bold;
	font-style: normal;
	font-family: 'Comic';
	size-adjust: 90%;
	src: url('/files/public/fonts/comicb.ttf') format('truetype');
}
@font-face {
  font-weight: normal;
	font-style: italic;
	font-family: 'Comic';
	size-adjust: 90%;
	src: url('/files/public/fonts/comici.ttf') format('truetype');
}
@font-face {
  font-weight: bold;
	font-style: italic;
	font-family: 'Comic';
	size-adjust: 80%;
	src: url('/files/public/fonts/comic.ttf') format('truetype');
}

@font-face {
  font-weight: normal;
	font-style: normal;
	font-family: 'ComicRelief';
	size-adjust: 100%;
	src: url('/files/public/fonts/ComicRelief.ttf') format('truetype');
}

body {
  font-size: 14px;
}

a {
  color: red;
}

a:hover {
	text-decoration: none;
}


.layout-container p {
  font-family: GoodDog, Comic, ComicRelief, cursive;
  line-height: 1.4em;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GoodDog Cool', Comic, ComicRelief;
  font-weight: normal;
  color: red;
}

h1 {
  font-size: 4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.45em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.2em;
}