.header {
    width: 100%;
    height: 50px;
    background-color: #333;
}

#brand {
    width: 228px;
    height: 100%;
    background: white;
}

    #brand img {
        width: 124px;
        height: 40px;
        margin: 4px 15px 0;
    }

.intro {
    width: 100%;
}

    .intro h3 {
        text-align: center;
        height: 50px;
        line-height: 8;
    }

        .intro h3 span {
            color: #f1403a;
        }

.link-container {
    width: 900px;
    height: 555px;
    margin: -170px auto auto auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .link-container .row {
        width: 100%;
        margin: auto;
        text-align: center;
    }

        .link-container .row .col-md-4,
        .link-container .row .col-md-6 {
            padding: 15px 15px;
        }

.link-item {
    padding: 15px;
    background-color: white;
    border: 1px solid #166ec0;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.link-container .row a {
    text-decoration: none;
    color: black;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
}

.footer {
    bottom: 0;
    height: 37px;
    left: 0;
    position: fixed;
    width: 100%;
    height: 32px;
    background-color: #333;
    color: #eee;
    padding-top: 5px;
}

.link-div {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-35%);
}
