body {
   font-size: 13px;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   background: #AAAAAA;
   font-family: Blinker;
}

/*
@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: 56px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   white-space: nowrap;
   font-family: "Mouse Memoirs", sans-serif;
}

h3 {
   color: black;
   font-size: 37px;
   font-weight: normal;
   margin-top: 0;
   margin-bottom: 0;
   font-family: Blinker;
}


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

#why {
   text-align: justify;
}


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

.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 {
   background: transparent;
   color: blue;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 2px;
   padding-top: 2px;
   border: 5px dashed transparent;
   border-radius: 30px;
   text-decoration: none;
   font-size: 28px;
   white-space: nowrap;
   line-height: 180%;
   font-weight: bold;
}

a.menu:hover {
   border: 5px dashed blue;
}

.float {
	float: left;
	padding-right: 0;
	width: 33%;
}

.clear {
	clear: both;
}

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

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

ol {
	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 {
		font-size: 25px;
	}
    h2 {
        font-size: 30px;
    }
    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;
	}
}
