@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:600');

.large-hero {position:relative;}
    .large-hero-content {
        position:absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        width:100%;
        text-align:center;
        z-index:101;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
    }
    
    

.large-hero-content h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 0px;
    text-shadow: 4px 4px 1px rgba(0,0,0,0.41);
    color:#daaf48;
}

.large-hero-content p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 3px 2px 1px rgba(0,0,0,0.41);
    text-transform:uppercase;
    letter-spacing: 7px;
}

.imgdim {
            background-color: rgba(0,0,0,.3);
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 100;
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 400px) {}

/* Larger Than Mobile */
@media (min-width: 550px) {
.large-hero-content h1 {font-size: 45px;line-height: 45px;}
.large-hero-content p {font-size: 25px;}
}

/* Larger than tablet */
@media (min-width: 750px) {
.large-hero-content h1 {font-size: 65px;line-height: 65px;margin-bottom:0;}
.large-hero-content p {font-size: 35px;}

}

/* Larger than desktop */
@media (min-width: 997px) {

    .large-hero-content h1 {
        font-size: 80px;
        line-height: 90px;
        text-shadow: 4px 4px 1px rgba(0,0,0,0.41);
    }
    
    .large-hero-content p {
        font-size:40px;
    }
}

@media (min-width: 1200px) {

    .large-hero-content h1 {
        font-size: 100px;
        line-height: 110px;
        text-shadow: 4px 4px 1px rgba(0,0,0,0.41);
    }
}
