﻿.hero-section {
    position: relative;
}

.hero-div {
    height: 50vh;
}

.hero-background {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.hero-text-outer {
    position: absolute;
    right: 15%;
    top: calc(50% - 100px);
    left: 15%;
    z-index: 10;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.hero-text {
    font-size: 50px;
    max-width: 650px;
    margin: 0 auto;
    padding: 15px;
    text-shadow: #474747 3px 5px 2px;
}

    .hero-text h2 span {
        text-transform: uppercase;
        letter-spacing: 9px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-family: Arial;
        color: #fff;
        text-shadow: #474747 3px 5px 2px;
    }

    .hero-text p {
        font-family: Impact, Charcoal, sans-serif;
        text-transform: uppercase;
        letter-spacing: 9px;
        display: block;
        margin-top: 32px;
    }

    .hero-text hr {
        border-top: 3px solid #eee;
        width: 58%;
    }

.hero-go-to-menu {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    margin: 0 auto;
    bottom: 15px;
    left: 0;
    right: 0;
    background-color: #e3e3e3;
    display: none;
    cursor:pointer;
}

.hero-go-to-arrow {
    position: absolute;
    font-size: 36px;
    color: #fff;
    top: 6px;
    left: 7px;
}

@media screen and (max-width: 992px) {
    .hero-text {
        font-size: 40px;
    }

@media screen and (max-width: 680px) {
    .hero-text {
        font-size: 30px;
    }
}