html, body {
    background-color: #3a75c4;
    color:white;
}

h1.siteTitle {
    color:white;
}
a, a:hover {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
footer {
    text-align:center;
    margin-bottom:20px;
}

p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

h1, h1>p {
    font-size: 1.5em;
    margin-bottom:15px;
}

h2 {
    font-size: 1.3em;
}

.navbar-default {
    background-color: #3a75c4;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: white;
}


.navbar-default .navbar-nav > li > a {
    color: #4D4C4D;
}

.navbar-default .navbar-nav > li > a:link {
    color: #4D4C4D;
}

.navbar-default .navbar-nav > li > a:visited {
    color: #4D4C4D;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:active {
    color: white;
}

.textSection .quote p {
    font-size:40px;
	line-height:1.5em;
}

/* QUOTE SECTION STYLES START */
.textSection.grey .row .quote {
    margin: 0 auto 25px auto;
    width: 50%;
}

    .textSection.grey .row .quote p {
        color: #929292;
    }

.textSection.grey .author {
    margin: 0 auto;
    width: 50%;
}

.textSection.grey .row .author p {
    color: #000;
}