Image{
	width: auto;
	height: auto;

}
BODY {
	font-size: 16px;
	background-color: black;
	
}
/* For tablets*/
@media(max-width: 767px) {
	body{
		font-size: 18px;
	}
}
/* For desktops*/
@media(min-width: 768px) {
	body{
		font-size: 20px;
	}
}

TH{
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #373737;
	font-weight : normal;	
	
}
TD {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #ffffff;
	font-weight : normal;	
	
}
TD A:LINK {color : #ffffff; text-decoration : underline;}
TD A:VISITED {color : #ffffff; text-decoration : underline;}
TD A:ACTIVE {color : #ffffff; text-decoration : underline;}
TD A:HOVER {color : #a3302c; text-decoration : underline;}

B {
	font-family : Verdana,  Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;	
}
B A:LINK {color : #373737; text-decoration : underline;}
B A:VISITED {color : #373737; text-decoration : underline;}
B A:ACTIVE {color : #373737; text-decoration : underline;}
B A:HOVER {color : #a3302c; text-decoration : underline;}

.chkBox1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}	

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
  
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
	background-color: black
}

.nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 10px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    background-color: #ffffff;
}

.nav-container .hamburger-lines {
    height: 26px;
    width: 32px;
    position: relative;
    top: 17px;
    left: 5px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #ffffff;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 80px;
  color: #ffffff;
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left:  -550px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}


.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
  \img {
    max-width: 100%;
    max-height: 100%;
}

.portrait {
    height: 253px;
    width: 800px;
}

.landscape {
    height: 30px;
    width: 80px;
}

.square {
    height: 155px;
    width: 500px;
}
#myDiv
{
  height: 253px;
  width: 800px;
}
#myDiv img
{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
