/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
    font-family: sans-serif;
	background-image: url("yard2.jpg");
	background-color: #99c0e7;
}

   /* Set height of the grid so .sidenav can be 100% (adjust if needed) */
    .row.content {height: 1500px}
    
    /* Set gray background color and 100% height */
    .sidenav {
        background-image: url("yard2.jpg");
      background-color: #7f8cc0;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height: auto;} 
    }
	.sidebutt {
		 -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
		 border: 1px solid #DDD9D9;
         -webkit-border-radius: 3px;
		 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D3CEBD));
		 text-decoration:none;
		 color: #7D5951;
		 text-shadow: 1px 1px 0 #fff;

}
.button {
         background-color: #17a2b8;
		 border-radius: 5px;
		 color: white;
         padding: 4px 9px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         font-size: 18px;
         margin: 4px 2px;
         cursor: pointer;
}