body {
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   max-width: 1200px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   background: #AAAAAA;
}

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

@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: 54px;
   font-weight: normal;
   margin: 0;
   padding: 0;
   position: relative;
   top: -10px;
   font-family: Mouse Memoirs, sans-serif;
}

h2 {
   color: black;
   font-size: 56px;
   margin: 0;
   font-family: Mouse Memoirs, sans-serif;
}


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


.box {
	background: transparent;
	color: black;
	font-size: 18px;
}

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


a {
   text-decoration: none;
   font-size: inherit;
   white-space: nowrap;
   font-size: inherit;
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 1px;
   padding-bottom: 1px;
   border-radius: 0;
   color: blue;
   background: transparent;
   border-top: solid transparent 0px;
   border-bottom: solid transparent 6px;
   border-left: solid transparent 0px;
   border-right: solid transparent 0px;
}

a:hover {
   text-decoration: none;
   border-top: transparent 0px solid;
   border-bottom: blue 6px double;
   border-left: transparent 0px solid;
   border-right: transparent 0px solid;
   background: transparent;
   color: blue;
}

.float {
	float: left;
	display: inline-block;
	width: 45%;
}

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

textarea, input[type="text"] {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 1px;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "monospace";
	font-size: 18px;
	color: navy;
	font-weight: bold;
	background: #dddddd;
	border: 5px solid transparent;
}


input[type="button"], input[type="reset"] {
	font-size: 18px;
}


select {
	font-size: 17px;
	background: #dddddd;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "monospace";
	color: navy;
	font-weight: bold;
}

.section {
    margin-bottom: 15px;
    margin-right: 15px;
	   padding: 10px;
    border: 3px solid black;
	   background: white;
}

#favbox, #instructions {
   width: 88%;
}

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

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

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

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

#hr {
   height: 2px;
   background: black;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   padding-bottom: 0;
   position: relative;
   top: 5px;
}

.content {
   font-size: 22px;
   color: #000000;
   background: white;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   font-variant: normal;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	  border: 4px dashed black;
	  padding-top: 22px;
	  padding-bottom: 23px;
	  padding-left: 30px;
	  padding-right: 30px;
	  margin-top: 0;
}

#menu {
   padding-left: 15px;
}

@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: 25px;
	}
   h2 {
      font-size: 22px;
   }
   h3 {
      font-size: 19px;
   }
   textarea {
      width: 96%;
   }
.float {
	float: none;
	display: inline-block;
	width: 89%;
}
}
