body {
    background-color: #000;
}

.bg {
    position: relative;
    /*width: 100%;
    height: 100vh;*/
}

    .bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url('img/img2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        filter: sepia(1) brightness(.5);
        /*blur(10px)*/
        /*grayscale(100%)*/
    }

.content-img {
    position: relative;
    /*background-image: url('img/img2.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.framed-text {
    border-color: rgba(255,255,255,1);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    background-clip: padding-box;
    /*min-height: 220px;*/
}

.text {
    font-family: "Open Sans", "Open Sans", "Helvetica Neue", "Helvetica", "sans-serif";
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    color: rgba(255,255,255,1);
    letter-spacing: normal;
    line-height: 1.4;
}

.textheading1 {
    font-size: 30px;
}


.container-lg h1 {
    font-size: 20px;
}

.container-sm h1 {
    font-size: 20px;
}

.container h1 {
    font-size: 20px;
}
