@font-face {
  @font-face {
    font-family: 'basictitlefont';
    src: url('fonts/basictitlefont.eot');
    src: url('fonts/basictitlefont.eot?#iefix') format('embedded-opentype'),
         url('fonts/basictitlefont.woff') format('woff'),
         url('fonts/basictitlefont.ttf') format('truetype'),
         url('fonts/basictitlefontt.svg#On-AirInline') format('svg');
    font-weight: normal;
    font-style: normal;

  }
}

body{
	font-family: 'Menlo', Regular;
	 background-color: black;
}

img{
	width: 60%;
	/* refrences the image, not the image box */
}


header{
	/* position:fixed; */
	text-align: left;
	font-size: 25px;
	padding: 1px 10px;
	color: white;
	background-color: #1B8275;
/*  top: 0;
  position:fixed; */
}

.ascii-art {
    white-space: pre;
    text-align: left;
    color: white;
    font-family: 'Menlo';
    font-size: 11;
}

.fixed-header{
  top: 0;
  position: fixed;
}

.container{
       width: 100%;
       }

       .container p{
        line-height: 10px; /* Create scrollbar to test positioning */
    }


/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #1B8275;
  color: white;
}

/*  */
main{
	display: flex;
	flex-wrap: wrap;
	color: white;

}
/*  */
.image{
	width: 100%;
	/* references the image box, not the image */
}

.item{
  color: white;
text-align: left;

/*padding: 1px 10px;*/
font-size: 30px;

}

.title{
	  color: white;
		text-align: left;
		/*padding: 1px 10px;*/
    font-family: 'Menlo';
		font-size: 20px;
}

.desc{
		color: white;
		text-align: left;
		/*padding: 1px 10px;*/
		/*font-family: "times";*/
		font-size: 12px;

}

.print{
	//display:none;
	color: black;
	/* ^ will not display */
}
