﻿/*Call to action*/
.flex-center {
    color: #fff;
}

.navbar {
    background: transparent;
}

.top-nav-collapse {
    background: #3c4f74;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #3c4f74;
    }
}

#home.view {
    background: url("header.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#content {
    padding-top: 0;
}
