
body {
    background-color: #fff;
}

#navbar-header {
   height: 450px;
   overflow: hidden;
}

#navbar-header > div.bg-fade {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   inset: 0;
   background-size:     cover;
   background-repeat:   no-repeat;
   background-position: center bottom;
   opacity: 0;

   animation: navbar-header-background-image 30s infinite;
}

#navbar-header > .bg-fade:nth-child(1) {
   animation-delay: 0s;
}
#navbar-header > .bg-fade:nth-child(2) {
   animation-delay: 6s;
}
#navbar-header > .bg-fade:nth-child(3) {
   animation-delay: 12s;
}
#navbar-header > .bg-fade:nth-child(4) {
   animation-delay: 18s;
}
#navbar-header > .bg-fade:nth-child(5) {
   animation-delay: 24s;
}
#navbar-header > .bg-fade:nth-child(6) {
   animation-delay: 30s;
}
#navbar-header > .bg-fade:nth-child(7) {
   animation-delay: 36s;
}

@keyframes navbar-header-background-image {
   0% {
      opacity: 0;
      transform: scale(100%);
   }
   16.67%  {
      opacity: 1;
   }
   33.33%  {
      opacity: 1;
   }
   48.66%     {
      opacity: 0;
   }
   100%  {
      opacity: 0;
      transform: scale(110%);
   }
}

.nav-tabs{
    margin-left: auto;
    margin-right: auto;
}
.borders div{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    border-top:1px solid #999;
}
.borders div:first-child{
    border-left:
    1px solid #999;
}
.borders div > div{
    border:0;
}

@media (max-width: 1200px) {
    #navbarNavDropdown {
        padding-top: 30px;
    }
    .bg-inverse {
        min-height: 50px;
    }
    .bg-inverse button {
        color: white;
    }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border: none;
    }
    ul.nav-tabs .nav-link {
        border: none;
    }
}

@media (min-width: 1200px) {
    .nav-item + .nav-item {
        margin-left: 7px;
    }
    .bg-inverse {
        background-image: url('/img/background-navbar.svg');
    }

    .nav-tabs .nav-item {
        white-space: nowrap;
        font-size: 12px;
    }
}

ul.nav-tabs > li > a {
    color: #e0e0e0;
    font-variant: small-caps;
    font-weight: bolder;
}

ul.nav-tabs .nav-link {
    /*border-color: #e0e0e0;*/
}

img.header {
    width: 100%;
}

.page-header {
    margin-left: -15px;
    margin-right: -15px;
}

.page-header h1 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 3.5rem;
    text-align: center;
}


@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5em;
    }
}

#map {
    height: 400px;
    margin-left: -15px;
    margin-right: -15px;
}
.well
{
    background-color: #ffffff;
    border-color: midnightblue;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-top-left-radius:45px;
    border-bottom-right-radius:45px;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h3
{
    text-align: left;
    font-size: 24px;
}
h4
{
    text-align: center;
}
h5
{
    text-align: center;
}
h2
{
    text-align: center;
}
h6
{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-variant-caps: small-caps;
}
.row
{
    border-spacing: 3px;
}
