body{
    background-image: url(img/homebg.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 50vw;
    font-family: 'Lato',sans-serif;
    overflow-x: hidden;
}
#mainNavbar {
    font-size: 1.3rem;
    font-weight: 900;
  }
.sticky-top {
background-color: #171717;
transition: background 0.5s;
}
#mainNavbar .nav-link {
padding: 1rem 2rem;
color: #316835;
}
#mainNavbar .nav-link:hover {
font-size: 1.3rem;
text-decoration: underline;
}
#mainNavbar .nav-item a img {
display: none;
}
#mainNavbar .nav-item:hover a img {
display: inline;
}
.eco{
    color: #316835;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 42vw;
    margin-top: 7vw;
    font-family: 'Bebas Neue', cursive;
}
.subhead{
    color: #fff;
    font-size: 1vw;
    background-color: #316835;
    padding-left: 1.2vw;
    margin-left: 42vw;
    margin-right: 34.5vw;
    margin-top: -1.5vw;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
}
.para{
    color: #316835;
    font-family: 'Lato',sans-serif;
    margin-left: 42vw;
    margin-right: 33vw;
    margin-top: 1vw;
    font-size: 1.1vw;
}
.para1{
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-size: 1.3vw;
    margin-left: 1vw;
    margin-top: -4vw;
}
.btn{
    margin-top: 0.8vw;
}
.btn1{
    margin-left: 10vw;
    border: 1.7px #316835 solid;
    color: #316835;
    font-weight: 900;
    border-radius: 8px;
}
.btn2{
    color: #fff;
    margin-left:1.5vw;
    font-weight: 800;
    background-color: #316835;
    border-radius: 8px;
}
.btn1:hover{
    color: #fff;
    font-weight: 800;
    background-color: #316835;
    border-radius: 8px;
}
.btn2:hover{
    margin-left: 1.5vw;
    border: 1.7px #316835 solid;
    background: none;
    color: #316835;
    font-weight: 900;
    border-radius: 8px;
}
.about{
    background-color: #316835;
    height: 38vw;
    position: relative;
    border-radius: 40px;
    top: -1.2vw;
    padding-top: 3vw;
}
.event{
    background-color: #316835;
    position: relative;
    border-radius: 20px;
    top: -1.2vw;
    padding-top: 3vw;
}
.bg{
    background-image: url(img/birds.png);
    background-color: #f0f1a1;
    height: 170vw;
    background-size: 130vw auto;
    margin-top: 11.5vw;
}
.heading {
    color: #316835;
    background-color: #fff;
    font-size: 2.5vw;
    border-radius: 8px;
    font-weight: 900;
    position: relative;
    margin:auto 30vw;
    margin-bottom: 3vw;
  }
.btn3{
    margin-left: 39.5vw;
    border: 1.7px #fff solid;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
    margin-top: -3vw;
}
.btn4{
    color: #316835;
    font-weight: 800;
    background-color:#fff;
    border-radius: 8px;
    margin-top: -3vw;
}
.btn3:hover{
    color: #316835;
    font-weight: 800;
    background-color:#fff;
    border-radius: 8px;
}
.btn4:hover{
    margin-left: 570px;
    border: 1.7px #fff solid;
    background: none;
    color: #fff;
    font-weight: 900;
    border-radius: 8px;
}
.bord{
    border-right: 2px dashed #316835;
    position: relative;
    right: 75.7vw;
    margin-bottom: -20vw;
    bottom: 8.8vw;
    height: 18vw;
}
.bord1{
    border-right: 2px dashed #316835;
    position: relative;
    right: 69.8vw;
    margin-bottom: -50vw;
    bottom: 11vw;
    height: 23vw;
}
.row1 {
    display: inline;
    margin-top: 3vw;
    justify-content: left;
    color: #f0f1a1;
  }
  .icon{
      margin-top: 0.3vw;
  }
  .fb {
    padding-right: 1vw;
  }
  .twitter {
    padding: 0vw 1vw;
  }
  .linkedin {
    padding: 1vw;
  }
  .insta {
    padding-left: 1vw;
  }
  .youtube {
    padding: 1vw;
  }
  
  .fb:hover {
    color: rgb(53, 105, 216);
  }
  .twitter:hover {
    color: #1da1f2;
  }
  .insta:hover {
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .linkedin:hover {
    color: #0077b5;
  }
  .youtube:hover {
    color: #ff0000;
  }
  .linkCol:hover {
    color: white;
    text-decoration: none !important;
  }
  .foot {
    color: #f0f1a1;
    font-weight: bold;
    text-decoration: none;
  }
  .foot:hover {
    color: white;
    text-decoration: none;
  }
  .foot1 {
    font-size: 1.3vw;
  }
@media only screen and (min-width:1024px) and (max-width:1279px) {
    .eco{
        margin-top: 10vw;
    }
    .btn3{
        margin-left: 45vw;
    }
}
@media only screen and (max-width:1023px){
    html,
  body {
    overflow-x: hidden;
  }
    body{
        background-image: url(img/home_mob.png);
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
        font-family: 'Lato',sans-serif;
    }
    .eco{
        color: #316835;
        font-size: 15vw;
        font-weight: 500;
        letter-spacing: 1px;
        margin-left: 40vw;
        margin-top: -90vw;
        font-family: 'Bebas Neue', cursive;
    }
    .subhead{
        color: #fff;
        font-size: 3vw;
        background-color: #316835;
        padding-left: 1vw;
        padding-right: 1vw;
        margin-left: 40vw;
        margin-right: 5vw;
        margin-top: -70vw;
        font-weight: 600;
        font-family: 'Lato',sans-serif;
    }
    .para{
        color: #316835;
        font-family: 'Lato',sans-serif;
        margin-left: 40vw;
        margin-right: 6vw;
        margin-top: -40vw;
        font-size: 3.7vw;
    }
    .btn1{
        margin-left: 15vw;
        border: 1.7px #316835 solid;
        color: #316835;
        font-weight: 900;
        border-radius: 8px;
        margin-top: 6vw;
    }
    .btn2{
        margin-top: 6vw;
        color: #fff;
        margin-left:2vw;
        font-weight: 800;
        background-color: #316835;
        border-radius: 8px;
    }
    .about{
        background-color: #316835;
        height: 200vw;
        position: relative;
        border-radius: 40px;
        top: -1.2vw;
        padding-top: 3vw;
    }
    .heading {
        color: #316835;
        background-color: #fff;
        font-size: 5vw;
        border-radius: 8px;
        font-weight: 900;
        position: relative;
        margin:auto 19vw;
        margin-bottom: 5vw;
      }
      .btn3{
        margin-left: 42vw;
        border: 1.7px #fff solid;
        color: #fff;
        font-weight: 900;
        border-radius: 8px;
        margin-top: 4vw;
    }
    .btn4{
        color: #316835;
        font-weight: 800;
        background-color:#fff;
        border-radius: 8px;
        margin-top: -4vw;
    }
    .bg{
        background-image: url(img/birds.png);
        background-color: #f0f1a1;
        height: 720vw;
        background-size: 130vw 180vw;
        margin-top: -16vw;
    }
    .about1{
        background-color: #316835;
        height: 140vw;
        position: relative;
        border-radius: 40px;
        top: -1.2vw;
        padding-top: 3vw;
    }
    .bord{
        border-right: 2px dashed #316835;
        position: relative;
        right: 81vw;
        margin-bottom: -80vw;
        bottom: 28vw;
        height: 82vw;
    }
    .bord1{
        border-right: 2px dashed #316835;
        position: relative;
        right: 81vw;
        margin-bottom: -105vw;
        bottom: 50.5vw;
        height: 105vw;
    }
    .foot1 {
        font-size: 3.7vw;
      }
}
