body {
	margin:0;
	font-family:Arial;
  	background-image: url('./images/bg.jpg');
  	background-repeat: repeat;
}

@font-face {
	font-family: anmol;
	src: url(AnmolLipi.woff);
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.mbutton {
background-color: brown ;/*#0000FF; /* Blue */
border: none;
color: white;
padding: 2px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 5px 5px 0px 0px;
}
.mbutton:hover {
background-color:blue; /*#4CAF50; /* Green */
color: white;
}
.abutton {
	background-color: blue;
	padding: 2px 2px;
	border-radius: 5px 5px 5px 5px;
	color: white;
	font-size: 16px;
}
.abutton:hover{
	background-color: yellow;
	color: black;
}
.butt {
	background-color: gray; /* Blue */
	border: 2px;
	color: white;
	padding: 2px 2px;
	margin: 2px 2px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	border-radius: 5px 5px 5px 5px;
}
.butt:hover {
	background-color: black; /* Green */
	color: white;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: lightblue; /*#f9f9f9;*/
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: red; /*#ddd;*/
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.responsive-iframe-a {
	width: 100%;
	height: 72vh;
	border: none;
}
.responsive-iframe-b {
	width: 100%;
	height: 100vh;
	padding-top: 0px;
	border: none;
}
.responsive-iframe-c {
	width: 100%;
	height: 70vh;
	border: none;
}
.responsive-iframe-d {
	width: 100%;
	height: 60vh;
	border: none;
}
.footer6 {
	background-color: red;
	text-align: center;
	padding: 3px;
    color: white;
}
.top-left {
	position: absolute;
	left: 10px;
	top: 10px;
}
.top-right {
	position: absolute;
	right: 0px;
	top: 99px;
}
.centered {
  position: absolute;
  margin-top: 10px;
  top: 0px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: black;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
    .responsive-iframe-a {
	width: 100%;
	height: 70vh;
	border: none;
}
.responsive-iframe-b {
	width: 100%;
	height: 70vh;
	border: none;
}
.responsive-iframe-c {
	width: 100%;
	height: 70vh;
	border: none;
}
.responsive-iframe-d {
	width: 100%;
	height: 70vh;
	border: none;
}
}

@media screen and (max-width: 648px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.responsive-iframe-d {
	width: 100%;
	height: 40vh;
	border: none;
}
}
