body {
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 13px;
   max-width: 1000px;
   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;
}
*/

code {
   font-weight: bold;
   color: red;
}

h1 {
   color: black;
   font-size: 60px;
   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 {
	border: 7px solid black;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 22px;
	background: white;
	color: black;
	font-size: 19px;
}

.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: 35%;
}

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

.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;
	width: 100%;
}

textarea:hover, input[type="text"]:hover {
	border: 5px solid navy;
}

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;
 overflow-y: auto;
	width: 300px;
}

option {
	font-size: 17px;
    font-weight: bold;
}

.section {
	padding: 10px;
}

hr {
	height: 7px;
	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;
}

#menu {
   padding-left: 15px;
}

ul {
   margin-bottom: 0px;
   margin-top: 0px;
}

@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, input[type="text"] {
      font-size: 17px;
      width: 98%;
   }
   .float {
	float: none;
	display: inline-block;
	width: 89%;
   }
   select {
	font-size: 10px;
	width: 92%;
   }
   option {
	font-size: 10px;
   }
   .section {
	   width: device-width;
   }

}
