.home-page:before {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.home-section {
    padding: 3em 0;
}

@media (min-width: 768px) {
    .home-section {
        padding: 7em 0;
    }
}

.home-section.home-section-sm {
    padding: 4em 0;
}

#announcement {
    font-size: 1.75rem;
    margin-bottom: 200px;
}
#preorder {
    font-size: 2.50rem;
}

#preorder a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: white;
    text-shadow: 1px 1px 2px #b70000, 0 0 1em #b70000, 0 0 0.2em #b70000;
    text-decoration: underline;
}

#preorder a:hover {
    color: #b70000;
    text-decoration: none;
}


#findUs {
    font-size: 1.50rem;
}

#mail{
    font-size: 1.45rem;
}

footer.site-footer {
    padding-top: 0;
    padding-bottom: 4em;
}

@media (min-width: 768px) {
    .site-footer {
        padding: 2em 0;
    }
}

/* Blocks */
.home-block-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.home-block-cover.overlay {
    position: relative;
}

.home-block-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.home-block-cover, .home-block-cover .row {
    min-height: 600px;
    height: calc(100vh);
}

#first-row {
    margin-bottom: 25px;
}

.padded-multi-line-primary, .follow h2 {
    display: inline;
    background: #000000;
    -webkit-box-shadow: 10px 0 0 #ffffff, 0 0 0 #ffffff;
    box-shadow: 10px 0 0 #000000, 0 0 0 #000000;
}

.padded-multi-line-black, .follow span {
    display: inline;
    background: #000;
    -webkit-box-shadow: 10px 0 0 #000, 0 0 0 #000;
    box-shadow: 10px 0 0 #000, 0 0 0 #000;
}

.home-section-heading h2 {
    font-size: 2rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
}

.home-section-heading.w-border h2 {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.home-section-heading.w-border h2:after {
    position: absolute;
    content: "";
    width: 70px;
    left: 0;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.home-section-heading.w-border.text-center h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.follow {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    display: block;
    overflow: hidden;
}

.follow .image {
    background-size: cover;
    background-position: center center;
    height: 300px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media screen and (max-width: 767px){
    .follow .image {
        height: 234px;
    }
}

.follow.no-height {
    height: auto;
}

.follow.no-height .image {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.follow .follow-content {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: absolute;
    bottom: 0;
}

.follow h2 {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}

.follow span {
    background: #000;
    display: block;
    color: #fff;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 11px;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.follow:hover .image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
