* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
    font-family: 'Robot';
    src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot Bold';
    src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot Italic';
    src: url('fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot Bold Italic';
    src: url('fonts/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot Light';
    src: url('fonts/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Robot Light Italic';
    src: url('fonts/RobotoCondensed-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 16px;
	padding: 2em 4em;
	font-family: 'Robot Light';
	min-width: 875px;
}

.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.container {
	position: relative;
	width: 100%;
}

.top {
	height: 9em;
	padding: 2em;
	border-bottom: 3px solid #000;
	float: left;
}

.left {
	width: 15em;
	border-right: 1px solid #000;
}

.right {
	width: calc(100% - 15em);
}


.main {
	min-height: 40em;
	padding: 2em;
	display: inline-block;
	float: left;
}

.middle {
	height: 4em;
	padding: 1em 0 1em 4em;
	display: inline-block;
	float: left;
	border-bottom: 1px solid #000;
}

h1 {
	font-family: 'Robot Bold';
	font-weight: normal;
	font-size: 4em;
	line-height: 0.9em;
	margin-bottom: 1em;
}

h2 {
	font-family: 'Robot Bold';
	font-weight: normal;
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1em;
}

p {
	font-size: 1.25em;
	line-height: 1.5em;
}
.name {
	margin: 0 0 0 0.85em;
	font-size: 2.25em;
}
.header {
	font-family: 'Robot Light Italic';
	margin-left: 1em;
}

.uppercase {
	text-transform: uppercase;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.pulps {
	width: 30em;
	height: 42em;
}

.logo {
	position: absolute;
	top: 1em;
	left: -1.4em;
	width: 18em;
	height: 15em;
}

.title {
	position: absolute;
	left: 43em;
}

.title h1 {
	font-size: 5em;
}

.titlesubhead {
	margin-top: 6em;
}

.red {
	color: #c00;
}

.grey {
	color: #666;
}

b {
	font-family: 'Robot Bold';
	font-weight: normal;
}

.left p {
	line-height: 1.1em;
	font-family: 'Robot';
	margin-bottom: 0.5em;
}

.left {
	text-align: center;
}

.left h2 {
	margin-bottom: 0em;
	line-height: 1em;
}

.left h1 {
	margin-bottom: 0;
}


hr {
	width: 100%;
	height: 0;
	border: 0;
	border-bottom: 1px solid #666;
	margin: 1.5em 0;
}

.left ul {
	list-style-type: none;
	margin: 0.5em 0 1em 0;
}

.left li {
	margin-top: 0.25em;
	font-size: 1.25em;
	text-transform: uppercase;
	font-family: 'Robot';
}

.smaller {
	font-size: 0.75em;
}

.adspace {
	clear: both;
	width: 100%;
	padding: 1.5em;
	background-color: #f8f4ad;
	background-image: url('http://www.boldventurepress.com/images/2016_flyer_600.jpg');
	background-size: auto 350%;
	background-repeat: no-repeat;
	background-position: 100%  32%;
	margin-top: 0.5em;
}

@media (max-width: 949px) {
  .wrapper {
    font-size: 12px;
  }
}

@media (min-width: 950px) {
  .wrapper {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    font-size: 14px;
  }
}

@media (min-width: 1100px) {
  .wrapper {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    font-size: 16px;
  }
}


.wrapper {
	overflow-y: auto;
	overflow-x: hidden;
}
.wrapper::-webkit-scrollbar {
	width: 48px;
}
.wrapper::-webkit-scrollbar-track {
	background-color: rgba(233, 233, 233, 1);
	border-left: 8px solid rgba(128, 128, 128, 0);
	border-right: 8px solid rgba(128, 128, 128, 0);
	background-clip: padding-box;
}

.wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(128, 128, 128, 1);
	border: 13px solid rgba(128, 128, 128, 0);
	border-radius: 32px;
	background-clip: padding-box;
}

.wrapper::-webkit-scrollbar-corner {
	display: none;
}

.wrapper::-webkit-scrollbar-button {
	background-size: 80% 90%;
	background-repeat: no-repeat;
	height: 32px;
	width: 48px;
	background-color: rgba(233, 233, 233, 1);
	background-clip: padding-box;
	border-left: 8px solid rgba(128, 128, 128, 0);
	border-right: 8px solid rgba(128, 128, 128, 0);
}
.wrapper::-webkit-scrollbar-button:start {
	display: block;
}
.wrapper::-webkit-scrollbar-button:end {
	display: block;
}

.wrapper::-webkit-scrollbar-button:vertical:decrement { /* Up */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" preserveAspectRatio="none"><path d="M45.66,43.5a3,3,0,0,1-2.6,4.5H4.94a3,3,0,0,1-2.6-4.5l19.06-33a3,3,0,0,1,5.2,0Z" fill="rgba(128, 128, 128, 1)" /></svg>');
	border-top: 8px solid rgba(128, 128, 128, 0);
	background-position: center bottom;
}
.wrapper::-webkit-scrollbar-button:vertical:decrement:start {
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
}
.wrapper::-webkit-scrollbar-button:vertical:decrement:end {
	display: none;
}

.wrapper::-webkit-scrollbar-button:vertical:increment { /* Down */
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" preserveAspectRatio="none"><path d="M45.66,4.5A3,3,0,0,0,43.07,0H4.94a3,3,0,0,0-2.6,4.5l19.06,33a3,3,0,0,0,5.2,0Z" fill="rgba(128, 128, 128, 1)" /></svg>');
	border-bottom: 8px solid rgba(128, 128, 128, 0);
	background-position: center top;
}
.wrapper::-webkit-scrollbar-button:vertical:increment:start {
	display: none;
}
.wrapper::-webkit-scrollbar-button:vertical:increment:end {
	border-bottom-left-radius: 32px;
	border-bottom-right-radius: 32px;
}
