/* CSS Document */
/*

Theme Name: Child of rpmailer
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 5.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */ /* Scss Document */
/* Custom styles */
h1 {
  color: #009900;
}

h2 {
  color: #0079bf;
}

h3 {
  color: #0079bf;
}

h4 {
  color: #009900;
  margin-top: 15px;
}

.header-top {
  background-color: #009900;
}
.header-top .left-content p {
  margin: 5px;
  color: #ffffff;
}
.header-top .left-content a {
  color: #ffffff;
}

.more-btn {
  background-color: #0079bf;
  padding: 10px 20px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.section-title {
  text-align: left;
  text-transform: none;
  color: #cc0000;
}
.section-title::after {
  content: "";
  left: 10%;
  position: absolute;
  background: none;
  bottom: -60px;
  height: 3px;
  margin-left: 0px;
  width: 80%;
}
.section-title::before {
  background: none;
  bottom: -60px;
  content: "";
  height: 2px;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%;
}

.section-description {
  text-align: left;
  color: #000;
  font-size: 16px;
}

.grey-bg {
  background: #f2f2f2;
  padding: 30px 0;
}

.white-blocks {
  background: #ffffff;
  padding: 20px;
}
.white-blocks h3 {
  font-size: 18px;
  text-align: center;
}
.white-blocks p {
  margin: 0 0 5px;
}

.app-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 110px;
  z-index: 999;
  left: 15px;
}

#bottom-footer {
  padding: 20px 0;
  background-color: #0079bf;
  color: #ffffff;
}

.gallery img:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}
@media (max-width: 680px) {
  .gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */