<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
	font-family: "Helvetica Neue",sans-serif;
	font-weight: lighter;
	background-image: url(p0428_l.jpeg) ;
    background-size: 50%;
	width: 100%;
	z-index: 1;
}

header {
      width: 100%;
      height: 215px;
      background-size: cover;
}

.logo {
      line-height: 5px;
      position: absolute;
      left: -22px;
      float: left;
      margin: 16px 46px;
      letter-spacing: 2px;
}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
}

nav ul {
      line-height: 90px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: white;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #FFEDC4;
}

nav ul li {
      display: inline-block;
      padding-top: 15px;
      
}

nav ul li a {
      text-decoration: none;
      color: dimgray;
      font-size: 18px;
      font-family: Helvetica Neue ;
      font-weight: 450;
      transition: 1s;
      padding: 50px 15px
}
nav ul li a:hover {
      background-color: black;
      color: white;
}

.menu-icon {
      line-height: 90px;
      width: 100%;
      background: #FFEDC4;
      text-align: right;
      box-sizing: border-box;
      padding: 25px 24px;
      cursor: pointer;
      color: black;
      display: none;
}


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 10000px;
  margin-top: -80px;
  box-shadow: 0px 15px 19px -10px #242424;
-webkit-box-shadow: 0px 15px 19px -10px #242424;
-moz-box-shadow: 0px 15px 19px -10px #242424;
-o-box-shadow: 0px 15px 19px -10px #242424;
 position: relative; 
    z-index: -1;
    
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


.filterDiv {
  float: left;
  background-color: white;
  font-family: Kohinoor Telugu;
  color: black;
  width: 300px;
  line-height: 0px;
  text-align: center;
  margin: 46px 46px;
  display: none;
  box-shadow: 15px 15px 24px -10px #828282;
-webkit-box-shadow: 15px 15px 24px -10px #828282;
-moz-box-shadow: 15px 15px 24px -10px #828282;
-o-box-shadow: 15px 15px 24px -10px #828282;
}

.show {
  margin-left: 65px;
  display: block;
}

.container{
  background-size: 150%;
  margin: 20px 0px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  margin: 20px 12px 0px 0px;
  border-radius: 22px;
  font-family: ;
  font-size: 13px;
  border-radius: none;
  outline: none;
  padding: 17px 45px;
  transition: 0.5s;
}

.btn:hover {
  background-color: black;
  color: white;
}



@media(max-width: 786px) {

      .logo {
            position: absolute;
            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 0px;
            background: #FFEDC4;
      }

      nav.black ul {
            background: #FFEDC4;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            margin-left: 20px;
            text-align: center;
            box-sizing: border-box;
            width: 100%;

      }
      nav ul li a{
            text-align: center;
            font-family: Helvetica Neue;
            color:dimgray;
            padding: 30px 100px;
      }
      nav ul li a:hover{
            background-color:wheat;
      }


      .menu-icon {
            display: block;
      }
    .filterDiv {
  float: left;
  background-color: white;
  color: black;
  font-family: Kohinoor Telugu;
  width: 300px;
  line-height: 0px;
  text-align: center;
  margin:10px;
  display: none;
  box-shadow: 15px 15px 24px -10px #303030;
-webkit-box-shadow: 15px 15px 24px -10px #303030;
-moz-box-shadow: 15px 15px 24px -10px #303030;
-o-box-shadow: 15px 15px 24px -10px #303030;
}

.show {
  margin-top: 50px;
  margin-left: 60px;
  margin-bottom: 50px;
  display: block;
}

.container{
  margin: 20px 0px;
  overflow: hidden;
}

/* Style the buttons */
.btn {
  margin: 20px 12px 0px 0px;
  border-radius: 15px;
  font-size: 13px;
  outline: none;
  padding: 17px 25px;
  transition: 0.5s;
}

.btn:hover {
  background-color: black;
  color: white;
}

.lip-footer{
  margin-top: -15px;</pre></body></html>