body {
   font-family: Blinker;
   font-size: 22px;
   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;
}
*/

#page-box {
	 position:fixed;
	 bottom:0;
	 right:0;
	 width:175px;
	 padding: 20px; 
	 background: #333;
	 color: white;
	 text-align: center;
	 font-weight: bold;
	 white-space: nowrap;
     animation: 1.5s gototop;
     animation-delay: 0s;
     animation-iteration-count: 10;
}

/* The animation code */
@keyframes gototop {
  from {
	  background: #999;
   }
  25% {
	  background: #333;
  }
  75% {
	  background: #333;
  }
  to  {
      background: #999;
  }
}

#page-box:hover {
	background: red;
	border: none;
    cursor: pointer;
}

.social {
	display: inline-block;
	padding-right: 1px;
	font-size: 13px;
	text-align: center;
}

.padding {
   padding-top: 7px;
}

.clear {
   clear: both;
   content: '';
}

.submit {
     width: 80px; 
     height: 35px; 
     font-size: 16px;
     font-weight: bold;
     background: #77DD77;
     color: black;
}

.submit:hover {
     background: #66CC66;
     color: black;
}

.table {
    width: 32%;
    float: left;
    font-weight: bold;
    font-size: 24px;
}

h1 {
   color: #444;
   font-size: 65px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   position: relative;
   top: -14px;
   font-family: "Mouse Memoirs", sans-serif;
}

h2 {
   color: #444;
   font-size: 55px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   padding-top: 0;
   font-family: "Mouse Memoirs", sans-serif;
}

h3 {
   color: #444;
   font-size: 30px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-variant: small-caps;
   font-family: "Mouse Memoirs", sans-serif;
}


.box {
	border: 7px solid #444;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    padding-top: 0;
    margin-top: 0;
	margin-bottom: 22px;
	background: white;
	color: #444;
	font-size: 20px;
    width: 1000px;
	font-family: Blinker;
}

.bold {
	font-weight: bold;
	color: #444;
	white-space: nowrap;
}

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

.button {
	font-size: 18px; 
	padding: 5px;
}


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

a:hover {
   background: blue;
   color: white;
   text-decoration: none;
}

hr {
	height: 7px;
	color: #444;
	background: #444;
}

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

textarea {
	margin-top: 7px;
	margin-bottom: 7px;
	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;
}
textarea:hover {
	border: 5px solid navy;
	cursor: pointer;
}


.amazon-top {
    float: right;
    margin-left: 10px;
    padding-top: 20px;
}

.amazon-right {
    float: right;
    margin-left: 30px;
    padding-top: 20px;
}

.amazon {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 14px;
    float: left;
    display: block;
}

.amazon-link:hover {
    background: transparent;
}


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

}

@media only screen and (max-width:700px){
	.box {
		width: 85%;
      margin-left: 5px;
      font-size: 16px;
	}
	#logo {
		width: 92%;
		height: auto;
	}
	h1 {
		font-size: 25px;
	}
   h2 {
      font-size: 22px;
   }
   h3 {
      font-size: 19px;
   }
   .bold {
   	font-weight: bold;
   	color: #444;
	   white-space: normal;
   }
	a {
		font-size: 14px;
		white-space: normal;
	}
   .amazon-right {
       float: none;
   }
    .amazon-top {
        display: none;
    }
   .amazon {
       float: none;
       display: block;
   }
    #searchbox {
        width: 95%;
    }
    .table {
       float: none;
       width: 90%;
    }
    #hide-flag {
        display: none;
    }
    #hide-form {
        display: none;
    }
    .hide {
        display: none;
    }
    #cj_form {
        display: none;
    }
}
