@font-face {
    font-family: feather;
    src: url(/blog/wp-content/themes/fury/assets/fonts/feather-webfont.eot);
    src: url(/blog/wp-content/themes/fury/assets/fonts/feather-webfont.eot?#iefix) format("embedded-opentype"), url(/blog/wp-content/themes/fury/assets/fonts/feather-webfont.woff) format("woff"), url(/blog/wp-content/themes/fury/assets/fonts/feather-webfont.ttf) format("truetype"), url/blog/wp-content/themes/fury/assets/fonts/feather-webfont.svg#feather) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: socicon;
    src: url(/blog/wp-content/themes/fury/assets/fonts/socicon.eot);
    src: url(/blog/wp-content/themes/fury/assets/fonts/socicon.eot?#iefix) format("embedded-opentype"), url(/blog/wp-content/themes/fury/assets/fonts/socicon.woff) format("woff"), url(/blog/wp-content/themes/fury/assets/fonts/socicon.ttf) format("truetype"), url(/blog/wp-content/themes/fury/assets/fonts/socicon.svg#socicon) format("svg");
    font-weight: 400;
    font-style: normal
}

.header-image{
	    background-size: cover!important;
}
.button{
	    display: inline-block;
    font-weight: 800;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #7ac142;
    border: 1px solid transparent;
    padding: .675rem 3rem;
    font-size: 1.4rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	position:absolute;
	bottom: 15%;
	left : 1em;
}

.call_to_action {
  position: absolute;
  left: 15px;
	top:1px;
	color: black;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  font-family: "Maven Pro";
  font-size:2em;
  padding: 1em 0 1em 0;
}
.small_text_action{
	display:block;
	font-size:16px;
	line-height:20px;
	color: black;
	
}

@media (min-width: 768px) {
.call_to_action {
  font-size:5em;
	}
.small_text_action{
	display:block;
	font-size:26px;
	line-height:34px;
}
}