body,
html {
    height: 100%;
    margin: 0;
    font:
        400 15px/1.8 "Lato",
        sans-serif;
    color: #777;
}

.bgimg-1,
.bgimg-2,
.bgimg-mcmv,
.bgimg-3 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    background-image: url("first.png");
    min-height: 100%;
}

.bgimg-2 {
    background-image: url("second.png");
    min-height: 400px;
}

.bgimg-3 {
    background-image: url("third.png");
    min-height: 400px;
}

.bgimg-mcmv {
    background-image: url("mcmv-bg.png");
    min-height: 400px;
    background-position-x: 0px;
    background-position-y: -500px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

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

.caption-logo {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption-logo div.border {
    background-color: #111;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
    height: 75px;
    width: 20%;
    border: 1px solid white;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

p,
h3 {
    font-size: 20px;
    /* adjust as needed */
    margin-bottom: 80px;
    /* adjust as needed */
}

pre {
    padding: 0px 30px 50px;
    white-space: pre-line;
}
