/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html {
  position: relative;
  min-height: 100%;
}


body {
/*  padding-top: 56px;*/
  margin-bottom: 120px;
}

.active {
  font-weight: bold;
  text-decoration: underline;    
}

.bg-primary {
  background-color: #393186 !important;
}

.fa {
  padding: 0px;
  font-size: 20px;
  width: 30px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  background-color: #f5f5f5;
/*  background-color: #000000;*/

}

.carousel-item {
  height: 60vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

h1.slide {
    color: #feed00;
    /*font-weight: 600;*/
    display: inline-flex; /* keep the background color wrapped tight */
    padding:5px;
    background-color:#393186;
}

h2.slide {
    color: #feed00;
    /*font-weight: 600;*/
    display: inline-flex; /* keep the background color wrapped tight */
    padding:5px;
    background-color:#393186;
}

h3.slide {
    color: #feed00;
    /*font-weight: 600;*/
    display: inline-flex; /* keep the background color wrapped tight */
    padding:5px;
    background-color:#393186;
}

.btn-primary {
/*    color: #feed00;*/
    background-color: #393186;
    border-color: #393186;
}

#mapid { 
    height: 55vh; 
    width: 94%;
    margin: 0 auto;
}

a.nav-link {
    font-size: 1.2em;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000000 !important;
  text-decoration: underline !important;
  background-color: #ffffff !important;
}


}
