@import url('https://fonts.googleapis.com/css?family=Montserrat');

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
    background-color:#FFFFFF;
    color:#666666;
    font-size:large;
    font-weight:normal;
    font-family: 'Montserrat', sans-serif;

}


.nav > li > a {
    color: #fff;
}

.nav-item > a {
    color: #fff;
}

.container{
    padding-top: 50px;
}
