
/*-- banner --*/
.banner-img1,.banner-img2{
	background:url(../images/1.png)no-repeat center 0px;
	background-size:cover;
	height:400px;	
}




/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

.banner-img1,.banner-img2{
	height:450px;		
}

h3 {
font-size:10px;
font-size: 3.5em;
color:yellowgreen;
text-shadow:3px 2px  black;
}
.pnl {
text-align: center;position:absolute;top:290px;z-index:1999;width:100%;height:100px;
}





/*2.8 sacale*/



/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1200px) {

.banner-img1,.banner-img2{
	height:430px;	
}
h3 {
font-size:10px;
font-size: 2.5em;
color:yellowgreen;
text-shadow:3px 2px  black;
}

.pnl {
text-align: center;position:absolute;top:280px;z-index:1999;width:100%;height:100px;
}

}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1000px) {

.banner-img1,.banner-img2{
	height:360px;	
}
h3 {
font-size:10px;
font-size: 2.5em;
color:yellowgreen;
text-shadow:3px 2px  black;
}

.pnl {
text-align: center;position:absolute;top:240px;z-index:1999;width:100%;height:100px;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {

.banner-img1,.banner-img2{
	height:290px;	
}
h3 {
font-size: 2.0em;
color:yellowgreen;
text-shadow:3px 2px  black;
}

.pnl {
text-align: center;position:absolute;top:180px;z-index:1999;width:100%;height:100px;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {

.banner-img1,.banner-img2{
	height:220px;
}
h3 {

font-size: 2.0em;
color:yellowgreen;
text-shadow:3px 2px  black;
}
.pnl {
text-align: center;position:absolute;top:110px;z-index:1999;width:100%;height:100px;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 500px) {

.banner-img1,.banner-img2{
	height:180px;
}
h3 {
font-size:10px;
font-size: 2.0em;
color:yellowgreen;
text-shadow:3px 2px  black;
}
.pnl {
text-align: center;position:absolute;top:70px;z-index:1999;width:100%;height:100px;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 400px) {

.banner-img1,.banner-img2{
	height:145px;
}
h3 {
font-size:10px;
font-size: 2.5em;
color:yellowgreen;
text-shadow:3px 2px  black;
}
.pnl {
text-align: center;position:absolute;top:35px;z-index:1999;width:100%;height:100px;
}

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 280px) {

.banner-img1,.banner-img2{
	height:100px;
}
h3 {
font-size:10px;
font-size: 2.5em;
color:yellowgreen;
text-shadow:3px 2px  black;
}
.pnl {
text-align: center;position:absolute;top:5px;z-index:9;width:100%;height:100px;
}

}