.container > div{
    margin: 150px 0 100px;
}
/* .content{
    margin-top: -30px
} */
.heroImg{
    height: 300px;
    width: inherit;
    background-position: right Center;
    background-size: cover;
    padding: 0; 
	margin: -30px 0 0;
}
.heroImg .overlay{
    position: relative;
    height: inherit;
    width: inherit;
    background-color: black;
    opacity: .6;
}
.heroImg .overlay .tag{
    position: absolute;
    bottom: 60px;
    left: 50px;
    color: white;
    padding: 20px;
    /* width: 250px; */
}
.heroImg .overlay .tag h2{
    font-size: 50px;
}
a{
    color:rgb(238, 238, 238);
    text-decoration: none;
}
/* -================  Custom Font  ================== */
.xs-text{
    font-size: 10px;
}
.sm-text{
    font-size: 12px;
}
.md-text{
    font-size: 14px;
}
.xmd-text{
    font-size: 20px;
}
.lg-text{
    font-size: 28px;
}
.xlg-text{
    font-size: 40px;
}
p.heading{
    font-weight: 450;
    line-height: 3em;
}
p.caption{
    font-weight: 500;
    line-height: 1em;
}
small.heading{
    font-weight: 700;
    line-height: 2em;
}
/* -================  Custom button  ================== */
button{
    transition: all .8 ease ;
}
button a{
    color: rgb(37, 10, 37);
}
button a:hover{
    color: rgb(238, 238, 238);
}
button.primarybg:hover{
    background-color: white;
    color: rgb(37, 10, 37);
    border: 2px solid rgb(37, 10, 37)
}
button.nonprimarybg{
    background-color: white;
    border: 1px solid rgb(37, 10, 37);
    margin-bottom: 20px;
}
button.nonprimarybg:hover{  
    background: #52184f; 
    background: -webkit-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, rgb(216, 164, 216), #52184f); /* Standard syntax */
    color: white;
    border: 0;
}



@media only screen and (max-width: 840px) {
    .heroImg .overlay .tag h2{
      font-size: 40px;
    }
    .content{
        margin-top: 0px
    }
    .xs-text{
        font-size: 7px;
    }
    .sm-text{
        font-size: 10px;
    }
    .md-text{
        font-size: 13px;
    }
    .lg-text{
        font-size: 18px;
    }
    .xlg-text{
        font-size: 36px;
    }
    p.heading{
        font-weight: 900;
        line-height: 3em;
    }
    small.heading{
        font-weight: 700;
        line-height: 2em;
    }
}

@media only screen and (max-width: 500px) {
    .heroImg .overlay .tag{
        bottom: 30px;
        left: 30px;
        padding: 10px;
    }
    .heroImg .overlay .tag h2{
        font-size: 30px;
    }
    .heroImg .overlay .tag h5{
        font-size: 15px;
    }
    .heroImg{
        height: 200px;
    }
    .xs-text{
        font-size: 7px;
    }
    .sm-text{
        font-size: 12px;
    }
    .md-text{
        font-size: 13px;
    }
    .lg-text{
        font-size: 18px;
    }
    .xlg-text{
        font-size: 36px;
    }
    p.heading{
        font-weight: 900;
        line-height: 1.5em;
    }
    small.heading{
        font-size: 18px;
        font-weight: 700;
        line-height: 2em;
    }
}