@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: 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-320.jpg");
    width:320px;
    height:90px;
	position: absolute;
	top: 30px;
	left:0px;
}

.tips{
font-size:6px;
	position: absolute;
	left:5px;
	top:170px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;	
}

.steps{
	font-size:6px;
	position: absolute;
	left:5px;
	top:112px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;
	
}
.frame2 {
  background-color:#b6d3f2;

	height:130px;
	width:300px;
	
	position: relative;
	top:100px;
	left:10px;
}

/* Small devices (phones, 480px and up) */
@media screen and (min-width: 480px){
 
.frame {
  background: url('background3-480.png');
	width: 480px;
	height: 401px;
}	
	
/* Add a black background color to the top navigation */
.topnav {
	margin-left: 40px;
}

/* Style the links inside the navigation bar */
.topnav a {
  padding: 8px 8px;
  font-size: 16px;
}	
	
.header{
	background:url("banner3-480.jpg");
    width:480px;
    height:135px;
	top: 30px;
	left:0px;
}
.tips{
font-size:10px;
	position: absolute;
	left:15px;
	top:250px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;	
}

.steps{
	font-size:10px;
	position: absolute;
	left:15px;
	top:150px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;
	
}
.frame2 {
  background-color:#b6d3f2;
height:220px;
	width:435px;
	position: relative;
	top:135px;
	left:25px;
	
}	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
.frame {
  background: url('background3-992.png');
	width: 992px;
	height: 829px;
}	
	
/* Add a black background color to the top navigation */
.topnav {
	margin-left: 250px;
}

/* Style the links inside the navigation bar */
.topnav a {
  padding: 8px 14px;
  font-size: 18px;
}	
	
.header{
	background:url("banner3-992.png");
  width:992px;
  height:279px;
	position: absolute;
	top: 30px;
	
}
	.tips{
font-size:20px;
	position: absolute;
	left:5px;
	top:520px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;	
}

.steps{
	font-size:20px;
	position: absolute;
	left:5px;
	top:330px;
	margin:15px;
	font-family: 'Bad Comic';
	color: darkblue;
	
}
.frame2 {
  background-color:#b6d3f2;
margin:0px;
	height:470px;
	width:980px;
	position: relative;
	top:300px;
	left:6px;
	
}	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   
.frame {
  background: url('background3.jpg');
	width: 1200px;
	height: 1000px;
}

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

/* Style the links inside the navigation bar */
.topnav a {
  padding: 14px 16px;
  font-size: 17px;
}

.header{
	background:url("banner3.png");
  width:903px;
  height:254px;
	position: absolute;
	top: 40px;
	left:150px;
	
}
	.tips{
font-size:24px;
	position: absolute;
	left:35px;
	top:550px;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;	
}

.steps{
	font-size:24px;
	position: absolute;
	left:35px;
	top:300px;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
	
}
.frame2 {
  background-color:#b6d3f2;
margin:25px;
	height:600px;
	width:1120px;
	
	position: relative;
	top:250px;
	left: 25px;
	
}
}