body {
   font-family: Blinker;
   font-size: 13px;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   background: #AAAAAA;
}

/*
@font-face {
  font-family: "Mouse Memoirs";
  src: url("../fonts/MouseMemoirs-Regular.ttf");
  font-display: block;
}

@font-face {
  font-family: "Blinker";
  src: url("../fonts/Blinker-Regular.ttf");
}

@font-face {
  font-family: "Blinker";
  src: url("../fonts/Blinker-SemiBold.ttf");
  font-weight: bold;
}
*/

h1 {
   color: black;
   font-size: 68px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   position: relative;
   top: -10px;
   font-family: "Mouse Memoirs", sans-serif;
}

h2 {
   color: black;
   font-size: 55px;
   margin-top: 0;
   margin-bottom: 0;
   font-family: "Mouse Memoirs", sans-serif;
}

h3 {
   color: black;
   font-size: 23px;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0;
}


.box {
	border: 7px solid black;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 22px;
	background: white;
	color: black;
	font-size: 19px;
	text-align: center;
}

.clear {
   clear: both;
}

.code {
   font-size: 29px;
   font-weight: bold;
   padding: 10px;
   border: 1px solid black;
   color: black;
   float: left;
   height: 80px;
   vertical-align: middle;
}

#fixed {
   text-align: center; 
   margin-top: 0; 
   margin-bottom: 0; 
   padding: 0;
}

.bold {
	font-weight: bold;
	color: black;
}

.center {
    text-align: center; 
    margin: 8px; 
    font-size: 20px;
    font-weight: bold;
}

a.link {
   background: white;
   color: blue;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 4px;
   padding-top: 4px;
   border: 4px solid transparent;
   border-radius: 25px;
   text-decoration: none;
   font-size: 22px;
   white-space: nowrap;
   line-height: 170%;
}

a.link:hover {
   background: steelblue;
   color: white;
   text-decoration: none;
   border: 4px solid black;
}

a.menu {
   background: transparent;
   color: steelblue;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 4px;
   padding-top: 4px;
   border: 5px solid transparent;
   border-radius: 25px;
   text-decoration: none;
   font-size: 37px;
   white-space: nowrap;
   line-height: 170%;
}

a.menu:hover {
   background: steelblue;
   color: white;
   text-decoration: none;
   border: 5px solid black;
}

.imglink, .imglink:hover {
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
}

hr {
	height: 7px;
	color: black;
	background: black;
}

.thin {
	height: 1px;
	color: lightgray;
	background: lightgray;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media only screen and (max-width:1000px){
	.box {
		width: 91%;
      margin-left: 10px;
      font-size: 16px;
	}

}

@media only screen and (max-width:600px){
	.box {
		width: 85%;
      margin-left: 5px;
	}
	#logo {
		width: 95%;
		height: auto;
	}
	h1 {
		font-size: 25px;
	}
   h2 {
      font-size: 22px;
   }
   h3 {
      font-size: 19px;
   }
   a.menu, a.menu:hover {
      font-size: 15px;
   }
   .code {
      float: none;
   }
}
