.btn {
  background: #1e384b!important;
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14px!important;
  text-transform: uppercase!important;
  color: #ffffff!important;
  display: inline-block!important;
  line-height: 2.5em!important;
  padding: 0 3em!important;
  text-decoration: none!important;
  text-shadow: none!important;
  border-style: none!important;
  margin: 5px!important;
  border: 0px!important;
  border-radius: 0px!important;
}
.btn:hover { 
  background: #c4d82e!important;
  color: #ffffff!important;
  border: 0px!important;
  text-shadow: none!important;
}
.btn2 {
  background: #c4d82e!important;
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14px!important;
  text-transform: uppercase!important;
  color: #ffffff!important;
  display: inline-block!important;
  line-height: 2.5em!important;
  padding: 0 3em!important;
  text-decoration: none!important;
  text-shadow: none!important;
  border-style: none!important;
  margin: 5px!important;
  border: 0px!important;
  border-radius: 0px!important;
}
.btn2:hover { 
  background: #ffffff!important;
  color: #1e384b!important;
  border: 0px!important;
  text-shadow: none!important;
}
h1 {
  padding-bottom: 10px;
  padding-top: 10px;
}
h2 {
  padding-bottom: 10px;
  padding-top: 10px;
}
h3 {
  padding-bottom: 10px;
  padding-top: 10px;
}
h5 {
  padding-bottom: 10px;
  padding-top: 10px;
}
h6 {
  padding-bottom: 10px;
  padding-top: 10px;
}
img {
  padding-bottom: 10px;
  padding-top: 10px;
}
li  {
  padding-bottom: 10px;
  padding-top: 10px;
}
p  {
  padding-bottom: 10px;
}
.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: none!important;
}
a:hover, a:active {
    outline: 0!important;
}