﻿#banner {
    width: 100%;
    height: 100%;
    background-color: #f5f6f8;
    background-image: url("../png/splash.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#welcome {
    padding: 128px;
}


.image-title {
    max-width: 528px;
    max-height: 190px;
    min-width: 280px;
    display: inline-block;
}

.responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}