@charset "utf-8";
/* CSS Document */

body {
	background-color: #00274E;
	text-color: #54B8C7;
}

body, td, th  {
	color:  #54B8C7;
}
h1  {
	text-color:  #54B8C7;
}

.navbar  {
	background-color:  #00274E;
	text-color: #54B8C7;
}

.nav-item  {
	color: #54B8C7
}
.card-body {font-family: Eurostile, San-serif}

.navbar {font-family: Eurostile, San-serif}

.jumbotron {font-family: Eurostile, San-serif}

.figcaption {font-family: Eurostile, San-serif}

.body {font-family: Eurostile, San-Serif}

.carousel-indicators {
  bottom: 6%;
}
.carousel-indicators li {
  border: 1px solid #3B3838;
}
.carousel-indicators .active {
  background-color: #000;
}

.carousel-caption_ms {
	right: auto;
    text-align: center;
    /*max-width: 300px*/;
	color: #000;
    left: auto;
  xtransform: translateY(-20%);
  /*background: rgba(0,0,0,0.5);*/
  padding-top:32px;
  height:50%;
}

.carousel-inner { padding-bottom:15px; }

@media (min-width: 992px){
.navbar ul li {
border-right: 1px solid #fff;
padding:10px;
}

.navbar ul li:last-of-type {
border-right: none;
padding:10px;
}

.navbar ul ul li {
border-right: none;
}
}

.jumbotron {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  background-color: #00274E;
  text-color:  #54B8C7;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 1rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.body {
	background-color: #D9D9D9;
	color: #D9D9D9;
}

.card {
	background-color: #D9D9D9;
}

.container{
	background-color: #D9D9D9;
}


