/* CSS Document */

body {
  font-family: "Montserrat","Segoe UI",Roboto,"Helvetica Neue",Arial, sans-serif;  
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #4d4d4d;
}

body {
  padding-top: 60px;
}

.navbar {
    border-bottom: 1px solid #848484;
}

.page-footer {
    margin-top: 1rem;
    border-top: 1px solid #848484;
    font-size: 0.9rem;
    background: #f6f6f6;
}


