﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.font-custom {
    color: #5D697B !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:20px;
}

.font-heading {
    color: #5D697B !important;
    font-family: 'Source Sans Pro', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

footer .textwidget {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
    color: #777777;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
}

.footer-widget-title {
    font-weight: 700;
    text-transform: uppercase;
}


/* change the background color */
.navbar-custom {
    background-color: #007c3c;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color:#000000;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #000000;
    }
    /* change the color of active or hovered links */
    .navbar-custom {
        color: #ffffff;
    }

.nav.navbar-nav.navbar-right li a {
    color: blue;
    text-align:left;
}

    .nav.navbar-nav.navbar-right li a:hover {
        color: yellow;
        text-align: left;
    }

.nav-link-font {
    color: #ffffff !important;
    font-weight: bold !important;
}

a.nav-link-font:hover {
    text-decoration:underline !important;
}