   body,td,th {
	  color: rgb(66,47,25);
    }
    
	body {
    background-color: #f0f0e7;
	  /*background-image: url("../images/1142538-3810x2458.jpg"); */
	  background-repeat: no-repeat;
	  background-position: left bottom;
	  background-attachment: fixed;
	  font-family: 'Trebuchet MS', Helvetica, sans-serif;
	  font-size: 18px;
    }

    .style1 {
		font-size: 24px;
		font-weight: bold

	}

    .style2 {font-size: 16px}
    
    .style4 {color: #861900}
    
    ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: rgb(93, 101, 103);
    }

    li {
      float: left;
    }

    li a {
      display: block;
      color: lightgrey;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      }

    li a:hover:not(.active) {
      /*background-color: rgb(231, 238, 239);
	    color: darkolivegreen;*/
      color: whitesmoke;
      }

    .active {
      background-color: #861900;
    }
    
/* sideLeafnav menu items*/
#sideLeafnav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#sideLeafnav a:hover {
    left: 0;
}

#about {
    top: 200px;
    background-color: #4CAF50;
}

#blog {
    top: 260px;
    background-color: #2196F3;
}

#projects {
    top: 320px;
    background-color: #861900;
}

#contact {
    top: 380px;
    background-color: #555
}
/* end of sideLeafnav menu*/

/* start of sidenav menu items*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.dropdown-btn {
    padding: 6px 8px 6px 32px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.sidenav a:hover, .offcanvas a:focus, .dropdown-btn:hover {
    color: #f1f1f1;
}
.sidenav.sidenavEmpty a:hover {
    color: #818181;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    /*padding: 16px;*/
}

/* Add an active class to the active dropdown button */
.dropdown-btn.active {
    background-color: rgb(87, 92, 87);
    color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* end of sidenav menu items*/

/* Back to top button*/
#backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #861900;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #mbackToTopBtn:hover {
    background-color: #555;
  }
  /* end of back to top button*/