body {
    background: url(https://www.adventureassoc.com/wp-content/uploads/2017/04/aai-poly-background-light-blue-gradient_optimized.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.blog-post-cta {
background: linear-gradient(135deg,#05abe0 0%,#53cbf1 40%,#87e0fd 100%);
color:#fff;
padding:1em;
font-size:1.2em;
text-align:center;
border:2px solid #fff;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.blog-post-cta:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.30);
transition: box-shadow 0.3s ease-in-out;
}

.blog-post-cta-btn {
background: linear-gradient(135deg, #ffa84c 0%,#ff7b0d 100%); 
padding: 1.6em;
border:2px solid #fff;
border-radius:3px;
color:#fff;
font-weight: bold;
display: inline-block;
margin-top: 1.2em;
font-size:1em !important;
text-transform:uppercase;
}

.blog-post-cta-btn:hover {
color:#fff;
background: linear-gradient(135deg,#ff7b0d 0%,#ffa84c 100%);
}

#menu-item-12 a {
background: linear-gradient(darkorange,orange);
border-radius: 3px;
margin-left: 2px;
font-weight: bold !important;
text-shadow:0 1px 0 orange;
}

#menu-item-12 a:hover {
background: linear-gradient(orange,darkorange);
border-radius: 3px;
margin-left: 2px;
font-weight: bold !important;
text-shadow:0 -1px 0 darkorange;
}

/***
Homepage CTA Area
***/
.home-cta-button {
display:inline-block;
background: linear-gradient(darkorange,orange);
border-radius: 3px;
font-weight: bold !important;
text-shadow: 0 1px 0 orange;
padding:10px 20px;
font-size:1.4em;
color:#fff;
box-shadow:0 1px 3px rgba(0,0,0,.25);
}

.home-cta-button:hover {
background: linear-gradient(orange,darkorange);
text-shadow: 0 -1px 0 orange;
box-shadow:0 14px 28px rgba(0,0,0,.25);
color:#fff;
}

.home-cta-button:active {
background: linear-gradient(darkorange,orange);
text-shadow: 0 -1px 0 orange;
box-shadow:0 1px 3px rgba(0,0,0,.25);
color:#fff;
}

@media (max-width : 736px)
{ 
.home-under-vid-cta {
display:none !important;
}
}