  #navbar {
    background-color: rgba(148, 144, 127, 0.9);
  }
  
   .navbar-nav {
    flex-direction: row;
  }
  
  .nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color: black;
  }

  

  /* Fixes dropdown menus placed on the right side */
  .ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
  }

  body {
    background-image: url("../Images/sfc_mushroom_2.jpg");
    background-color: rgb(230, 211, 184, .1);
    background-repeat: repeat;
    background-blend-mode: lighten;
  }

  .container-fluid {
    font-family: 'Times New Roman';
    padding: 50px;
  }


  .col-md-6 {
    text-align: center;
    padding: 30px;
  }

  .col-md-6 h3 {
    font-size: 50px;
    background-color: rgba(216, 205, 185, 0.9);
    color: rgb(250, 240, 225);
  }

  #index_main {
    font-size: 30px;
    color: rgb(146, 128, 100);
  }

  .mb-4 h2 {
    font-size: 50px;
  }

  .mb-4 p {
    font-size: 20px;
  }

  .image-fluid {
    padding: 50px;
  }
  
  /* Index Page */
  #index_title {
    font-size: 40px;
    background-color: rgba(216, 205, 185, 0.9);
    color: rgb(2, 88, 88);
  }

  #index_subtitle {
    font-size: 30px;
    background-color: rgba(216, 205, 185, 0.9);
    color: rgb(2, 88, 88);
  }

  /* Contact Page */
  #contact_title {
    font: "Times New Roman";
    color: rgb(2, 88, 88);
    background-color: rgba(216, 205, 185, 0.9);
    font-weight: bold;
  }

  #contact_subtitle {
    background-color:rgba(216, 205, 185, 0.9);
    color: rgb(2, 88, 88);
  }
  /* Portfolio Page */
  #portfolio_cards {
    background-color: hsl(33, 48%, 78%, .7);
    padding: 10px;
  }

  /* Writing page */
  .writing-title {
    font-size: 50px;
    color: rgb(2, 88, 88);
    font-weight: bolder;
    padding-top: 30px;
  }
  .writing-subtitle {
    color: rgb(2, 88, 88);
    padding-top: 50px;
    font-size: 20px;
  }

  #writing_card {
    border-color: rgb(2, 88, 88);
    border-width: 5px;
    padding: 10px;
    background-color: hsl(33, 48%, 78%, .7);
  }

  #papers {
    width: 100%;
    height: 500px;
  }

/* Writing Page */


  .btn {
    background-color: rgb(2, 88, 88);
    padding: 5px;
    margin: 15px;
    font-size: 30px;
  }