body {
   font-family: Blinker, 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-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: 45px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-variant: small-caps;
   font-family: Mouse Memoirs, sans-serif;
}


.box {
	border: 7px solid black;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 22px;
	background: linear-gradient(to bottom, #eee, #bbb);
	color: black;
	font-size: 22px;
	text-align: left;
	font-family: Blinker;
}

#why {
   text-align: justify;
}


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

iframe {
	width: 924px;
	height: 520px;
	margin-bottom: 25px;
}

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

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

textarea, input[type="text"], input[type="email"] {
	background: #dddddd;
	color: black;
	font-family: monospace;
	font-size: 20px;
}

label {
	font-size: 18px;
	font-weight: bold;
}

button[type="submit"] {
	font-size: 17px;
	width: 200px;
	height: 40px;
	font-weight: bold;
}

a.link {
   background: transparent;
   color: blue;
   padding-left: 7px;
   padding-right: 7px;
   padding-bottom: 1px;
   padding-top: 1px;
   border-radius: 25px;
   text-decoration: none;
   font-size: inherit;
   font-weight: bold;
   white-space: nowrap;
}

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

a.menu {
   text-decoration: none;
   white-space: nowrap;
   font-size: 30px;
   font-weight: bold;
   padding-left: 7px;
   padding-right: 7px;
   padding-top: 0px;
   padding-bottom: 0px;
   border-radius: 26px;
   color: blue;
   background: transparent;
   border-top: solid transparent 4px;
   border-bottom: solid transparent 4px;
   border-left: solid transparent 4px;
   border-right: solid transparent 4px;
   line-height: 180%;
}

a.menu:hover {
   border-top: blue 4px dashed;
   border-bottom: blue 4px dashed;
   border-left: blue 4px dashed;
   border-right: blue 4px dashed;
   background: transparent;
   color: blue;
   box-shadow: 0px 0px 0px #888888;
   text-shadow: 0px 0px 0px #888888;
}
.float {
	float: left;
	padding-right: 0;
	width: 33%;
}

.clear {
	clear: both;
}

hr {
	height: 5px;
	color: black;
	background: black;
	margin-top: 6px;
	margin-bottom: 2px;
}

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

ol, ul {
	margin-top: 0;
	margin-bottom: 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: 93vw;
		 border: none;
   margin-left: 0;
   margin-right: 0;
}
#logo {
   width: 90%;
 		height: auto;
 		margin-left: 0;
   margin-right: 0;
}
#why {
 		max-width: 93vw;
	 	border: none;
   margin-left: 0;
   margin-right: 0;
}
#fixed {
 		max-width: 100vw;
   margin-left: 0;
   margin-right: 0;
}
#h1 {
   width: 80%;
   height: auto;
}
h1 {
		font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 19px;
}
input[type="text"], input[type="email"], textarea {
 		width: 90vw;
   margin-left: 0;
   margin-right: 0;
}
.float {
   margin-left: 0;
   margin-right: 0;
  	float: none;
   font-size: inherit;
}
a.link {
   font-size: inherit;
}
a.menu {
   font-size: inherit;
}
.center {
 		max-width: 100vw;
	 	font-size: 13px;
}
body {
 		position: absolute;
 		height: 100vh;
 		max-width: 100vw;
}
video, iframe {
 		width: 95%;
}
}
