top: 12px !important; }
#slideshow {
+ margin-top: 86px;
border-bottom: 5px solid #779156; }
+ @media screen and (max-width: 1024px) {
+ #slideshow {
+ margin-top: 86px; } }
#slideshow .metaslider {
max-height: 520px;
overflow: hidden;
#action-items {
background: #FFFFFF;
padding: 51px 0 48px;
- margin: 30px auto 0; }
+ margin: 30px auto 151px; }
@media screen and (max-width: 1024px) {
#action-items a img {
padding: 10px; } }
background-color: transparent; }
.bg-container {
+ position: absolute;
background: url(../assets/1060+Winter+Beach.jpg) no-repeat bottom;
- padding-bottom: 151px;
- background-size: contain;
- margin-top: 86px; }
+ background-size: cover;
+ height: 1000px;
+ width: 100%;
+ z-index: -1;
+ bottom: 246px; }
@media screen and (max-width: 1600px) {
.bg-container {
background-size: auto; } }
- @media screen and (max-width: 1024px) {
- .bg-container {
- margin-top: 86px; } }
h1 {
font-weight: bold;
<a href="<?php bloginfo('url')?>/sign-up-for-specials-promotions/"><img src="<?php echo get_template_directory_uri(); ?>/assets/enews-signup.jpg"></a>
</div>
</div>
+<div class="bg-container">
</div>
<footer>
<?php if (is_active_sidebar('sidebar-f')) :?>
<?php get_header(); ?>
-<div class="bg-container">
+
<main class="page-front">
<?php get_template_part('parts/slide-show');?>
<div id="content-wrapper">
#action-items {
background: $white;
padding: 51px 0 48px;
- margin: 30px auto 0;
+ margin: 30px auto 151px;
a {
img {
@media screen and (max-width: 1024px) {
#slideshow {
+ margin-top: 86px;
border-bottom: 5px solid $green;
+ @media screen and (max-width: 1024px) {
+ margin-top: 86px;
+ }
// margin-top: -10px;
.metaslider {
max-height: 520px;
background-color: transparent;
}
.bg-container {
+ position: absolute;
background: url(../assets/1060+Winter+Beach.jpg) no-repeat bottom;
- padding-bottom: 151px;
- background-size: contain;
- margin-top: 86px;
+
+ background-size: cover;
+
+ height: 1000px;
+ width: 100%;
+ z-index: -1;
+ bottom: 246px;
@media screen and (max-width: 1600px) {
background-size: auto;
}
- @media screen and (max-width: 1024px) {
- margin-top: 86px;
- }
+
}
h1 {
font-weight: bold;