/*###Desktops, big landscape tablets and laptops(Large, Extra large)####*/
@media screen and (min-width: 1024px){
/*Style*/
* {
  box-sizing: border-box;
}
body {
font-family: Josefin Sans;
font-size: 18px;
}

.container-content {
font-size: 20px;
font-weight: 500;
}

.title_issue {
border-radius: 5px;
 width: 100%;
  background-color: #ffffcc;
   margin-block-start: 0px;
   margin-block-end: 0px;
}

.title_issue > a  {
        font-size: 14px;
        color: black;
        text-decoration: none;
        }

.panel {
font-size: 14px;
line-height: 15px
}

.icons {
top: 40%;
left: 85%;
width: 10%;
position: absolute;
}

.logo1 {
background-color: white;
height: 110px;
width: 110px
}
.logo2 {
background-color: white;
height: 110px;
width: 110px
}


#flip {
font-size: 16px;
color: black
}

.issue_papers {
  width: 72%;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 87px;
  left: 203px;
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}


#panel {
  display: none;
}


.header {
width: 100%;
font-size: 18px;
  height: 50px;
  background: #044007;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
  padding: 50px;
  font-size: 20px;
}

.v_footer {
  width: 100%;
  height: 40px;
  background: #044007;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 18px;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.footer_email {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 9%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_sahyadri {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 18%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_envis {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 27%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_grass {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 36%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_energy {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 45%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_ces {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 54%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cst {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 63%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cistup {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 72%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_iisc {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 81%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.table table{
    font-family: Google-sans;
    }

.table td{
    border: 1px solid black;
    text-align: left;
    font-size: 17px;
    }

    .table th{
    border: 1px solid black;
    text-align: left;
    }

.footer_email1 {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 90%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
}

/*###Tablet(medium)###*/
@media screen and (min-width : 768px) and (max-width : 1023px){
/*Style*/
* {
  box-sizing: border-box;
}
body {
font-family: Josefin Sans;
font-size: 14px;
}

.title_issue {
border-radius: 5px;
 width: 100%;
  background-color: #ffffcc;
   margin-block-start: 0px;
   margin-block-end: 0px;
}

.title_issue > a  {
        font-size: 14px;
        color: black;
        text-decoration: none;
        }

.panel {
font-size: 14px;
line-height: 15px
}

.icons {
top: 40%;
left: 85%;
width: 10%;
position: absolute;
}

.logo1 {
background-color: white;
height: 90px;
width:90px
}
.logo2 {
background-color: white;
height: 90px;
width:90px
}

.header {
width: 100vw;
font-size: 16px;
  height: 50px;
  background: #044007;
  position: -webkit-sticky;
  position: sticky;
  top: 0;

}

#flip {
font-size: 16px;
color: black
}

.issue_papers {
  width: 72%;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 87px;
  left: 203px;
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}


#panel {
  display: none;
}


.v_footer {
  width: 100%;
  height: 40px;
  background: #044007;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 18px;
  opacity: 1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.footer_email {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 9%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_sahyadri {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 18%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_envis {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 27%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_grass {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 36%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_energy {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 45%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_ces {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 54%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cst {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 63%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cistup {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 72%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_iisc {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 81%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}


.table table{
    font-family: Google-sans;
    }

.table td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 17px;
    }

    .table th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    }

.footer_email1 {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 90%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px){
/*Style*/
* {
  box-sizing: border-box;
}
body {
font-family: Josefin Sans;
font-size: 14px;
}

.icons {
top: 40%;
left: 85%;
width: 10%;
position: absolute;
}

.title {
text-align: center;
color: black;
font-size: 16px;
line-height: 20px
width: 60%;
}

.title_issue {
color: black;
font-size: 10px;
line-height: 10px;
}

#flip {
font-size: 12px;
color: black
}

.issue_papers {
  width: 50vw;
  color: rgba(0,0,0,1);
  position: absolute;
  top: 87px;
  left: 203px;
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}


#panel {
  display: none;
}


.header_a {
text-decoration: none;
color: white;
font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 14px;
}

.logo1 {
background-color: white;
margin: auto;
height: 60%;
width: 60%;
}

.logo2 {
background-color: white;
margin: auto;
height: 60%;
width: 60%;
}

.header {
width: 100vw;
font-size: 12px;
  height: 60px;
  background: #044007;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


.content {
overflow: scroll;
position: absolute;
background-color: white;
left: 5%;
top: 205px;
width:88%;
height: 80vh;
font-family: Josefin Sans;
font-size: 18px;
opacity: 1;
text-align: left;
padding: 1%;
padding-bottom: 80px;
}

.v12_3 {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}


@keyframes image {
  0% {
    background-image: url('Jog.jpg');
  }
  40% {
    background-image: url('forest.png');
  }
  60% {
    background-image: url('Sharavathi.jpg');
  }
  100% {

    background-image: url('Vibuthi.jpg');
  }
}

.v12_4 {
  width: 100%;
  height: 181px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.v12_7 {
  width: 100px;
  height: 100px;
  background: url("v12_7.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 15px;
  left: 90%;
  overflow: hidden;
}
.v12_6 {
  width: 100px;
  height: 100px;
  background: url("v12_6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 23px;
  left: 2%;
  overflow: hidden;
}

.v12_10 {
  width: 100px;
  height: 100px;
  background: url("v12_7.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 15px;
  overflow: hidden;
}

.v14_32 {
  width: 100%;
  height: 80px;
  background: Green;
  opacity: 1;
  left: 0px;
  overflow: hidden;
}

.v12_12 {
  width: 56px;
  color: white;
  position: absolute;
  top: 146px;
  left: 56px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_13 {
  width: 117px;
  color: white;
  position: absolute;
  top: 146px;
  left: 124px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_14 {
  width: 70px;
  color: white;
  position: absolute;
  top: 146px;
  left: 253px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_15 {
  width: 142px;
  color: white;
  position: absolute;
  top: 146px;
  left: 327px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_16 {
  width: 59px;
  color: white;
  position: absolute;
  top: 145px;
  left: 481px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 21px;
  opacity: 1;
  text-align: left;
}
.v12_17 {
  width: 51px;
  color: white;
  position: absolute;
  top: 146px;
  left: 552px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_18 {
  width: 70px;
  color: white;
  position: absolute;
  top: 146px;
  left: 615px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_19 {
  width: 74px;
  color: white;
  position: absolute;
  top: 146px;
  left: 697px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_20 {
  width: 73px;
  color: white;
  position: absolute;
  top: 146px;
  left: 783px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_21 {
  width: 70px;
  color: white;
  position: absolute;
  top: 146px;
  left: 868px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_22 {
  width: 122px;
  color: white;
  position: absolute;
  top: 146px;
  left: 950px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_23 {
  width: 60px;
  color: white;
  position: absolute;
  top: 146px;
  left: 1084px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v12_24 {
  width: 90px;
  color: white;
  position: absolute;
  top: 146px;
  left: 1156px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v14_25 {
  width: 68px;
  color: white;
  position: absolute;
  top: 146px;
  left: 1258px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v14_26 {
  width: 150px;
  color: white;
  position: absolute;
  top: 146px;
  left: 1340px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
.v14_28 {
  width: 90vw;
  line-height: 38px;
  color: rgba(255,255,255,1);
  position: absolute;
  align: center;
  top: 30%;
  left: 10px;
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 40px;
  text-align: center;
}

.article-list {
  width: 800px;
  color: #d6f2ce;
  position: absolute;
  align: left;
  top: 45%;
  left: 10px;
  font-family: Josefin Sans;
  font-color: white;
  font-weight: Bold;
  font-size: 22px;
  text-align: left;
}

.panel {
font-size: 10px;
line-height: 15px
}

.article_section {
color: white;
width: 800px;
height: 500px;
position: absolute;
top: 30%;
left: 700px;
font-family: Josefin Sans;
font-weight: Bold;
font-size: 60px;
text-align: left;
}

nav li{
left: 95%;
  height: 45px;
  position:relative;
}
nav li a{
border-radius: 10px;
  color: white;
  display: block;
  height: 40px;
  width: 40px;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
}
nav li:nth-child(1) a{
  background: #4267B2;
}
nav li:nth-child(2) a{
  background: #1DA1F2;
}
nav li:nth-child(3) a{
  background: #E1306C;
}
nav li:nth-child(4) a{
  background: #2867B2;
}
nav li:nth-child(5) a{
  background: #333;
}
nav li:nth-child(6) a{
  background: #ff0000;
}
nav li a i{
  position:absolute;
  top: 10px;
  left: 10px;
  font-size: 20px;
}
ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#stickytypeheader {
width: auto;
}

.v_footer {
  width: 100vw;
  height: 105px;
  background: #044007;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 17px;
  opacity: 1;
  position: relative;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}

.footer_email {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 9%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_sahyadri {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 18%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_envis {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 27%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.table table{
    font-family: Google-sans;
    }

.table td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-size: 17px;
    }

    .table th{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    }

.footer_grass {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 36%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_energy {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 45%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_ces {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 54%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cst {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 63%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_cistup {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 72%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_iisc {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 81%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.footer_email1 {
  width: 150px;
  color: yellow;
  position: absolute;
  bottom: 10px;
  left: 90%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Josefin Sans;
  font-weight: Bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}
}


