﻿/* =========================================================
   Stroud Company — styles.css
   Neutral reset and structural defaults only.
   Brand colors and components live in site.css.
   ========================================================= */


/* ---------------------------------------------------------
   Reset
   --------------------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    padding-left: 1.25rem;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}


/* ---------------------------------------------------------
   Typography helpers
   --------------------------------------------------------- */

.text-muted {
    color: #777 !important;
}

.text-center {
    text-align: center !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}


/* ---------------------------------------------------------
   Table
   --------------------------------------------------------- */

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}


/* ---------------------------------------------------------
   Footer
   --------------------------------------------------------- */

.footer {
    position: static !important;
    line-height: normal !important;
    padding: 1.25rem 0;
    font-size: 0.9rem;
}
