body {
	margin:0;
	font-family:Arial;
  	background-image: url('./images/bg.jpg');
  	background-repeat: repeat;
}

@font-face {
	font-family: anmol;
	src: url(AnmolLipi.woff);
}

.mdate {
background-color: gold;
text-align: center;
}

.button {
  opacity: 1;
}
.button {
background-color: #0000FF;
; /* Blue */
border: none;
color: white;
padding: 5px 5px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border-radius: 5px 5px 0px 0px;
}
.button:hover {
background-color: #4CAF50; /* Green */
color: white;
}

.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: blue
  cursor: pointer;
  font-size: 18px;
}

.active, .btn:hover {
  background-color: brown;
  color: white;
}

.mbutton {
  opacity: 1;
}
.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;
}

.jbutton {
  opacity: 1;
}
.jbutton {
background-color: blue ;/*#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;
}
.jbutton:hover {
background-color:red; /*#4CAF50; /* Green */
color: white;
}

.topnav {
  overflow: hidden;
  background-color: blue; /*#333;*/
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #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: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: red;/*#555;*/
  color: white;
}

.dropdown-content a:hover {
  background-color: gray;/*#ddd;*/
  color: white; /*black;*/
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 768px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .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 {
  width: 100%;
  max-width: 800px;
  height: auto;
}
/*.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 40px;
   background-color: red;
   color: white;
   text-align: center;
}*/
#myfrm {
	width: 100%;
	height: 69vh;
	border: 0px;
}

#footer {
   left: 0;
   bottom: 0;
   width: 100%;
   height: 30px;
   background-color: red;
   color: white;
   text-align: center;
   	border-radius: 0 0 10px 10px;
}

.footer5 {
  position: fixed;
  width: 100%;
  height: 25px;
  text-align: center;
  padding-top: 1px;
  margin-top: 0px;
  background-color: red;
  color: white;
  bottom: 0;
  font-size: 12px;
}
.header {
  width: 100%;
  max-height: 120px;
  height: auto;
}
#img {
	float: left;
	max-width: 100%;
	max-height: 100%;
}
.bottom-left {
  position: absolute;
  bottom: 10px;
  left: 5px;
}

.top-left {
  position: absolute;
  top: 10px;
  left: 10px;
}

.top-right {
  position: absolute;
  top: 90px;
  right: 16px;
  color: black;
  font-size: 20px;
}

.bottom-right {
  position: absolute;
  bottom: 48px;
  right: 16px;
  color: white;
}

.centered {
  position: absolute;
  margin-top: 10px;
  top: 0px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: blue;
}
.textcenter {
  margin-top: 50px;
  /*text-align: center;*/
  margin-left: 150px;
  font-size: 18px;
  color: blue;
}
.top-centered {
  top: 0px;
  text-align: center;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: blue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

iframe {
  display: block;
  max-height: 1500px;
  margin-left: auto;
  margin-right: auto;
}
