textarea{
  resize: none;
}


i{
  color:#4DB549;
}

body{
  background-color: #CCFFBB;
  color:#004700ff;
}

h1, h2, h3, h4, h5, h6{
  color:#005502;
  /*color: #00471*/;
}

video {
  width: 100%;
  height: auto;
}


.padding-row{
  padding-top: 30px;
  padding-bottom: 30px
}

.padding-container-bottom{
  padding-bottom: 30px;
}

.padding-container-top{
  padding-bottom: 30px;
}


.h4-padding-top{
  padding-top: 30px
}


.padding-column{
  padding-top: 30px;
  padding-bottom: 30px
}


.h3-padding-contacts{
  padding-top: 30px;
  padding-bottom: 30px;
}

.breadcrumbs, .breadcrumbs:hover{
  text-decoration: none;
  color:#4DB549;
}

.breadcrumb{
  margin-top: 20px;
  background-color:#CCFFBB;
}


.breadcrumb a{
  color:#004700ff;
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color:#006633;
  cursor: pointer;
}

#myBtn:hover {
  background-color: #004700ff;
}


.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 8px;
  text-align: center;
}

.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 10px;
  text-align: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 12px;
  text-align: center;
}
