@charset "utf-8";
/* CSS Document */

.navname {
	font-family:"Helvetica";
	font-weight: bold;
	text-align: left;
	padding-right: 300px;
	color: white;
	vertical-align: top;
	display: inline-block;}


.orangebox {
	background-color: orange;
	position: fixed;
	width: 100vw; 
	height: 50px;
	z-index: 10;
	text-align: center;}


.navlist, .navigation {
	color: white;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;	
	text-align: right;
	display: inline-block;
	text-decoration: none;}


.banner {
	width: 100vw;
	height: 200px;
	background-image: url("twitter_header___green_by_ashsmblack_dfmcpbs-fullview.jpg");
	z-index: 2;}


.chap15 {
	font-family:"Helvetica";
	font-weight: bold;
	font-size: 300%;
	z-index: 5;
	padding-top: 100px;
	color: white;
	text-align: center;
	position: relative;}


.footerlink {
	text-decoration: none;}

.tealbox {
	background-color: lightgreen;
	width: 300px;
	height: 300px;
    float:left;
    padding:25px;
    box-sizing:border-box;}

.image1 {
	background-image: url("Hippers_Smiski_CONCEPT_SHOT.jpeg");
	background-size: contain;
	height:140px;
	width: 140px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;}


.image2 {
	background-image: url("smiski-mini-figurine-dressing-blind-box-boxed-collectible-kawaii-made-japan-482.jpeg");
	background-size: contain;
	height:140px;
	width: 140px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;}

.main {
	width:800px;
    margin:40px auto;
    overflow:hidden;}

.column1 {
    width:60%;
    float:left;
    padding:25px;
	box-sizing:border-box;}

.column2 {
	width:30%;
	float:right;}


.footerlist {
	padding-right: 20px;}


.footerlink {
	color: orange;
	text-decoration: underline;}

.header {
	font-weight: normal;
}
.paragraph {
	font-family:"Helvetica";
}

li {
	font-family:"Helvetica";
	list-style-type: none;
	display: inline;}

