/*Source */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
/*LINKS*/
.greenlink {
  color: #86b300 !important;
}

.whitelink {
  color:white;
}

.whitelink:hover {
  color:white;
}

a:hover {
  color: #739900;
}

.orange {
  color:#FFBB00;
}

#footer {
  height: 60px;
  background-color: #86b300;
  margin-top:50px;
  padding-top:20px;
  padding-bottom:20px;
  color:white;
}

/*@media (max-width: 600px) {
#footer {
  height: 100px;
}
}*/

.btn-geturl {
  width: 150px;
  padding: 10px;
  text-align: center;
  background:#86b300;
  cursor:pointer;
  color:white;
  margin:0 auto;
  margin-top:20px;
  border-radius:0px;
}

.btn-geturl:hover {
  background:#739900;
  color:white;
}

.btn-show-original {
  width: 150px;
  padding: 10px;
  text-align: center;
  background:#86b300;
  cursor:pointer;
  color:white;
  margin-bottom: 20px;
  border-radius:0px;
}

.btn-show-original:hover {
  background:#739900;
  color:white;
}

.container-margin-top {
  margin-top:70px;
  margin-bottom: 80px;
}

.general-margin-bottom {
  margin-bottom: 30px;
}

.general-margin-bottom-super {
  margin-bottom: 70px;
}

textarea {
    resize: none;
}

.general-center {
margin: auto;
}

.image-shadow {
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.75);
}


@media screen and (min-width: 991px){
  .vcenter {
    display: flex;
    align-items: center;
  }
}

.feature-text{
  padding-top:15px;
  padding-bottom: 15px;
}



h3 {
  color:#86b300;
}
.alert-rated{
  display:none;
}

.browse-links {
margin-bottom:130px;
margin-top:10px;
font-size:32px;
background-color: #86b300;
padding:5px;
max-width:400px;
margin:auto;
}

.browse-links a {
  color:white;
  text-decoration: none;
    transition: 0.2s;
}

.browse-links a:hover {
  color:white;
  background-color: #739900;
  height:100%;
  padding:9px;
  transition: 0.2s;
}
