.font{font-family: 'Source Sans Pro', sans-serif;}

.color-geen{color:#6B964A !important}
.color-grey{color:#606062}

img{max-width:100%}

.a-link a:hover{color:#fff}

.brd{background-color: #6f954e;margin-right: auto !important;
margin-left: auto !important;width: 20%;height: 2px;}

.h-icon{font-size: 30px;}

.hover-green li a:hover{color:#6c9842 !important}





#button {
  display: inline-block;
  background-color: #6a9549;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 90px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 35px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #6a9549;
  
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content1 {
  width: 77%;
  margin: 50px auto;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content1 {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content1 h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content1 h3 {
  font-style: italic;
  color: #96a2a7;
}