/* Enter Your Custom CSS Here */

.margin {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.padding {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

a, p, h1, h2, h3, h4 {
  letter-spacing: normal !important;
  text-transform: none !important;
}

#contact a,
#footer-outer a:not(.nectar-button) {
  color: #FFFFFF !important;
  transition: all 0.2s ease !important;
}

#contact a:hover,
#footer-outer a:not(.nectar-button):hover {
  color: #006400 !important;
}

.bottom_controls,
#to-top {
  display: none !important;
}

.home #logo,
.home #footer-widgets {
  display: none !important;
}