.background-1 {
    background-image: url("../images/bg1.svg");
    background-size: 100% 100%;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: white;
    background: -webkit-linear-gradient(white 95%, rgba(255,255,255,0));
    background: -o-linear-gradient(white 95%, rgba(255,255,255,0));
    background: -moz-linear-gradient(white 95%, rgba(255,255,255,0));
    background: linear-gradient(white 95%, rgba(255,255,255,0));
}
.header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 189px;
    height: auto;
}
.header-text h1 {
    color: #003fff;
    font-weight: bold;
    font-family: "Montserrat";
    font-size: xx-large;
    clear: both;
    padding: 0;
    margin: 0;
}
.header-text h2 {
    color: #555;
    font-weight: bold;
    font-family: "Montserrat";
    font-size: medium;
    clear: both;
    padding: 0;
    margin: 0;
}
.header-text h1,
.header-text h2 {
    text-align: center;
}
@media only screen and (min-width: 768px) { 
    .header-text h1,
    .header-text h2 {
        text-align: right;
    }
}
.header-text span {
    display:inline-block;
}