/* GLOBAL STYLES
-------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  background: #fff;
}

a {
  color: #c42933;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  font-family: 'Nevis', sans-serif;
  color: #b42c20;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
}

h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/* HERO SECTION / HERO UNIT
-------------------------------------------------- */

/* Hero section background */
.hero-section {
  background: url(../img/hero_home.jpg) center right no-repeat;
  background-size: cover;
  min-height: 330px;
}

.hero-section-lite {
  background: url(../lite/img/hero_home.jpg) center right no-repeat;
  background-size: cover;
  min-height: 330px;
}

/* Hide background image on mobile devices */
@media (max-width: 991.98px) {
  .hero-section {
    background: none;
    min-height: auto;
  }

  .hero-section-lite {
    background: none;
    min-height: auto;
  }
}

.hero-section h1 {
  color: #B42C20;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.icon-size {
  width: 140px;
  height: 140px;
}

.navbar-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}

.navbar-fa {
  background-color: #222;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #333, #111);
  border-color: #252525;
  padding: 10px 15px;
  min-height: 40px;
}

.navbar-fa .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* FEATURE BOXES
-------------------------------------------------- */
.feature-boxes {
  padding: 40px 0;
  background: #f9f9f9;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
}

.feature-box {
  text-align: center;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.feature-box h3 {
  color: #c42933;
  font-size: 22px;
  margin: 25px 0 15px;
  font-weight: normal;
}

.feature-box p {
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  min-height: 160px;
  text-align: left;
}

.feature-box .note {
  font-size: 11px;
  color: #666;
  font-style: italic;
  margin-top: -10px;
}

.feature-icon {
  margin-bottom: 15px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon img {
  max-height: 100px;
  max-width: 100px;
}

.btn-dark-view {
    background: #333;
    color: #fff;
    padding: 6px 15px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    transition: background 0.3s;
}

.btn-dark-view:hover {
    background: #555;
    color: #fff;
    text-decoration: none;
}

.btn-red-create {
    background: #c42933;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn-red-create:hover {
    background: #a02128;
    color: #fff;
    text-decoration: none;
}

/* PEACE OF MIND SECTION
-------------------------------------------------- */
.peace-of-mind {
  padding: 80px 0;
  background: #fff;
}

.peace-of-mind h2 {
    font-size: 36px;
    color: #c42933;
    font-weight: normal;
    margin-bottom: 20px;
}

.peace-of-mind p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.peace-of-mind img {
    max-width: 180px;
    height: auto;
}

/* FOOTER
-------------------------------------------------- */
.site-footer {
  padding: 20px 0;
  background: #f5f5f5;
  font-size: 11px;
  color: #666;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-content a {
    color: #d13c31;
}

/* INNER PAGES
-------------------------------------------------- */
.page-content {
  padding: 40px 0;
  background: #fff;
}

.page-content h1 {
  color: #c42933;
  font-size: 32px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.page-content h3 {
  color: #c42933;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.page-content ul,
.page-content ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-content hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing {
  margin-top: 80px
}

.marketing .col-lg-4 {
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
  color: #c42933;
  margin: 20px 0 15px;
}

.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}


/* Home Page
-------------------------------------------------- */
/* Header */
.site-header {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.btn-login {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
}

/* Navbar */

.navbar-fa {
  background-color: #222;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #333, #111);
  border-color: #252525;
  padding: 10px 15px;
  min-height: 40px;
}

/* Responsive navbar border radius */
@media (min-width: 992px) {
  .navbar.rounded-0 {
    border-radius: 0.375rem !important;
  }
}