body {
   font-family: Blinker;
   font-size: 22px;
   font-weight: bold;
   max-width: 1000px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0;
   background: url("images/background1.gif");
   color: #FFFFFF;
   text-align: center;
}

/*
@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: #FFFFFF;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   font-weight: normal;
   font-size: 80px;
   font-family: "Mouse Memoirs";
}

h2 {
   color: #000000;
   margin-top: 0;
   margin-bottom: 0;
   padding: 0;
   font-size: 34px;
   font-weight: bold;
  	font-family: Blinker;
}

.h2 {
	 color: white;
}

img {
	border: 0;
}

.amazon {
	margin-right: 10px;
	margin-left: 10px;
}

.ads {
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
}

.mobile {
	display: none;
}

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

.bottom-menu {
	 background: white; 
	 text-align: center; 
	 margin: 20px; 
	 padding: 8px;
}

textarea {
   background: #dddddd;
   color: navy;
   font-family: monospace;
   font-size: 18px;
   border: 5px solid transparent;
   font-weight: bold;
}

textarea:hover {
   border: 5px solid navy;
   cursor: pointer;
}

.section {
	border: 5px solid black;
	border-radius: 18px;
	background: #F00C0C;
	font-size: 15px;
	margin-bottom: 30px;
	padding: 0;
}

.liner {
	border: 7px solid #F00C0C;
	padding: 10px;
	border-radius: 18px;
	background: white;
}


.flag {
   background: white;
   background-image: url("images/flag.gif");
   background-repeat: no-repeat;
   width: 200px;
   height: 120px;
   display: inline-block;
}

.logo {
   background: white;
   background-image: url("images/clipart-canada.png");
   background-repeat: no-repeat;
   width: 720px;
   height: 120px;
   display: inline-block;
}

.topbox {
   border-bottom: 10px solid #F00C0C;
   background: white;
   width: 100%;	
}

a {
   background: transparent;
   color: blue;
   padding-left: 7px;
   padding-right: 7px;
   padding-bottom: 3px;
   padding-top: 3px;
   border: 0px solid transparent;
   border-radius: 15px;
   text-decoration: none;
   font-size: 22px;
   font-weight: bold;
   white-space: nowrap;
   line-height: 150%;
   font-family: Blinker;
}

a:hover {
   background: blue;
   color: white;
}

a.software:hover {
    background: transparent;
}

@media only screen and (max-width:800px){
.section {
	width: 95%;
}
.topbox {
   background-image: url("images/clipart-canada-logo-tablet.png");
   background-repeat: no-repeat;
   background-size: contain;
   width: 100%;
   height: 95px;
}
textarea {
	width: 95%;
}
.ads {
	display: none;
}
.mobile {
	display: block;
}
.hide {
	display: none;
}
.flag {
	display: none;
}
.logo {
	display: none;
}
}


@media only screen and (max-width:420px){
h1 {
	font-size: 17px;
}
.h2 {
	font-size: 15px;
}
body {
	padding: 0;
}
.section {
	width: 96%;
	margin-left: 5px;
	margin-right: 5px;
}
.topbox {
   background-image: url("images/clipart-canada-logo-mobile.png");
   background-repeat: no-repeat;
   background-size: contain;
   width: 100%;
   height: 86px;
}
.ads {
	display: none;
}
.mobile {
	display: block;
	padding-bottom: 10px;
}
.hide {
	display: none;
}
.flag {
	display: none;
}
.logo {
	display: none;
}
a {
	font-size: 15px;
}
	
}
