body, html {
    height: 100%;
    margin: 0;
    background-color: white;
    color: black
}

.webbgimg{
    position: relative;
    background-position: center
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/webBG.png")
    min-height: 40%;
    position: relative;
    
}

.bgimg{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/orange.png");
    min-height: 40%;
    /* opacity: 65%; */
    position: relative; 
}

/*
.bgimg::before {
    content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("images/bg.png");
    min-height: 30%;
    opacity: 65%;
}
*/

.caption {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-style: oblique
}

.caption span.border {
    background-color: #111;
    color: #fff;
    padding: 10px;
    font-size: 25px;
    letter-spacing: 10px;
}

h1 {
    font-size: 25px;
    color: black
}


hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #BDBDBD; /* old IE */
    background-color: #BDBDBD; /* Modern Browsers */
    }

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg {
        background-attachment: scroll;
    }
}