@charset "UTF-8";
/* CSS Document */

.explorebtn a {
  color: #367c2b;
  text-decoration: none;
  /*text-shadow: 1px 2px 2px #000;*/
}

.explorebtn div {
  border: #367c2b solid 4px;
  padding: 4px 6px 4px 6px;
}

.explorebtn {
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  display:block;
  position: relative;
  /*text-shadow: 1px 2px 2px #000;*/
  font-size: 25px;
  padding-bottom: 15px;
}


.glyphicon {
    position: relative;
    top: 1px;
    color: #367c2b; 
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
