body {
  background: #404040;
  color: #c0c0c0;
}

@media (max-width: 768px) {
  .sm-center {
    text-align: center!important;
  }
}

.jumbotron {
  background-image: url(../images/diamondplating.png);
  background-size: cover;
  color: #B7410E;
  text-shadow: black 0.3em 0.3em 0.3em;
  padding-top: 0px;
  margin-bottom: 0;
  font-family: NexaRustSlab;
  height: 200px;
  margin-top: 0px;
  /*padding-top: 4%;*/
  border-radius: 0px;
}

.headerLogo {
  height: 200px;
  width: 300px;
}

@font-face {
  font-family: 'NexaRustSlab';
  src: url('NexaRustSlab.woff') format('woff'),
       url('NexaRustSlab.ttf') format('truetype'),
       url('NexaRustSlab.svg#NexaRustSlab') format('svg');
  font-weight: normal;
  font-style: normal;
}

.menus {
  margin-top: 25px;
}

.rightCarousel {
  max-width: 200px;
  max-height: 200px;
  min-width: 200px;
  min-height: 200px;
}

#rightCarousel {
  margin-top: 40px;
}

.pricing-table {
  margin: auto;
  width: 50% !important
}

.text-red {
  color: red;
}
