body, h1, h2 {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    /*
    font-weight: < weight >;
     */
    font-style: normal;
}

.title-box {
    margin: auto;
    background: rgba(255, 255, 255, .9);
    display: inline-block;
    padding: 0 5px;
    border-radius: 1px;
    color: #111;
}

.title-box h1,
.title-box h2 {
    line-height: 1;
}

body, html {
    height: 100%
}

p {
    line-height: 2
}

.bgimg, .bgimg2 {
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.bgimg {
    background-image: url("../img/AdobeStock_87907901.jpeg")
}


.bgimg2 {
    background-image: url("../img/AdobeStock_87907901.jpeg")
}