/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  color: #5a5a5a;
}

.topbar{
  background: #0464b8;
  color:#fff;
  font:  normal 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding:6px;
  display: flex;
  justify-content: end;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1340px;
box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
padding-right: 0px;
padding-left: 0px;
}

.navbar-nav a:hover{
text-decoration:underline;
color:#0464b8 !important;
}

.navbar-nav a{
font:  normal bold 18px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
color: #212529 !important;
text-transform: none;
text-decoration:none;

}
.navbar-expand-md .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #0464b8;
    border-color: #0464b8;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 25rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 25rem;
}


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

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.jumbotron {
    margin-bottom: 5rem;
}

.footer{
  background-color: #dddddd;
  padding:10px;
  margin-top:20px;
}

.display-4 {
  font-size: 2.5rem;
}

.row{
  margin-right: 0px;
  margin-left: 0px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }


}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0rem;
  }

  .display-4 {
    font-size: 3.5rem;
  }
}
