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: 65px;
   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;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-family: "Mouse Memoirs", sans-serif;
}

h3 {
   color: black;
   font-size: 50px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-family: "Mouse Memoirs", sans-serif;
}
.hide-scroll {
   text-align: center; 
   margin-bottom: 12px;
   display: block;
}

.smaller-font {
   font-size: 40px; 
   margin-left: 250px;
}

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

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


a {
   text-decoration: none;
   white-space: nowrap;
   font-size: 28px;
   font-weight: bold;
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 0;
   padding-bottom: 1px;
   border-radius: 0;
   color: blue;
   background: transparent;
   border-top: solid transparent 6px;
   border-bottom: solid transparent 6px;
   border-left: solid transparent 0px;
   border-right: solid transparent 0px;
   line-height: 150%;
}

a:hover {
   border-top: blue 6px dotted;
   border-bottom: blue 6px dotted;
   border-left: transparent 0px solid;
   border-right: transparent 0px solid;
   background: transparent;
   color: blue;
   box-shadow: 0px 0px 0px #888888;
   text-shadow: 0px 0px 0px #888888;
}


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

.link {
	margin-bottom: 5px;
}
hr {
	height: 7px;
	color: black;
	background: black;
}

.center {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding: 10px;
}

.thin {
	height: 2px;
	color: gray;
	background: gray;
	margin-top: 5px;
	margin-bottom: 5px;
}

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

@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: 86%;
       margin-left: 5px;
   }
   #logo {
	   width: 95%;
       height: auto;
   }
   h1 {
      font-size: 28px;
   }
   h2 {
      font-size: 22px;
   }
   h3 {
      font-size: 30px;
   }
   .smaller-font {
	     font-size: 16px;
      margin-left: 2px;
   }
   a {
      font-size: 20px;
   }
   .hide-scroll {
      display: none;
      margin-bottom: 12px;
   }

}
