﻿
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.navbar-brand {
    font-weight: 700!important;
    font-size: 2rem;
}
@media (min-width: 375px) {
    .navbar-brand {
        font-weight: 900 !important;
    }
}
.navbar .container a.phone {
    font-size: 1.5rem;
    text-decoration: none;
}

.hero-banner {
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/divorce.jpg) bottom center no-repeat fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100 vh - 57 px );
    position: relative;
    height: 500px;
}

.hero-name {
    color: white;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
    font-size: 5rem;
}

.text-white a {
    color: #ffffff;
    text-decoration: none;
}

.svg-white {
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(156deg) brightness(107%) contrast(101%);
}

ul.services-list li {
    width: 50%;
}

@media (min-width: 992px) {
    ul.services-list li {
        width: 33%;
        font-size: 1.5rem;
    }
}

i.fas.fa-check, i.fas.fa-file-contract {
    color: #ffffff;
    background: #0069d9;
    border: 1px #ffffff solid;
    border-radius: 5px;
}