.jumbotron {
    background-color: black; /* Orange */
    color: white;
    padding: 100px 25px;
}

.jumbotron h1 {
    color: white;
}

.navbar {
    height: 60px;
    background: black;
    z-index: 9999;
    border: 0;
    /*font-size: 12px !important;*/
    /*line-height: 1.42857143 !important;*/
    letter-spacing: 2px;
    border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
    border-radius: 20px;
    margin: 2px;
}

/*footer .fa-solid {*/
/*  font-size: 200px;*/
/*  margin-bottom: 20px;*/
/*  color: black;*/
/*}*/
footer a {
    color: black;
    text-decoration: none;
}

.navbar-nav li a:hover, .nav-link.active{
    color: black !important;
    background-color: #fff !important;
    border-radius: 20px !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.icon {
    position: relative;
    top: 1px;
    display: inline-block;
    text-align: center;
}

.logo-small {
    color: black;
    font-size: 50px;
    padding: 25px;
}

.logo {
    color: black;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: auto;
    height: 350px;
    margin-bottom: 10px;
}

.carousel-control-next, .carousel-control-prev {
  background-image: none;
  color: cornflowerblue;
}

.carousel-indicators button{
  border-color: cornflowerblue;
}

.carousel-indicators button.active {
  background-color: royalblue;
}

.carousel-item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

body {
    background: white;
    color: #333333;
    margin-top: 2rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

ul {
    margin: 0;
}

.contact-info {
    color: #007bff;
}

.contact-info-detail {
    color: #444444;
}

.bg-steel {
    background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.fixed-top, .siroc-nav-fixed #layoutSidenav #layoutSidenav_nav, .siroc-nav-fixed .siroc-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}




