@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;
}
.sagatux{
	background: url("sagatux-320.png");
	width: 75px;
	height: 82px;
    -webkit-transform: scale(.5);
    transform: scale(.5); 
	position: absolute;	
	top:205px;
	left:115px;
	z-index: 1;
}

.text1{
	font-size:10px;
	position: absolute;
	left: 100px;
	top:100px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.text2{
	font-size:9px;
	position: absolute;
	top:108;
	left:100;
	font-family: 'Bad Comic';
	color: darkblue;
	margin: 5px;
}
.frame2 {
  background-color:#b6d3f2;
height:100px;
	width:320px;
	margin: 0px auto;
	position: relative;
	top:110px;
}
/* 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: 30px;
	left:0px;
}
.sagatux{
	background: url("sagatux-320.png");
	width: 75px;
	height: 82px;
    -webkit-transform: scale(.8);
    transform: scale(.8); 
	position: absolute;	
	top:320px;
	left:190px;
	z-index: 1;
}
	
.text1{
	font-size:10px;
	position: absolute;
	left: 170px;
	top:130px;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
	z-index: 1;
}
.text2{
	font-size:13px;
	position: absolute;
	top:900;
	left:200;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.frame2 {
  background-color:#b6d3f2;

	height:200px;
	width:480px;
	margin: 0px auto;
	position: relative;
	top:140px;
}
}

/* 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;
}
	
.sagatux{
	background: url("sagatux.png");
	width: 600px;
	height: 659px;
    -webkit-transform: scale(.4);
    transform: scale(.4); 
	position: absolute;	
	top:355px;
	left:190px;
	z-index: 1;
}
	
.text1{
	font-size:20px;
	position: absolute;
	left: 380px;
	top:250px;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.text2{
	font-size:20px;
	position: absolute;
	top:900;
	left:200;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.frame2 {
  background-color:#b6d3f2;

	height:200px;
	width:990px;
	margin: 0px auto;
	position: relative;
	top:310px;
}
}

/* 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;
	top:50px;
	left:150px;
}
.sagatux{
	background: url("sagatux.png");
	width: 600px;
	height: 650px;
    -webkit-transform: scale(.5);
    transform: scale(.5); 
	position: absolute;	
	top:390px;
	left:290px;
	z-index: 1;
}
	
.text1{
	font-size:20px;
	position: absolute;
	left: 440px;
	top:250px;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.text2{
	font-size:20px;
	position: absolute;
	top:900;
	left:200;
	margin:25px;
	font-family: 'Bad Comic';
	color: darkblue;
}
.frame2 {
  background-color:#b6d3f2;

	height:200px;
	width:1100px;
	margin: 0px auto;
	position: relative;
	top:300px;
}
}
