﻿body, html, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', 'Barlow',sans-serif;
    color: #20293a;
    font-size: .9rem;
}

body {
    padding-top: 0px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.table-sm {
    font-size: .9em;
}
.table-sm td, .table-sm th {
    padding: 12px;
}

.appLogo {
    margin: 12px;
    height: 24px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

h4 {
    color: #b8644c;
}

a {
    color: #20293a;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a, .navbar-brand {
    color: #FFFFFF;
}

.navbar, .navbar-inverse, .navbar-fixed-topnavbar {
    color: #FFFFFF;
    background-color: #20293a;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-brand:hover, .navbar-brand:focus {
        color: #b8644c;
        background-color: transparent;
    }

.jumbotron {
    color: #20293a;
    background-color: #e2dcd8;
}
/* 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: 600px;
}

.btn-primary {
    background-color: #20293a;
    border-color: #20293a;
}
