body {
    min-height: 100vh;
    background-size: 100rem;
    background-image: url(images/garden.jpg);    	    
}

h1 {
	margin-top: 8rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 800;
  font-size: 3rem;
  color: #149614;
}

ul {
	/*border-top: 2px solid white;*/
	list-style: none;
	/*display: none;*/
}

li {
	border-bottom: 1px solid white;
	padding: 0.5rem 0 0.5rem 0;
}

.checkboxes {
	float: right;
  zoom: 1.8;
	line-height: 15px;
	background-color: #e9ecef !important;
	border: 1px solid #e9ecef !important;
	border-radius: 3px;
}

.add {
  background-color: #199e19;
  margin-left: 10px;
  height: 45px;
  padding-left: 25px;
  padding-right: 25px;
}

.btnHide {
  margin-left: 537px;
  text-align: center;
  width: 250px;
  height: 45px;
  background-color: #199e19;
  font-size: larger;
}


/* navbar CSS starts*/

.bg-light{
  padding: 1rem;
  background-color: #199e19!important;
}

.navbar-brand{
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #66ee9e!important;
  font-weight: bold;
}

.nav-link{
  color: #66ee9e!important;
  font-family: 'Noto Sans JP', sans-serif;
  margin-left: 10px;
  font-size: larger;
}

.nav-link:hover{
  background-color: #bce4aa;
  color: #199e19 !important;
}

.navbar-nav {
  margin-left: 80%;
}

/* navbar CSS ends */