@font-face {
    font-family: 'glegooregular';
    src: url('fonts/glegoo-regular-webfont.eot');
    src: url('fonts/glegoo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/glegoo-regular-webfont.woff2') format('woff2'),
         url('fonts/glegoo-regular-webfont.woff') format('woff'),
         url('fonts/glegoo-regular-webfont.ttf') format('truetype'),
         url('fonts/glegoo-regular-webfont.svg#glegooregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'glegoobold';
    src: url('fonts/glegoo-bold-webfont.eot');
    src: url('fonts/glegoo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/glegoo-bold-webfont.woff2') format('woff2'),
         url('fonts/glegoo-bold-webfont.woff') format('woff'),
         url('fonts/glegoo-bold-webfont.ttf') format('truetype'),
         url('fonts/glegoo-bold-webfont.svg#glegoobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('fonts/CaviarDreams-webfont.eot');
    src: url('fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('fonts/CaviarDreams-webfont.woff') format('woff'),
         url('fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsitalic';
    src: url('fonts/CaviarDreams_Italic-webfont.eot');
    src: url('fonts/CaviarDreams_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams_Italic-webfont.woff2') format('woff2'),
         url('fonts/CaviarDreams_Italic-webfont.woff') format('woff'),
         url('fonts/CaviarDreams_Italic-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Caviar_Dreams_Bold-webfont.woff2') format('woff2'),
         url('fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caviar_dreamsbold_italic';
    src: url('fonts/CaviarDreams_BoldItalic-webfont.eot');
    src: url('fonts/CaviarDreams_BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams_BoldItalic-webfont.woff2') format('woff2'),
         url('fonts/CaviarDreams_BoldItalic-webfont.woff') format('woff'),
         url('fonts/CaviarDreams_BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams_BoldItalic-webfont.svg#caviar_dreamsbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pupcatregular';
    src: url('fonts/pupcat__-webfont.woff2') format('woff2'),
         url('fonts/pupcat__-webfont.woff') format('woff'),
         url('fonts/pupcat__.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}
html {
	margin: 0;
	padding: 0;
}
/***
blue #003C93
yellow #FFFD27
***/

body {
	padding: 0;
	margin: 0;
	font-family:'caviar_dreamsregular', serif, 'Roman';
	font-size: 24pt;
  color: #003C93;
	background-color: #FFFFFF;
	padding: .5em 1em .5em .5em;
}
label {
	display: block;
	color: #003C93;
	font-family: 'caviar_dreamsregular';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'pupcatregular';
}
.menu {
	width: 100%;
	text-align: center;
}
table.menu tr td {
	width: 33%;
	text-align: center;
}
.super {
	font-size:7.5em;
	font-family: 'caviar_dreamsregular';
	padding: .25em .5em .25em .5em;
	margin: 0;
	baseline-shift: 15px;
}
.name {
	font-family: 'pupcatregular';
	font-weight: 700;
  font-size: 1.15em;
}
.quote {
  display: block;
  font-weight: 900;
  margin: 0.5em 2em 0.5em 2em;
  padding: 1em 2em 1em 2em;
  color: #FFFFFF;
  background-color: #003C93;
  font-size: 1.1em;
  position: relative;
  text-align: center;
}
.quote::before {
  content: open-quote;
  font-size: 3em;
  font-weight: 100;
  color:#F0F0FF;
  position: absolute;
  top:.2em;
  left: .2em;

}
.quote::after {
  content: close-quote;
  font-size: 3em;
  font-weight: 100;
  color:#F0F0FF;
  position: absolute;
  right: .2em;
  top: .2em;
}
.banner {
	width: 900px;
	margin: 20px auto 20px auto;
	background-color: #FFFFFF;
	color: #003C93;
  text-align: center;
}
.banner_image {
	display: block;
	width: 800px;
	margin: 25px auto 25px auto;
}
.banner_name {
	width: 500px;
	display: inline-block;
}
.banner_logo {
	width: 800px;
	height: auto;
	margin: 0;
	display: inline-block;
}
.home {
	text-align: center;
	font-size: .85em;
}
.center_col {
	width: 900px;
	margin: 0 auto 50px auto;
}
