 
.holiday {
    color:orange;
}

.holiday_other {
    color:orangered;
}


.btn {
    background-color: #333;
    color:#ffffff;
    border: none;
    border-radius: 25px;
    padding: 5px;
    cursor: pointer;
}

.btn:hover {
    background-color: #959595;
    color: #f7c08a !important;
}



.box {
    background-color:#EFEFEF; 
    border:#000000;
}


#intro {
    color:#000000 3px ; 
}

    body {
      background-color: rgb(239, 239, 239);  
    }
  
 #list {
        color:black;
        
    }

#advertisment {
    color:black;
}

    #animals {
        color:red;

    }

    #flower {
        color:pink;
    }

    #list2 {
        color:black;
    }

    #plant {
        color:black;
    }

    #ocean {
        color:blue;
    }

    #riptide {
        color:black;
    }
      
    #trash {
        color:black;
    }

    #help {
        color:black;
    }

    #reuse {
        color:green;
    }

    #reduce {
        color:black;
    }

    #recycle {
        color:black;
    }

    #title {
        color:black;
    }

    #species {
        color:rgb(204, 223, 96);
    }

    #protect {
        color:black;
    }
    
    /* #panda:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #tiger:hover {
     background-color:rgb(204, 223, 96);
    } */

    /* #elephant:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #gorilla:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #turtle:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #bear:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #rhino:hover {
        background-color:rgb(204, 223, 96);
    } */

    /* #whale:hover {
        background-color:rgb(204, 223, 96);
    } */



    /* #grassland:hover {
        background-color: orange;
    } */
    

    /* #desert:hover {
        background-color: orange;
    } */
    

    /* #rainforest:hover {
        background-color: orange;
    } */
    
    /* #forest:hover {
        background-color: orange;
    } */


    /* #oceanhabitat:hover {
        background-color: orange;
    } */
        

 /* #polar:hover {
    background-color: orange;
 } */

#habitat {
    color:orange;
}

#home {
    color:black;
}


#renewable {
    color:burlywood;
}

#rescources {
    color:black;
}

/* #solar:hover {
    background-color:burlywood;
} */

/* #hydropower:hover {
    background-color:burlywood;
} */

/* #geothermal:hover {
    background-color:burlywood;
} */

/* #wind:hover {
    background-color:burlywood;
} */

/* #biomass:hover {
    background-color:burlywood;
} */

#climate {
    color:grey;
}

#change {
    color:black;
}

#global {
    color:black;
}

#warming {
    color:black;
}

#damage {
    color:black;
}

#deforestation {
    color:lime;
}

#deforestation_paragraph {
    color:black;
}

#forests {
    color:black;
}

#trees {
    color:black;
}

#O2 {
    color:black;
}

#eco {
    color:darkolivegreen;
}

#system {
    color:black;
}

#ecosystem {
    color:black;
}

#footer {
    color:black;
}

#sub {
    float: left;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f7c08a;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  #side-nav_button {
      position:fixed;
      /* background:#444 !important; */
  }