body {
   font-family: Blinker;
   font-size: 11px;
   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: 57px;
   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: 52px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-family: "Mouse Memoirs", sans-serif;

}

h3 {
   color: black;
   font-size: 47px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-family: "Mouse Memoirs", sans-serif;
}

#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;
}


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

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

.iframe {
   width: 560px;
   height: 315px;
}

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

.underline {
	text-decoration: underline;
}

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


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

a:hover {
   background: transparent;
   color: blue;
   border-top: 6px dotted blue;
   border-bottom: 6px dotted blue;
   text-decoration: none;
}

.imglink, .imglink:hover, .logolink, .logolink:hover, .nicelink, .nicelink:hover {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 6px;
	background: transparent;
	border: 0;
}

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

ol {
	margin-bottom: 0;
	margin-top: 0;
}

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

.padding {
   padding-top: 7px;
}

.hide-video {
	padding: 20px;
	text-align: center;
}

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;
}

.url {
	font-weight: bold;
}

@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: 31px;
   }
   h3 {
      font-size: 28px;
   }
   .imglink, .padding, #hide {
      display: none;
   } 
   .linkto {
	    width: 90%;
	    font-size: 16px; 
        background: #eeeeee;
    }
   .iframe, video {
	  display: none;
   }
	a {
		font-size: 14px;
		white-space: normal;
	}
    .url {
	    font-weight: bold;
		font-size: 13px;
    }

}
