@font-face {
    font-family: 'SequentialistBB';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/306FA6_1_0.woff2') format('woff2'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/306FA6_0_0.woff') format('woff');
    font-style: normal;
    font-weight: 400;
    }
  @font-face {
    font-family: 'SequentialistBB';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/306FA6_0_0.woff2') format('woff2'),
    url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/306FA6_0_0.woff') format('woff');
    font-style: italic;
    font-weight: 400;
    }

/*
@font-face { font-family: roboto-regular; 
			 src: url('../font/Roboto-Regular.ttf'); } 
h2{
	font-family: roboto-regular;
} 
*/
* { 
  box-sizing: border-box;
}
body { 
    font-family: SequentialistBB, cursive; 
    font-size: 2.5vw; 
    margin: 0;
}
section { 
  min-height: 100vh; 
  display: flex;
  justify-content: center;
  align-content: center;
}
section { 
  padding: 3rem; 
}
section:nth-of-type(1) {
    background: #d52b21;
}
section:nth-of-type(2) {
    background: #fff;
}
section:nth-of-type(3) {
  background: #0388fe;
}
blockquote.bubble { 
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
  height: 0;
  box-sizing: content-box;
  line-height: 1;
}
blockquote.speech {
  background: url(./speech-bubble.svg); 
  width: 25%;
  padding-top: 6%;
  padding-bottom: 20%;
}
blockquote.whisper {
  background: url(./whisper.svg); 
  width: 25%;
  font-size: 2vw;
  color: #ccc;
  font-style: italic;
  padding: 6% 5% 15%;
}
blockquote.electric {
  background: url(./electric.svg); 
  width: 25%;
  font-size: 2.4vw;
  font-style: italic;
  padding: 4% 6% 12% 0%;
}
blockquote.electric span {
  display: block;
  font-size: 3vw;
  font-weight: bold;
}

#main {
	text-align: center;
	margin-top: auto 0;
	display: block;
	position: relative;
	max-width: 1200px;
}

#main h1 {
	margin-top: 45px;
}

#todd {
	margin-top: 5px;
}

#todd img{
	width: 100%;
}

#says {
	position: absolute;
	left: 60%;
	top: 150px;
}
