@font-face {
    font-family: bam_futura;
    font-weight: 700;
    font-style: normal;
    src: url(bam_futurltconextbolobl.woff) format('woff')
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body {
  font-family: sans-serif;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  background: #f2f2f2;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
}

.theTitle {
  font-size: 100px;
  font-weight: 600;
  text-align: center;
  cursor: default;
  color: transparent;
  background-color: black;
  text-shadow: rgba(255, 255, 255, 0.5) 0 5px 6px, rgba(255, 255, 255, 0.2) 1px 3px 3px;
  background-clip: text;
  -webkit-background-clip: text;
  transition: all 0.5s cubic-bezier(0, 0.5, 0.3, 0.9);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

/* new */
  font-family: bam_futura;
  padding-right: .1em; /* I know, I know... */
}
.d9kLogo {
  max-width: 250px;
  width: 100%;
}
@media (max-height: 310px) {
  .theTitle {
    font-size: 30vh;
  }
}
@media (max-width: 200px) {
  .theTitle {
    font-size: 40vw;
  }
}
@media (hover:hover) {
  .theTitle:hover {
    color: #fafafa;
    text-shadow: 0px 1px 0px #999, 
                 0px 2px 0px #888, 
                 0px 3px 0px #777, 
                 0px 4px 0px #666, 
                 0px 5px 0px #555, 
                 0px 6px 0px #444, 
                 0px 7px 0px #333, 
                 0px 8px 7px #001135;
  }
}
.kcode { 
  display: none; 
  text-align: center; 
}
.kcode img { 
  margin: 2em auto; 
  cursor: pointer; 
}
.memetxt {
    font: 600 15vw/1.3 'Impact Condensed', Impact, Arial, sans-serif;
    letter-spacing: .2vw;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 0 #000, 
                 2px 2px #000, 
                 0 2px #000, 
                 -2px 2px #000, 
                 -2px 0 #000, 
                 -2px -2px #000, 
                 0 -2px #000, 
                 2px -2px #000;
}

#__cornify_count {display:none;}