                                                <!-- responsive nav -->
body {
    margin: 0;
    padding: 0;
}

.nav-bar {
  height: 70px;
  background: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 14px; 

}
 
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1em;
}
.brand a img {
  max-height: 20px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}


 
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
 
nav {
  float: right;

}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: white;
  color: black;
  text-decoration: none;
}
nav ul li a:hover,
{
  background: #2ab1ce;
  color: black;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
  
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  height: 70px;
  width: 70px;
}
 
@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }
 
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
    padding-left: 25%;
     
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
  .nav-dropdown {
    position: static;
   font-family: Georgia, "Times New Roman", Times, serif;
  }
    
    
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
 
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

                           /* nav complete*/

.mam{
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 12px;
 color: #666666;
}

.img{

margin-top:20px;
width: 100%;
}

@media screen and (orientation: portrait) {
  img.sachin { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  img.sachin  { max-height: 90%; }
} 

.heading{
  border:2px solid #068480;
  font-family: Georgia,Times,Times New Roman,serif;
 margin-right: 8%;
 margin-left: 8%;

}

.heading2{
   font-family: Georgia,Times,Times New Roman,serif;
  border:2px solid #068480;
 background-color: #039da7;

}
 
                                              /* cards*/

.adj{
  height: auto !important;
}


.font{

font-family: Georgia,Times,Times New Roman,serif;

  }
.text{
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  margin-left:10%;
  margin-right:10%;
  color: #666666;
  font-size: 18px;
  font-weight: normal;
}
 .main{
  margin-left:10%;
  margin-right:10%; 
  font-family: Georgia,Times,Times New Roman,serif;
   font-size: 14px;
}
.f{

border-top : 1px solid black;
font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #666;
}


.border{

  border: 2px solid;
  border-color: #e6e6e6;
  border-radius: 10px;
  
}
.color{

  background-color:#f2f2f2;
}
.border-image{

margin-right:2px;
margin-left: 2px;

}
.link{

  text-align: right;
  font-size: 20px;
  font-family: Georgia,Times,Times New Roman,serif;

}
.saini{
   border-top: 2px solid black;
   border-bottom: 2px solid black;
   text-align: right;
}
.s{
  margin-right: 0%;
margin-left: 0%;
}
.pera{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  font-weight: normal;
}
.post-opt{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 20px;
 margin-bottom: 10px;
 text-align:center;
}
.post-author{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #666;
  font-weight: normal;

}

.prank{  
border-top: 2px solid black;
text-align: left;
}

.do{
  font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-weight: bold;
color: #666600;
font-size:14px;
  text-align: left;
}

