body {
    width: auto;
    height: 100%;
    background-image: url(../img/paper-texture-white.jpg);
    text-align: left;
}

.header {
    padding-top: 50px;
}

.left {
    text-align: left;
}

.white-texture {
    background-image: url(../img/paper-texture-white.jpg);
}

.texture{
    background-image: url(../img/paper-texture.jpg);
}

.faq {
    padding-bottom: 25px;
    padding-top: 25px;
}

p, a {
    font-size: 16px;
    color: #444;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 2em;
}

h3 {
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.contact {
    text-align: center;
    padding-bottom: 25px;
}

.nav-brand-text{
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 50px;
    margin-top: 0px;
    color: #777;
}

.footer{
    background-color: white;
    width: 100%;
    height: 50px;
}

.footer a {
    color: #337ab7 !important; 
    font-size: 14px !important;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-top: 10px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    line-height: normal !important;
}

.navbar-default .navbar-nav > li > a {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    font-size: 14px
}