@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Bad Comic';
    src: url('BadComic.woff2') format('woff2'),
        url('BadComic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 320 scale size*/
.frame {
  background: url('background3-320.png');
	width: 320px;
	height: 267px;
	margin: 0px auto;
	position: relative;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	margin-left: 0px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 10px;
	font-family: 'Bad Comic';
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:lightblue;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4942a7;
  color: white;
}

.header{
	background:url("banner3-320.jpg");
    width:320px;
    height:90px;
	position: absolute;
	left:0px;
}
.game{
	background:url("gameimage-320.png");
	position: absolute;
    width:250px;
    height:150px;
	left:35px;
	top:120px;
	
}

.playgame {
  position: absolute;
  color: black;
  font-family: 'Bad Comic'; 
  text-decoration: none;
  	left:134px;
	top:199px;
  font-size: 18px;
	
}
/* Small devices (phones, 480px and up) */
@media screen and (min-width: 480px){
.frame {
  background: url('background3-480.png');
	width: 480px;
	height: 401px;
	margin: 0px auto;
	position: relative;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	margin-left: 80px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 12px;
	font-family: 'Bad Comic';
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:lightblue;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4942a7;
  color: white;
}

.header{
	background:url("banner3-480.jpg");
    width:480px;
    height:135px;
	position: absolute;
	top: 40px;
	left:0px;
}
.game{
	position: absolute;
	left:40px;
	top:160px;
	background:url("gameimage-480.png");
    width:400px;
    height:240px;
}

.playgame {
  position: absolute;
  color: black;
  font-family: 'Bad Comic'; 
  text-decoration: none;
  	left:208px;
	top:294px;
  font-size: 19px;
	
}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
.frame {
  background: url('background3-992.png');
	width: 992px;
	height: 829px;
	margin: 0px auto;
	position: relative;
}
/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	margin-left: 270px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 8px 8px;
  text-decoration: none;
  font-size: 19px;
	font-family: 'Bad Comic';
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:lightblue;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4942a7;
  color: white;
}
.header{
	background:url("banner3-992.png");
    width:992px;
    height:279px;
	position: absolute;
	left:0px;
}
.game{
		position: absolute;
	left:45px;
	top:290px;
	background:url("gameimage-992.png");
    width:900px;
    height:540px;
}

.playgame {
  position: absolute;
  color: black;
  font-family: 'Bad Comic'; 
  text-decoration: none;
  	left:432px;
	top:600px;
  font-size: 30px;
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {


.frame {
  background: url('background3.jpg');
	width: 1200px;
	height: 1000px;
	margin: 0px auto;
	position: relative;
}

/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	margin-left: 300px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
	font-family: 'Bad Comic';
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:lightblue;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4942a7;
  color: white;
}

.header{
	background:url("banner3.png");
    width:903px;
    height:254px;
	position: absolute;
	left:150px;
}
.game{
	position: absolute;
	left:150px;
	top:350px;
}

.playgame {
  position: absolute;
  color: black;
  font-family: 'Bad Comic'; 
  text-decoration: none;
  	left:535px;
	top:660px;
  font-size: 30px;
	
}
	}
}