﻿/* BOOTSTRAP FIXES */    
fieldset {
  /* Chrome and Firefox set a `min-width: min-content;` on fieldsets,
  // so we reset that to ensure it behaves more like a standard block element.
  // See https://github.com/twbs/bootstrap/issues/12359. */
  min-width: 0;
}

/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 50px;
    /*background-color: #222;*/
    background-color: #E0E3E8;
    margin-bottom: 50px;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

/* =4 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 { font-size: 28px; margin-bottom: 10px; font-weight:500; }
h1.section { font-size: 24px; font-weight: 500; color: #333; padding-bottom: 15px; border-bottom: 2px solid #333; width: 100%; background: #fff; }
h2 { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
h2.section { padding-bottom: 10px; border-bottom: 1px solid #333; width: 100%; background: #fff; }
h3 { font-size: 15px; font-weight: bold; margin-bottom: 10px; }
h4 { font-size: 15px; margin-bottom: 10px; }