#content-page {
    position: relative;
}
#content-page footer {
    width: 100%;
    background-color: #9150ed;
    margin-top: 50px;
}

header {
    background: url('../img/bg-header.png') no-repeat bottom center;
    background-size: cover;
    height: 400px;
    text-align: center;
}

.logo {
    margin: 70px auto;
    z-index: 2;
    position: relative;
    max-width: 200px;
}
h1 {
    color: #0b0b0b;
    font-size: 34px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

h2 {
    color: #0b0b0b;
    font-size: 22px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

img.icon {
    width: 70px;
    margin: 10px auto;
    text-align: center;
    display: block;
}

.box-text {
    text-align: center;
    margin-bottom: 25px;
}
.icon-footer {
    width: 50px;
    margin-right: 50px;
}

footer p.text-center {
    padding: 20px 0;
    margin: 0;
    color: white;
    font-size: 32px;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

.img-overlay {
    position: fixed; 
    z-index: 1; 
    left: 0; 
    top: 0; 
    width: 100%; 
    opacity: 0.3;
}

@media only screen and (max-width: 768px) {
    .img-overlay {
       display: none
    }
    footer p.text-center {
        font-size: 18px;
    }
  }