a:hover {
	color: #1db32e !important;
}
.masthead {
	background-color: #23c64c !important;
}
header.masthead .overlay{
	background-color: #23c64c !important;
}
header.masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 100px 0 40px !important;
}
header.masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 30px !important;
}
h2.post-title {
  margin-top: 20px !important;
}
header.masthead .post-heading .meta {
    font-size: 16px !important;
}
article a {
	color: #1f6c2b !important;
}
::selection{
	background: #2b113f;
}
.green-btn-square {
    padding: 10px;
    background-color: #23c64c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 180px;
    display: inline-block;
    text-align: center;
	border-radius: 8px;
}
.green-btn-instant-quote {
    padding: 10px;
    background-color: #23c64c;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
	border-radius: 8px;
}
.green-btn-square:hover {
    background-color: #1db32e;
    color: #fff;
    text-decoration: none;
}
.green-btn-instant-quote:hover {
    background-color: #1db32e;
    color: #fff;
    text-decoration: none;
}
a.green-btn-square:hover {
    color: #fff !important;
}
a.green-btn-instant-quote:hover {
    color: #fff !important;
}
img.skip-bin-image{
	height: auto;
    max-width: 100%;
}
img.best-price-image{
	height: 300px;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 100px 0 60px !important;
  }
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 40px !important;
  }
  header.masthead .post-heading h1 {
    font-size: 40px !important;
  }
}
