.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif
}

.bgimg {
    min-height: 1000px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bgimg-1,
.bgimg-2,
.bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* First image (Logo. Full height) */

.bgimg {
    background-image: url('https://tm.jnuexpress.com/im/coffe2.jpg');
    min-height: 1800px;
}

.bgimg-1 {
    background-image: url('https://tm.jnuexpress.com/im/coffe2.jpg');
    min-height: 100%;
}


/* Second image (Portfolio) */

.bgimg-2 {
    background-image: url("https://tm.jnuexpress.com/im/coffe1.jpg");
    min-height: 600px;
}


/* Third image (Contact) */

.bgimg-3 {
    background-image: url("https://tm.jnuexpress.com/im/coffe3.png");
    min-height: 400px;
}