    /*---------------------Hero----------------------*/
	
	.cw-hero {
    background: #151f26;
    background-image: linear-gradient(45deg,rgba(50,50,50,0.9),rgba(50,50,50,0.1)),url('https://apihoard.webit.com/api/v1/Image/E0D586B7E780E4BD39ADEF7878591016/E0D586B7E780E4BD39ADEF7878591016.jpg?size=1920x1440');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    padding-top: 2rem;
    padding-bottom: .5rem;
    text-align: center
}

.cw-hero h1 {
    font-size: 1.5rem
}

.cw-hero h2 {
    background: #604635;
    position: relative;
    text-align: center;
    padding: 4px;
    border-radius: 1em
}

.hero-text {
    background: rgba(0,0,0,.4);
    padding: 3em
}

.hero-text::before {
    content: "";
    width: 100%;
    height: 84%;
    position: absolute;
    top: 13%;
    left: 0;
    border: 5px solid #EDEAE3
}

.hero-text p {
    text-shadow: 1px 1px 5px #000
}


@media(max-width: 567px) {

    .hero-text {
        background: rgba(0,0,0,.4);
        padding: 1em
    }

    .hero-text::before {
        height: 86%;
        top: 8%
    }
}


@media(min-width: 768px) {
    .cw-hero {
        text-align:left;
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .cw-hero h1 {
        font-size: 2rem
    }
}

@media(min-width: 992px) {
    .cw-hero h1 {
        font-size:3rem
    }
}

@media(min-width: 1200px) {
    .cw-hero h1 {
        font-size:3rem
    }
}
