body {
  font-family: 'Raleway', sans-serif; }
  body h1 {
    font-family: 'Baloo Da 2', cursive; }

.navbar-dark {
  background-image: linear-gradient(#fdf733, maroon);
  border-bottom: 1px inset gray;
  font-family: 'Muli', sans-serif; }

.navbar .nav-link {
  color: #362501 !important; }

.navbar .nav-link:hover {
  color: white !important; }

.jumbotron {
  background-image: url("https://cdn1.vectorstock.com/i/1000x1000/75/55/bookshelve-with-books-background-library-vector-20657555.jpg");
  height: 230px; }
  .jumbotron .jumbocont {
    background-color: rgba(128, 0, 0, 0.6);
    border-radius: 25px;
    height: 120px; }
  .jumbotron h1 {
    color: white !important; }
  .jumbotron p {
    color: yellow !important;
    font-weight: 600; }

.maincont {
  background-color: white;
  margin-bottom: 5%;
  padding: 2%;
  border-radius: 25px; }
  .maincont h2 {
    color: red; }

#MainCarousel {
  height: 1000px;
  margin-bottom: 5%; }
  #MainCarousel img {
    height: 1000px;
    width: 1300px;
    border-radius: 25px !important; }
  #MainCarousel .npbtn span {
    background-color: black;
    border-radius: 25px; }

footer {
  background-image: url("https://www.rarewoodsusa.com/wp-content/uploads/2018/08/mahogany-brazil-1000x500.jpg");
  color: white;
  padding: 10px; }
  footer a {
    margin: 20px;
    text-decoration: none !important; }
    footer a .gh {
      color: black; }
    footer a .fb {
      color: darkblue; }
    footer a .gh:hover {
      color: #4339bf; }
    footer a .fb:hover {
      color: white; }

@media only screen and (max-width: 650px) {
  .jumbotron {
    margin-top: 35px;
    height: 190px; }
    .jumbotron .jumbocont {
      height: 120px; } }
