p {
    font-size: 16px;
}

#landing {
    position: relative;
    height: 100%;
    min-height: 500px;
}


.landing-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.important-links {
    margin: 20px 20px 0 0;
}


.landing-overlay .brand {
    position: absolute;
    bottom: 48%;
    width:100%;
    text-align: center;
}

@media (max-width: 480px) {

    .landing-overlay .brand h2 {
        font-size: 18px;
    }
}

.landing-overlay .brand img {
    width: 320px;
}

.landing-overlay .brand h2 {
    color: #ddd;
    margin-top: 10px;
    font-weight: lighter;
}

.landing-overlay .bottom {
    position: absolute;
    bottom: 40px;
    width:100%;
    text-align: center;
}

.landing-overlay .bottom a {
    bottom: 40px;
    margin: 5px;
}



#services .services-item {
    padding: 20px;
    display: block;
    clear: both;
}

#services .services-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}