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-face {
  font-family: "Blinker";
  src: url("../fonts/Blinker-Regular.ttf");
}

@font-face {
  font-family: "Blinker";
  src: url("../fonts/Blinker-SemiBold.ttf");
  font-weight: bold;
}


.ads {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
}

h1 {
   color: #FFFFFF;
   margin-top: 0;
   margin-bottom: 10px;
   font-weight: normal;
   font-size: 80px;
   font-family: "Mouse Memoirs";
}

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

img {
	margin: 10px;
}

.section {
	border: 5px solid black;
	border-radius: 18px;
	background: #FFFFFF;
	font-size: 15px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.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: 5px;
   padding-right: 5px;
   padding-bottom: 2px;
   padding-top: 2px;
   border: 0px solid transparent;
   border-radius: 20px;
   text-decoration: none;
   font-size: inherit;
   white-space: nowrap;
}

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



@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;
}
.flag {
	display: none;
}
.logo {
	display: none;
}
}

@media only screen and (max-width:420px){
h1 {
	font-size: 17px;
}
h2 {
	font-size: 15px;
}
.topbox {
   background-image: url("../images/clipart-canada-logo-mobile.png");
   background-repeat: no-repeat;
   background-size: contain;
   width: 100%;
   height: 80px;
}
.flag {
	display: none;
}
.logo {
	display: none;
}
.ads {
	display: none;
}
}
